API Reference v9.2.0

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.

Index

pProperties

Properties

p

channel

pvt_cancel_output_schedule_action.channel
int The 1-based number of the output pin whose pending scheduled change to cancel.
p

io_type

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