Skip to Content
FASTSUITE E2API ReferencePython APIAPI DomainsAttributesWM_Sync Pg Attrib Operator

WM_Sync Pg Attrib Operator

Quick Facts

PropertyValue
ClassCENPyOlpWM_SyncPgAttribOperator
Modulecenpylib.CENPyOlpWM_SyncPgAttribOperator
Packagecenpylib
ReleaseR2025.2.4
Methods11

Quick Start

# Boilerplate Example wM_SyncPgAttribOperator = ... # obtained from the runtime context result = wM_SyncPgAttribOperator.GetAttribGetter()

Method Index

MethodReturnsSummary
GetAttribGetterCENPyOlpAttribGetterGet attribute getter interface which handles the Olp attribute container.
GetAttribSetterCENPyOlpAttribSetterGet attribute setter interface which handles the Olp attribute container.
GetEventAttribGetterCENPyOlpAttribGetterGet event attribute getter interface which handles the Olp attribute container of the event definition.
GetEventAttribSetterCENPyOlpAttribSetterGet event attribute setter interface which handles the Olp attribute container of the event definition.
GetLoggerOperatorCENPyOlpLogOperatorGet the log operator interface.
GetCurrentProcessGeometryOperatorCENPyOlpProcessGeometryOperatorGet the process geometry operator of the parent operation.
GetControllerCENPyOlpControllerGet the parent controller interface.
GetCurrentToolFrameIndexintGet the current tool frame index of the parent operation.
GetCurrentBaseFrameIndexintGet the current base frame index of the parent operation.
GetCurrentToolFrameMatrixCENPyOlpMatrixGet the current tool frame matrix of the parent operation.
GetCurrentBaseFrameMatrixCENPyOlpMatrixGet the current base frame matrix of the parent operation.

Query Methods

GetAttribGetter

def GetAttribGetter() -> CENPyOlpAttribGetter

Get attribute getter interface which handles the Olp attribute container.

Returns: CENPyOlpAttribGetter — Attribute getter interface.

GetAttribSetter

def GetAttribSetter() -> CENPyOlpAttribSetter

Get attribute setter interface which handles the Olp attribute container.

Returns: CENPyOlpAttribSetter — Attribute setter interface.

GetEventAttribGetter

def GetEventAttribGetter(eventName: str) -> CENPyOlpAttribGetter

Get event attribute getter interface which handles the Olp attribute container of the event definition.

Parameters:

NameTypeDescription
eventNamestr

Returns: CENPyOlpAttribGetter — Attribute getter interface of the event.

GetEventAttribSetter

def GetEventAttribSetter(eventName: str) -> CENPyOlpAttribSetter

Get event attribute setter interface which handles the Olp attribute container of the event definition.

Parameters:

NameTypeDescription
eventNamestr

Returns: CENPyOlpAttribSetter — Attribute setter interface of the event.

GetLoggerOperator

def GetLoggerOperator() -> CENPyOlpLogOperator

Get the log operator interface.

Returns: CENPyOlpLogOperator — Log operator interface.

GetCurrentProcessGeometryOperator

def GetCurrentProcessGeometryOperator() -> CENPyOlpProcessGeometryOperator

Get the process geometry operator of the parent operation.

Returns: CENPyOlpProcessGeometryOperator — Process geometry operator.

GetController

def GetController() -> CENPyOlpController

Get the parent controller interface.

Returns: CENPyOlpController — Controller interface.

GetCurrentToolFrameIndex

def GetCurrentToolFrameIndex() -> int

Get the current tool frame index of the parent operation.

Returns: int — Tool frame index.

GetCurrentBaseFrameIndex

def GetCurrentBaseFrameIndex() -> int

Get the current base frame index of the parent operation.

Returns: int — Base frame index.

GetCurrentToolFrameMatrix

def GetCurrentToolFrameMatrix() -> CENPyOlpMatrix

Get the current tool frame matrix of the parent operation.

Returns: CENPyOlpMatrix — Tool frame matrix.

GetCurrentBaseFrameMatrix

def GetCurrentBaseFrameMatrix() -> CENPyOlpMatrix

Get the current base frame matrix of the parent operation.

Returns: CENPyOlpMatrix — Base frame matrix.

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?