Skip to Content
FASTSUITE E2API ReferencePython APIAPI DomainsEvent HandlingEvent_Attrib Changed Operator

Event_Attrib Changed Operator

Quick Facts

PropertyValue
ClassCENPyOlpEvent_AttribChangedOperator
Modulecenpylib.CENPyOlpEvent_AttribChangedOperator
Packagecenpylib
ReleaseR2025.2.4
Methods6

Quick Start

# Boilerplate Example # Acquire the event object from the runtime context event_AttribChangedOperator = ... # provided by the framework

Method Index

MethodReturnsSummary
GetAttribGetterCENPyOlpAttribGetterGet attribute getter interface which handles the Olp attribute container.
GetAttribSetterCENPyOlpAttribSetterGet attribute setter interface.
GetLoggerOperatorCENPyOlpLogOperatorGet logger operator.
GetControllerCENPyOlpControllerGet OLP controller.
GetChangedAttributeNamestrGets the changed attribute name for the represented series object.
IsEventCreatedAutomaticallyboolGet if the reference Event was created by a rule, another event, or inserted manually.

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.

Returns: CENPyOlpAttribSetter — Attribute setter interface.

GetLoggerOperator

def GetLoggerOperator() -> CENPyOlpLogOperator

Get logger operator.

Returns: CENPyOlpLogOperator — Logger operator.

GetController

def GetController() -> CENPyOlpController

Get OLP controller.

Returns: CENPyOlpController — OLP controller.

GetChangedAttributeName

def GetChangedAttributeName() -> str

Gets the changed attribute name for the represented series object.

Returns: str — Name of the changed attribute.

IsEventCreatedAutomatically

def IsEventCreatedAutomatically() -> bool

Get if the reference Event was created by a rule, another event, or inserted manually.

Returns: bool — True if the Event was created by a rule or by another Event, False if inserted manually.

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?