API Reference v9.2.0

PvtSetDigitalOutputActiondata class

Module: zaber_motion.ascii

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

To use this type, add from zaber_motion.ascii import PvtSetDigitalOutputAction to the top of your source code.

Properties

p

channel

pvt_set_digital_output_action.channel
int The number of the digital output pin to change.
p

value

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

delay

optional
pvt_set_digital_output_action.delay
Optional[Measurement] If nonzero, specifies the time until the delayed output change occurs.
p

future_value

optional
pvt_set_digital_output_action.future_value
Optional[DigitalOutputAction] The state to set the output pin to after the delay time expires. Ignored if the delay is zero or unspecified.