public interface Actuator
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getReadValue() |
int |
getSentCurrentMaxValue() |
int |
getSentCurrentMinValue() |
int |
getSentValue() |
boolean |
isOff() |
boolean |
isOn() |
String |
off() |
String |
on() |
String on() throws org.lsst.ccs.bus.BadCommandException, org.lsst.ccs.bus.ErrorInCommandExecutionException
org.lsst.ccs.bus.BadCommandExceptionorg.lsst.ccs.bus.ErrorInCommandExecutionExceptionString off() throws org.lsst.ccs.bus.BadCommandException, org.lsst.ccs.bus.ErrorInCommandExecutionException
org.lsst.ccs.bus.BadCommandExceptionorg.lsst.ccs.bus.ErrorInCommandExecutionExceptionboolean isOn()
boolean isOff()
String getName()
int getReadValue()
int getSentValue()
int getSentCurrentMinValue()
int getSentCurrentMaxValue()
Copyright © 2013 LSST. All Rights Reserved.