DigCommand

Execute specified command 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 command is executed either
on positive edge of the signal, or cyclically when the signal is high.

DigCommand can exist in several instances, which makes it possible to execute several
commands.

Attribute                               Description
DigCommand.Attribute                       Signal in the database of type boolean that should
                      influence the component.
DigCommand.Level                       If Level is 0, the command is executed when the signal changes
                      from 0 to 1. If Level is 1, the command is executed cyclically
                      when the signal is high.
DigCommand.Command                       Xtt command that will be executed.
DigCommand.Instances                       Instance mask where instances can be added or removed.
DigCommand2.Attribute                       Signal for instance number 2.
DigCommand2.Level                       Command for instance number 2.
DigCommand2.Command                       Command for instance number 2.