Skip to Content
FASTSUITE E2API ReferencePython APICallbacksIOlpEventPostOnAttribChanged

PostOnAttribChanged

The callback

PostOnAttribChanged

(

CENPyOlpEvent_AttribChangedOperator

) is called when the event attribute has been changed..

It can be used to:

  • access changed attribute

  • get attribute values

  • set attribute values

  • output to the log

The callback is defined in the

%EVENT_NAME%.py

file that is located in the scripts folder of the

plugin

.

Was this page helpful?