DigScript

Execute a script when the signal goes from low to high, or when the signal is high.

The object is connected to a digital signal in the database. The script is executed either
on positive edge of the signal, or cyclically when the signal is high.

Attribute                               Description
DigScript.Attribute                       Signal in the database of type boolean that should
                      influence the component.
DigScript.Arguments                       Arguments that can be used as p1-p9 in the script. The arguments
                      will be translated as a commmand (see action Command), for example
                      $object is replace by the current instance for an object graph.
DigScript.Level                       If level is 0, the script is executed when the signal changes
                      from 0 to 1. If level is 1, the script is executed cyclically
                      when the signal is high.
DigScript.Script                        Xtt script that will be executed.