To use this type, add from zaber_motion.ascii import PvtSetAllDigitalOutputsAction to the top of your source code.
pvt_set_all_digital_outputs_action.valuesList[DigitalOutputAction] The states to set the digital output pins to. Must have one entry per pin in the port.pvt_set_all_digital_outputs_action.delayOptional[Measurement] If nonzero, specifies the time until the delayed output change occurs.pvt_set_all_digital_outputs_action.future_valuesList[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.