Python scripting - Technology operators

CENPyOlpTech_POGAttribOperator

Previous  Chapter  Next

 

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

 

 

Methods

 

GetAttribGetter(): CENPyOlpAttribGetter

 

o

return

Object of CENPyOlpAttribGetter class

 

[Example]

   attribGetter = poga.GetAttribGetter()

 


 

GetAttribSetter(): CENPyOlpAttribSetter

 

o

return

Object of CENPyOlpAttribSetter class

 

[Example] 

   attribSetter = poga.GetAttribSetter()

 


 

GetCsvParserOperator(): CENPyOlpCsvParserOperator

 

o

return

Object of CENPyOlpCsvParserOperator class

 

[Example]

   csvParser = poga.GetCsvParserOperator() 

 


 

GetLoggerOperator(): CENPyOlpLogOperator

 

o

return

Object of CENPyOlpLogOperator class

 

[Example]

   logOperator = poga.GetLoggerOperator()

 


 

 


Previous
Previous page
Chapter
Chapter page
Next
Next page