API Reference v9.2.0

DigitalOutputActionenum

Module: zaber_motion.ascii

Action type for digital output.

To use this type, add from zaber_motion.ascii import DigitalOutputAction to the top of your source code.

Related Guides:
NameValueDescription
DigitalOutputAction.OFF0Set the digital output low.
DigitalOutputAction.ON1Set the digital output high.
DigitalOutputAction.TOGGLE2Toggle the current state of the digital output.
DigitalOutputAction.KEEP3Leave the digital output in its current state.