To use this type, add from zaber_motion.ascii import PvtSetDigitalOutputAction to the top of your source code.
pvt_set_digital_output_action.valueDigitalOutputAction The state to set the digital output pin to.pvt_set_digital_output_action.delayOptional[Measurement] If nonzero, specifies the time until the delayed output change occurs.pvt_set_digital_output_action.future_valueOptional[DigitalOutputAction] The state to set the output pin to after the delay time expires. Ignored if the delay is zero or unspecified.