Skip to Content
FASTSUITE E2API ReferencePython APICallbacksIOlpSeriesIOlpSeries

IOlpSeries

Kernel class callbackOperator classReturn value typeDefault return valuePython script file name
PostSeriesInitAttributesCENPyOlpSeries_AttribInitOperator%SeriesName%.py
PostSeriesInitEventsCENPyOlpSeries_EventInitOperator
PostSeriesOnAttribChangedCENPyOlpSeries_AttribChangedOperator
GetRegShapeStyleRegShapeStyleREGSHAPESTYLE_NOTDEFINED

With python property callbacks it is possible to overwrite properties defined in controller package DLLs.

RegShapeStyle # See TestAssets\TechDLRecomp\Customer_Plugins\Jenoptik_Plugin\ControllerPackages\Staeubli def GetRegShapeStyle(): return REGSHAPESTYLE_JENOPTIKLIKE
Was this page helpful?