WM_Sync Pg Attrib Operator
Quick Facts
| Property | Value |
|---|---|
| Class | CENPyOlpWM_SyncPgAttribOperator |
| Module | cenpylib.CENPyOlpWM_SyncPgAttribOperator |
| Package | cenpylib |
| Release | R2025.2.4 |
| Methods | 11 |
Quick Start
# Boilerplate Example
wM_SyncPgAttribOperator = ... # obtained from the runtime context
result = wM_SyncPgAttribOperator.GetAttribGetter()Method Index
| Method | Returns | Summary |
|---|---|---|
GetAttribGetter | CENPyOlpAttribGetter | Get attribute getter interface which handles the Olp attribute container. |
GetAttribSetter | CENPyOlpAttribSetter | Get attribute setter interface which handles the Olp attribute container. |
GetEventAttribGetter | CENPyOlpAttribGetter | Get event attribute getter interface which handles the Olp attribute container of the event definition. |
GetEventAttribSetter | CENPyOlpAttribSetter | Get event attribute setter interface which handles the Olp attribute container of the event definition. |
GetLoggerOperator | CENPyOlpLogOperator | Get the log operator interface. |
GetCurrentProcessGeometryOperator | CENPyOlpProcessGeometryOperator | Get the process geometry operator of the parent operation. |
GetController | CENPyOlpController | Get the parent controller interface. |
GetCurrentToolFrameIndex | int | Get the current tool frame index of the parent operation. |
GetCurrentBaseFrameIndex | int | Get the current base frame index of the parent operation. |
GetCurrentToolFrameMatrix | CENPyOlpMatrix | Get the current tool frame matrix of the parent operation. |
GetCurrentBaseFrameMatrix | CENPyOlpMatrix | Get the current base frame matrix of the parent operation. |
Query Methods
GetAttribGetter
def GetAttribGetter() -> CENPyOlpAttribGetterGet attribute getter interface which handles the Olp attribute container.
Returns: CENPyOlpAttribGetter — Attribute getter interface.
GetAttribSetter
def GetAttribSetter() -> CENPyOlpAttribSetterGet attribute setter interface which handles the Olp attribute container.
Returns: CENPyOlpAttribSetter — Attribute setter interface.
GetEventAttribGetter
def GetEventAttribGetter(eventName: str) -> CENPyOlpAttribGetterGet event attribute getter interface which handles the Olp attribute container of the event definition.
Parameters:
| Name | Type | Description |
|---|---|---|
eventName | str | — |
Returns: CENPyOlpAttribGetter — Attribute getter interface of the event.
GetEventAttribSetter
def GetEventAttribSetter(eventName: str) -> CENPyOlpAttribSetterGet event attribute setter interface which handles the Olp attribute container of the event definition.
Parameters:
| Name | Type | Description |
|---|---|---|
eventName | str | — |
Returns: CENPyOlpAttribSetter — Attribute setter interface of the event.
GetLoggerOperator
def GetLoggerOperator() -> CENPyOlpLogOperatorGet the log operator interface.
Returns: CENPyOlpLogOperator — Log operator interface.
GetCurrentProcessGeometryOperator
def GetCurrentProcessGeometryOperator() -> CENPyOlpProcessGeometryOperatorGet the process geometry operator of the parent operation.
Returns: CENPyOlpProcessGeometryOperator — Process geometry operator.
GetController
def GetController() -> CENPyOlpControllerGet the parent controller interface.
Returns: CENPyOlpController — Controller interface.
GetCurrentToolFrameIndex
def GetCurrentToolFrameIndex() -> intGet the current tool frame index of the parent operation.
Returns: int — Tool frame index.
GetCurrentBaseFrameIndex
def GetCurrentBaseFrameIndex() -> intGet the current base frame index of the parent operation.
Returns: int — Base frame index.
GetCurrentToolFrameMatrix
def GetCurrentToolFrameMatrix() -> CENPyOlpMatrixGet the current tool frame matrix of the parent operation.
Returns: CENPyOlpMatrix — Tool frame matrix.
GetCurrentBaseFrameMatrix
def GetCurrentBaseFrameMatrix() -> CENPyOlpMatrixGet the current base frame matrix of the parent operation.
Returns: CENPyOlpMatrix — Base frame matrix.
Related Types
Version Notes
This class is documented as of release R2025.2.4.