The manual recommends setting the output voltage to the stages to 0V before turning off the controller. It looks like this could be done with the set_output_voltage and get_output_voltage functions in the PPC102 control class. These functions seem to work in arbitrary ADC units though (-32768 to +32767). It would be helpful to have a helper function to convert to/from true volts, or to provide a way for these functions to take in/return true volts.
The manual recommends setting the output voltage to the stages to 0V before turning off the controller. It looks like this could be done with the
set_output_voltageandget_output_voltagefunctions in the PPC102 control class. These functions seem to work in arbitrary ADC units though (-32768 to +32767). It would be helpful to have a helper function to convert to/from true volts, or to provide a way for these functions to take in/return true volts.