API Reference v9.2.0
PvtSetAllAnalogOutputsActiondata class
Module: zaber_motion.ascii
Change the state of multiple pins of an analog output port in a PVT sequence or buffer.
To use this type, add from zaber_motion.ascii import PvtSetAllAnalogOutputsAction to the top of your source code.
Index
pProperties
Properties
p
pvt_set_all_analog_outputs_action.valuesList[Measurement] The voltages to set the analog output pins to. Must have one entry per pin in the port.p
pvt_set_all_analog_outputs_action.delayOptional[Measurement] If nonzero, specifies the time until the delayed output change occurs.p
pvt_set_all_analog_outputs_action.future_valuesList[Measurement] The voltages 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.