API Reference v9.2.0

PvtSetAnalogOutputActionstruct

Module: ZaberMotionAscii

Change the state of an analog 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

pvtSetAnalogOutputAction.channel
Int The number of the analog output pin to change.
p

value

pvtSetAnalogOutputAction.value
Measurement The voltage to set the analog output pin to.
p

delay

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

futureValue

optional
pvtSetAnalogOutputAction.futureValue
Measurement? The voltage to set the output pin to after the delay time expires. Ignored if the delay is zero or unspecified.