public interface PowerDevice
| Modifier and Type | Method and Description |
|---|---|
boolean |
getOutput(int chan) |
boolean |
isOnline() |
double |
readCurrent(int chan) |
double |
readVoltage(int chan) |
void |
setCurrent(int chan,
double value) |
void |
setOutput(int chan,
boolean value) |
void |
setVoltage(int chan,
double value) |
boolean isOnline()
void setVoltage(int chan,
double value)
void setCurrent(int chan,
double value)
void setOutput(int chan,
boolean value)
double readVoltage(int chan)
double readCurrent(int chan)
boolean getOutput(int chan)
Copyright © 2014 LSST. All Rights Reserved.