Series_Attrib Changed Operator
Quick Facts
| Property | Value |
|---|---|
| Class | CENPyOlpSeries_AttribChangedOperator |
| Module | cenpylib.CENPyOlpSeries_AttribChangedOperator |
| Package | cenpylib |
| Release | R2025.2.4 |
| Methods | 5 |
Quick Start
# Boilerplate Example
series_AttribChangedOperator = ... # obtained from the runtime context
result = series_AttribChangedOperator.GetAttribGetter()Method Index
| Method | Returns | Summary |
|---|---|---|
GetAttribGetter | CENPyOlpAttribGetter | Gets the attribute getter for the represented series object. |
GetAttribSetter | CENPyOlpAttribSetter | Gets the attribute setter for the represented series object. |
GetLoggerOperator | CENPyOlpLogOperator | Gets the logger for the represented series object. |
GetChangedAttribute | CENPyOlpAttribute | Gets the changed attribute object for the represented series object. |
GetChangedAttributeName | str | Gets the changed attribute name for the represented series object. |
Query Methods
GetAttribGetter
def GetAttribGetter() -> CENPyOlpAttribGetterGets the attribute getter for the represented series object.
Returns: CENPyOlpAttribGetter — Attribute getter.
GetAttribSetter
def GetAttribSetter() -> CENPyOlpAttribSetterGets the attribute setter for the represented series object.
Returns: CENPyOlpAttribSetter — Attribute setter.
GetLoggerOperator
def GetLoggerOperator() -> CENPyOlpLogOperatorGets the logger for the represented series object.
Returns: CENPyOlpLogOperator — Log interface.
GetChangedAttribute
def GetChangedAttribute() -> CENPyOlpAttributeGets the changed attribute object for the represented series object.
Returns: CENPyOlpAttribute — Changed attribute object.
GetChangedAttributeName
def GetChangedAttributeName() -> strGets the changed attribute name for the represented series object.
Returns: str — Name of the changed attribute.
Related Types
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?