PvtCancelAllOutputsScheduleActiondata class
Module: zaber_motion.ascii
Cancel pending scheduled output changes for multiple analog or digital output pins in a PVT sequence or buffer.
To use this type, add from zaber_motion.ascii import PvtCancelAllOutputsScheduleAction to the top of your source code.
Properties
ppvt_cancel_all_outputs_schedule_action.io_type
IoPortType The type of the output port to cancel. Must be AO or DO; input types are not valid here.
ppvt_cancel_all_outputs_schedule_action.cancel
List[bool] Specifies which pins to cancel. If absent, all pins in the port are cancelled.