API Reference v9.1.0

ProcessControllerSourceSensorenum

Module: zaber_motion.product

The type of input sensor that provides feedback to the process controller.

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

NameValueDescription
ProcessControllerSourceSensor.THERMISTOR10Use a thermistor sensor port on the device to measure temperature.
ProcessControllerSourceSensor.ANALOG_INPUT20Use an analog input I/O channel on the device to measure voltage.