API Reference v9.2.0

IoPortTypeenum

Module: ZaberMotionAscii

Kind of I/O pin to use.

To use this type, add import ZaberMotionAscii to the top of your source code.

NameValueDescription
IoPortType.none0No port type specified.
IoPortType.analogInput1An analog input channel that reads a voltage.
IoPortType.analogOutput2An analog output channel that outputs a voltage.
IoPortType.digitalInput3A digital input channel that reads a boolean state.
IoPortType.digitalOutput4A digital output channel that controls a boolean state.