The following function is defined in Central.Scripts :
def IncTag(tag):
val=GetValue(tag)
val=val+1
SetValue(tag,val)
The function is accessed using the following syntax:
Command: Script
Parameters: IncTag("Test.Value")
Test.Value is defined in the toolbox and the function increments
Test.Value by one
An eventhandler Curves.OnNormal is executed with the following syntax:
Script; Handle_Curves_OnNormal("demo")
Running scripts in a command sequence the following screenshot explains the syntax
to call python methods.
The example will execute the method SetTrigger(1)