public interface ADCInterface
| Modifier and Type | Method and Description |
|---|---|
String |
readAnalogInput(int inputNB)
Read the analog input whom number is given as a parameter
|
double |
readVoltage(int inputNB)
Read the voltage at the ADC input inputNB on the ADC and returns the
value in Volt
|
String readAnalogInput(int inputNB)
inputNB - SDORequestExceptionHardwareNotDetectedExceptionFcsHardwareException - org.lsst.ccs.subsystems.fcs.errors.ShortResponseToSDORequestExceptiondouble readVoltage(int inputNB)
inputNB - : integer from 1 to 8SDORequestExceptionHardwareNotDetectedExceptionFcsHardwareException - org.lsst.ccs.subsystems.fcs.errors.ShortResponseToSDORequestExceptionCopyright © 2016 LSST. All rights reserved.