The object of the CENPyOlpTech_POGAttribOperator class is passed to the PostProcessOperationGroupAttributes callback as a parameter.
It can be used to obtain the required operators within the scope of the PostProcessOperationGroupAttributes callback in the %TechnologyName%.py script file, located in the folder of the plugin.
[Example]
def PostProcessOperationGroupAttributes(poga):
pass
[Example]
attribGetter = poga.GetAttribGetter()
[Example]
attribSetter = poga.GetAttribSetter()
[Example]
csvParser = poga.GetCsvParserOperator()
[Example]
logOperator = poga.GetLoggerOperator()
|