Click or drag to resize

GoToAndTriggerCommand Properties

The GoToAndTriggerCommand type exposes the following members.

Properties
 NameDescription
Public propertyInBit Trigger in pin.
Public propertyInPolarity Trigger in polarity.
Public propertyInPort Trigger in port.
Public propertyIsVariableJumpDelay If true, a variable jump delay is used according to minJumpDelay and jumpLengthLimit.
Public propertyJumpDelay Delay to wait after jump, handled by card.
Public propertyJumpLengthLimit In case of variable jump delay the regular jump delay is used if this distance is exceeded.
Public propertyJumpSpeed Speed with which to jump to position.
Public propertyMinJumpDelay In case of variable jump delay this is the jump delay which is used at least.
Public propertyOutBit Trigger out pin.
Public propertyOutPolarity Trigger out polarity.
Public propertyOutPort Trigger out Port.
Public propertyPositions List of positions to jump to and measure at. If it contains no elements, only the triggering is done.
Public propertyWaitCondition Condition to wait for on input.
Public propertyWaitTimeout Timeout time in milliseconds. If -1 the command waits forever.
Top
See Also