public interface VQMDevice
| Modifier and Type | Method and Description |
|---|---|
String |
getIdent() |
double |
getLastPres() |
int |
getVacState() |
boolean |
isVacuumGaugeOn() |
double |
readPressure() |
void |
reconnect() |
void |
setGaugeOff() |
void |
setGaugeOn() |
void |
setVacState(int istate) |
double readPressure()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptiondouble getLastPres()
boolean isVacuumGaugeOn()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid setGaugeOn()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid setGaugeOff()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionint getVacState()
void setVacState(int istate)
String getIdent() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid reconnect()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionCopyright © 2021 LSST. All rights reserved.