
public interface CryoDevice
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
double |
get_idle_temp() |
double |
get_init_temp(int cfgstate) |
char |
getLoopSource(int loop) |
double |
getMaxSetPoint(int loop) |
double |
getRunTemp(int cfgstate) |
double |
getSetPoint(int loop) |
int |
getState() |
double |
getTemp(String channel) |
char |
getUnit(String channel) |
void |
open(int type,
String ident,
int param) |
void |
setLoopSource(int loop,
String channel) |
void |
setMaxSetPoint(int loop,
double temp) |
void |
setRunTemp(double Temp,
int cfgstate) |
void |
setSetPoint(int loop,
double temp) |
void |
setState(int istate) |
void |
setUnit(String channel,
String unit) |
void open(int type,
String ident,
int param)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid close()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptiondouble get_init_temp(int cfgstate)
double get_idle_temp()
double getMaxSetPoint(int loop)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid setMaxSetPoint(int loop,
double temp)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptiondouble getSetPoint(int loop)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid setSetPoint(int loop,
double temp)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionchar getLoopSource(int loop)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid setLoopSource(int loop,
String channel)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptiondouble getTemp(String channel) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionchar getUnit(String channel) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid setUnit(String channel, String unit) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid setRunTemp(double Temp,
int cfgstate)
double getRunTemp(int cfgstate)
int getState()
void setState(int istate)
Copyright © 2014 LSST. All rights reserved.