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) throws SDORequestException, HardwareNotDetectedException, ShortResponseToSDORequestException, FcsHardwareException
inputNB - SDORequestExceptionHardwareNotDetectedExceptionShortResponseToSDORequestExceptionFcsHardwareExceptiondouble readVoltage(int inputNB)
throws SDORequestException,
HardwareNotDetectedException,
ShortResponseToSDORequestException,
FcsHardwareException
inputNB - : integer from 1 to 8SDORequestExceptionHardwareNotDetectedExceptionShortResponseToSDORequestExceptionFcsHardwareExceptionCopyright © 2016 LSST. All rights reserved.