API Reference v9.2.0
PvtSetAnalogOutputActiondata class
Module: zaber_motion.ascii
Change the state of an analog output pin in a PVT sequence or buffer.
To use this type, add from zaber_motion.ascii import PvtSetAnalogOutputAction to the top of your source code.
Index
pProperties
Properties
p
p
pvt_set_analog_output_action.delayOptional[Measurement] If nonzero, specifies the time until the delayed output change occurs.p
pvt_set_analog_output_action.future_valueOptional[Measurement] The voltage to set the output pin to after the delay time expires. Ignored if the delay is zero or unspecified.