API Reference v9.2.0

PvtSetDigitalOutputActionstruct

Module: ZaberMotionAscii

Change the state of a digital output pin in a PVT sequence or buffer.

To use this type, add import ZaberMotionAscii to the top of your source code.

Properties

p

channel

pvtSetDigitalOutputAction.channel
Int The number of the digital output pin to change.
p

value

pvtSetDigitalOutputAction.value
DigitalOutputAction The state to set the digital output pin to.
p

delay

optional
pvtSetDigitalOutputAction.delay
Measurement? If nonzero, specifies the time until the delayed output change occurs.
p

futureValue

optional
pvtSetDigitalOutputAction.futureValue
DigitalOutputAction? The state to set the output pin to after the delay time expires. Ignored if the delay is zero or unspecified.