Series_Attrib Init Operator
Quick Facts
| Property | Value |
|---|---|
| Class | CENPyOlpSeries_AttribInitOperator |
| Module | cenpylib.CENPyOlpSeries_AttribInitOperator |
| Package | cenpylib |
| Release | R2025.2.4 |
| Methods | 6 |
Quick Start
# Boilerplate Example
series_AttribInitOperator = ... # obtained from the runtime context
result = series_AttribInitOperator.GetAttribCreator()Method Index
| Method | Returns | Summary |
|---|---|---|
GetAttribCreator | CENPyOlpAttribCreator | Gets the attribute creator for the represented series object. |
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. |
GetController | CENPyOlpController | The controller where this series is used. |
GetCsvParserOperator | CENPyOlpCsvParserOperator | Get csv parser operator. |
Query Methods
GetAttribCreator
def GetAttribCreator() -> CENPyOlpAttribCreatorGets the attribute creator for the represented series object.
Returns: CENPyOlpAttribCreator — Attribute creator.
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.
GetController
def GetController() -> CENPyOlpControllerThe controller where this series is used.
Returns: CENPyOlpController — The parent controller of the series.
GetCsvParserOperator
def GetCsvParserOperator() -> CENPyOlpCsvParserOperatorGet csv parser operator.
Returns: CENPyOlpCsvParserOperator — Csv parser operator.
Related Types
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?