API Reference v9.2.0

PvtSetAllDigitalOutputsActionstruct

Module: ZaberMotionAscii

Change the state of multiple pins of a digital output port in a PVT sequence or buffer.

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

Index

Properties

p

values

pvtSetAllDigitalOutputsAction.values
[DigitalOutputAction] The states to set the digital output pins to. Must have one entry per pin in the port.
p

delay

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

futureValues

optional
pvtSetAllDigitalOutputsAction.futureValues
[DigitalOutputAction] The states to set the output pins to after the delay time expires. Ignored if the delay is zero or unspecified. Must have one entry per pin in the port.