Skip to Content
FASTSUITE E2API ReferencePython APIAPI DomainsAttributesSeries_Attrib Changed Operator

Series_Attrib Changed Operator

Quick Facts

PropertyValue
ClassCENPyOlpSeries_AttribChangedOperator
Modulecenpylib.CENPyOlpSeries_AttribChangedOperator
Packagecenpylib
ReleaseR2025.2.4
Methods5

Quick Start

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

Method Index

MethodReturnsSummary
GetAttribGetterCENPyOlpAttribGetterGets the attribute getter for the represented series object.
GetAttribSetterCENPyOlpAttribSetterGets the attribute setter for the represented series object.
GetLoggerOperatorCENPyOlpLogOperatorGets the logger for the represented series object.
GetChangedAttributeCENPyOlpAttributeGets the changed attribute object for the represented series object.
GetChangedAttributeNamestrGets the changed attribute name for the represented series object.

Query Methods

GetAttribGetter

def GetAttribGetter() -> CENPyOlpAttribGetter

Gets the attribute getter for the represented series object.

Returns: CENPyOlpAttribGetter — Attribute getter.

GetAttribSetter

def GetAttribSetter() -> CENPyOlpAttribSetter

Gets the attribute setter for the represented series object.

Returns: CENPyOlpAttribSetter — Attribute setter.

GetLoggerOperator

def GetLoggerOperator() -> CENPyOlpLogOperator

Gets the logger for the represented series object.

Returns: CENPyOlpLogOperator — Log interface.

GetChangedAttribute

def GetChangedAttribute() -> CENPyOlpAttribute

Gets the changed attribute object for the represented series object.

Returns: CENPyOlpAttribute — Changed attribute object.

GetChangedAttributeName

def GetChangedAttributeName() -> str

Gets the changed attribute name for the represented series object.

Returns: str — Name of the changed attribute.

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?