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.
| Name | Value | Description |
|---|---|---|
ProcessControllerSourceSensor.THERMISTOR | 10 | Use a thermistor sensor port on the device to measure temperature. |
ProcessControllerSourceSensor.ANALOG_INPUT | 20 | Use an analog input I/O channel on the device to measure voltage. |