GoToAndTriggerCommandCreateWaitTrigger Method |
Static method to create a GoToAndTriggerCommand instance configured to wait for a specific trigger condition.
Namespace: RAYLASE.Marker.Device.ScanControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.20.0
Syntaxpublic static GoToAndTriggerCommand CreateWaitTrigger(
double jumpSpeed,
double jumpDelay,
IList<dvec3> positions,
uint waitCondition
)
Parameters
- jumpSpeed Double
- Speed with which to jump to position.
- jumpDelay Double
- Delay to wait after jump, handled by card.
- positions IListdvec3
- List of positions to jump to and measure at.
- waitCondition UInt32
- Condition to wait for on input.
Return Value
GoToAndTriggerCommandA configured GoToAndTriggerCommand instance.
See Also