|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Describes low-level communication with an ADC box.
Method Summary | |
int |
getChannelCount()
Number of channels |
int |
getDifferentialMode()
Measure in differetial mode |
int |
getResolutionMax()
Maximum number of bits in resolution |
int |
getResolutionMin()
Minimum number of bits in resolution |
int |
getSingleEndedMode()
Measure in single-ended mode |
int |
getType()
Get type of attached ADC |
int |
getVersion()
Get version of attached ADC |
boolean |
isValid()
Return true if attached ADC is valid |
int |
readValue(Channel channel)
Read an integer value from ADC unit. |
boolean |
wakeup(com.gatespace.service.adc.SerialPort serialPort)
Wake up the serial port |
Method Detail |
public int getResolutionMin()
public int getResolutionMax()
public int getChannelCount()
public int getSingleEndedMode()
public int getDifferentialMode()
public boolean wakeup(com.gatespace.service.adc.SerialPort serialPort)
public int getType()
public int getVersion()
public boolean isValid()
public int readValue(Channel channel) throws java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |