API Reference v9.2.0

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.

Index

pProperties

Properties

p

io_type

pvt_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.
p

cancel

optional
pvt_cancel_all_outputs_schedule_action.cancel
List[bool] Specifies which pins to cancel. If absent, all pins in the port are cancelled.