
public interface CryoDevice
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
double |
get_idle_temp() |
double |
get_init_temp(int cfgstate) |
String |
getCurrent_channel() |
char |
getLoopSource(int loop) |
double |
getMaxSetPoint(int loop) |
double |
getRunTemp(int cfgstate) |
double |
getSetPoint(int loop) |
int |
getState() |
double |
getTemp(String channel) |
double |
getTempChange() |
double |
getTempStdDev() |
char |
getUnit(String channel) |
void |
open(int type,
String ident,
int param) |
int |
rampTemp(double duration,
double value,
int nsteps) |
void |
setCurrent_channel(String chan) |
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 |
setType(String channel,
String calcur_type) |
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.DriverExceptiondouble getTempStdDev()
double getTempChange()
char 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 setType(String channel, String calcur_type) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionint rampTemp(double duration,
double value,
int nsteps)
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)
void setCurrent_channel(String chan)
String getCurrent_channel()
Copyright © 2015 LSST. All rights reserved.