API Reference v9.2.0
IoPortTypeenum
Module: zaber_motion.ascii
Kind of I/O pin to use.
To use this type, add from zaber_motion.ascii import IoPortType to the top of your source code.
| Name | Value | Description |
|---|---|---|
IoPortType.NONE | 0 | No port type specified. |
IoPortType.ANALOG_INPUT | 1 | An analog input channel that reads a voltage. |
IoPortType.ANALOG_OUTPUT | 2 | An analog output channel that outputs a voltage. |
IoPortType.DIGITAL_INPUT | 3 | A digital input channel that reads a boolean state. |
IoPortType.DIGITAL_OUTPUT | 4 | A digital output channel that controls a boolean state. |