public interface VQMDevice
| Modifier and Type | Method and Description |
|---|---|
String |
getIdent() |
double |
getLastPres() |
double |
getRunVac(int cfgstate) |
int |
getState() |
boolean |
isVacuumGaugeOn() |
double[][] |
readAMU() |
double |
readPressure() |
String |
readReport() |
void |
reconnect() |
void |
setGaugeOff() |
void |
setGaugeOn() |
void |
setRunVac(double vac,
int cfgstate) |
void |
setState(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.DriverExceptionvoid setRunVac(double vac,
int cfgstate)
double getRunVac(int cfgstate)
int getState()
void setState(int istate)
String readReport() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptiondouble[][] readAMU()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionString 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 © 2018 LSST. All rights reserved.