Skip to Content
FASTSUITE E2API ReferencePython APIAPI DomainsAttributesSeries_Attrib Init Operator

Series_Attrib Init Operator

Quick Facts

PropertyValue
ClassCENPyOlpSeries_AttribInitOperator
Modulecenpylib.CENPyOlpSeries_AttribInitOperator
Packagecenpylib
ReleaseR2025.2.4
Methods6

Quick Start

# Boilerplate Example series_AttribInitOperator = ... # obtained from the runtime context result = series_AttribInitOperator.GetAttribCreator()

Method Index

MethodReturnsSummary
GetAttribCreatorCENPyOlpAttribCreatorGets the attribute creator for the represented series object.
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.
GetControllerCENPyOlpControllerThe controller where this series is used.
GetCsvParserOperatorCENPyOlpCsvParserOperatorGet csv parser operator.

Query Methods

GetAttribCreator

def GetAttribCreator() -> CENPyOlpAttribCreator

Gets the attribute creator for the represented series object.

Returns: CENPyOlpAttribCreator — Attribute creator.

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.

GetController

def GetController() -> CENPyOlpController

The controller where this series is used.

Returns: CENPyOlpController — The parent controller of the series.

GetCsvParserOperator

def GetCsvParserOperator() -> CENPyOlpCsvParserOperator

Get csv parser operator.

Returns: CENPyOlpCsvParserOperator — Csv parser operator.

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?