Go |
The GoToAndTriggerCommand type exposes the following members.
Name | Description | |
---|---|---|
![]() | InBit | Trigger in pin. |
![]() | InPolarity | Trigger in polarity. |
![]() | InPort | Trigger in port. |
![]() | IsVariableJumpDelay | If true, a variable jump delay is used according to minJumpDelay and jumpLengthLimit. |
![]() | JumpDelay | Delay to wait after jump, handled by card. |
![]() | JumpLengthLimit | In case of variable jump delay the regular jump delay is used if this distance is exceeded. |
![]() | JumpSpeed | Speed with which to jump to position. |
![]() | MinJumpDelay | In case of variable jump delay this is the jump delay which is used at least. |
![]() | OutBit | Trigger out pin. |
![]() | OutPolarity | Trigger out polarity. |
![]() | OutPort | Trigger out Port. |
![]() | Positions | List of positions to jump to and measure at. If it contains no elements, only the triggering is done. |
![]() | WaitCondition | Condition to wait for on input. |
![]() | WaitTimeout | Timeout time in milliseconds. If -1 the command waits forever. |