Tech_POG Attrib Operator
Quick Facts
| Property | Value |
|---|---|
| Class | CENPyOlpTech_POGAttribOperator |
| Module | cenpylib.CENPyOlpTech_POGAttribOperator |
| Package | cenpylib |
| Release | R2025.2.4 |
| Methods | 5 |
Quick Start
# Boilerplate Example
tech_POGAttribOperator = ... # obtained from the runtime context
result = tech_POGAttribOperator.GetAttribGetter()Method Index
| Method | Returns | Summary |
|---|---|---|
GetAttribGetter | CENPyOlpAttribGetter | Get attribute getter interface which handles the Olp attribute container. |
GetAttribSetter | CENPyOlpAttribSetter | Get attribute setter interface which handles the Olp attribute container. |
GetLoggerOperator | CENPyOlpLogOperator | Get the log operator interface. |
GetCsvParserOperator | CENPyOlpCsvParserOperator | Get the CSV parser operator interface. |
GetTechTabFolder | str | Gets the technology table folder path. |
Query Methods
GetAttribGetter
def GetAttribGetter() -> CENPyOlpAttribGetterGet attribute getter interface which handles the Olp attribute container.
Returns: CENPyOlpAttribGetter — Attribute getter interface.
GetAttribSetter
def GetAttribSetter() -> CENPyOlpAttribSetterGet attribute setter interface which handles the Olp attribute container.
Returns: CENPyOlpAttribSetter — Attribute setter interface.
GetLoggerOperator
def GetLoggerOperator() -> CENPyOlpLogOperatorGet the log operator interface.
Returns: CENPyOlpLogOperator — Log operator interface.
GetCsvParserOperator
def GetCsvParserOperator() -> CENPyOlpCsvParserOperatorGet the CSV parser operator interface.
Returns: CENPyOlpCsvParserOperator — CSV parser operator interface.
GetTechTabFolder
def GetTechTabFolder(relativePath: str, feedbackErrorWhenFileNotFound: bool=True) -> strGets the technology table folder path. If the relative path contains a file name with extension then it will return the path to that file.
Parameters:
| Name | Type | Description |
|---|---|---|
relativePath | str | Name of a file/relative path to a file. |
feedbackErrorWhenFileNotFound | bool | By default (True) a feedback error is passed when file not found. (default: True) |
Returns: str — Technology table folder or a file path.
Related Types
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?