Event_Attrib Init Operator
Quick Facts
| Property | Value |
|---|---|
| Class | CENPyOlpEvent_AttribInitOperator |
| Module | cenpylib.CENPyOlpEvent_AttribInitOperator |
| Package | cenpylib |
| Release | R2025.2.4 |
| Methods | 6 |
Quick Start
# Boilerplate Example
# Acquire the event object from the runtime context
event_AttribInitOperator = ... # provided by the frameworkMethod Index
| Method | Returns | Summary |
|---|---|---|
GetAttribCreator | CENPyOlpAttribCreator | Get attribute creator interface. |
GetAttribGetter | CENPyOlpAttribGetter | Get attribute getter interface. |
GetAttribSetter | CENPyOlpAttribSetter | Get attribute setter interface. |
GetLoggerOperator | CENPyOlpLogOperator | Get logger operator. |
GetController | CENPyOlpController | Get OLP controller. |
GetTechTabFolder | str | Gets the technology table folder path. |
Query Methods
GetAttribCreator
def GetAttribCreator() -> CENPyOlpAttribCreatorGet attribute creator interface.
Returns: CENPyOlpAttribCreator — Attribute creator interface.
GetAttribGetter
def GetAttribGetter() -> CENPyOlpAttribGetterGet attribute getter interface.
Returns: CENPyOlpAttribGetter — Attribute getter interface.
GetAttribSetter
def GetAttribSetter() -> CENPyOlpAttribSetterGet attribute setter interface.
Returns: CENPyOlpAttribSetter — Attribute setter interface.
GetLoggerOperator
def GetLoggerOperator() -> CENPyOlpLogOperatorGet logger operator.
Returns: CENPyOlpLogOperator — Logger operator.
GetController
def GetController() -> CENPyOlpControllerGet OLP controller.
Returns: CENPyOlpController — OLP controller.
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?