PvtCancelOutputScheduleActiondata class
Module: zaber_motion.ascii
Cancel the pending scheduled output change for a single analog or digital output pin in a PVT sequence or buffer.
To use this type, add from zaber_motion.ascii import PvtCancelOutputScheduleAction to the top of your source code.
Properties
ppvt_cancel_output_schedule_action.channel
int The 1-based number of the output pin whose pending scheduled change to cancel.
ppvt_cancel_output_schedule_action.io_type
IoPortType The type of the output pin to cancel. Must be AO or DO; input types are not valid here.