public interface CryoDevice
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
double |
get_init_temp(int cfgstate) |
String |
getCurrent_channel() |
String |
getCurrent_channel2() |
int |
getCurrent_loop() |
double |
getHtrRead(int loop) |
char |
getLoopSource(int loop) |
double |
getMaxSetPoint(int loop) |
double |
getPID_D(int loop) |
double |
getPID_I(int loop) |
double |
getPID_P(int loop) |
double |
getRunTemp(int cfgstate) |
double |
getSetPoint(int loop) |
int |
getState() |
double |
getTemp(String channel) |
double |
getTempChange() |
double |
getTempStdDev() |
char |
getUnit(String channel) |
boolean |
isInControl() |
void |
open(int type,
String ident,
int param) |
int |
rampTemp(double duration,
double value,
int nsteps) |
int |
rampTemp(double duration,
double t_target,
int nsteps,
int iwloop,
int ioloop,
String wchan,
String ochan,
double delta_warm) |
void |
setCurrent_channel(String chan) |
void |
setCurrent_channel2(String chan) |
void |
setCurrent_loop(int loop) |
void |
setHeaterRange(int loop,
String range) |
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 |
setToControl() |
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 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.DriverExceptionvoid setHeaterRange(int loop,
String range)
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.DriverExceptionint rampTemp(double duration,
double t_target,
int nsteps,
int iwloop,
int ioloop,
String wchan,
String ochan,
double delta_warm)
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)
void setCurrent_channel2(String chan)
String getCurrent_channel()
String getCurrent_channel2()
void setCurrent_loop(int loop)
int getCurrent_loop()
void setToControl()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionboolean isInControl()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptiondouble getHtrRead(int loop)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptiondouble getPID_P(int loop)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptiondouble getPID_I(int loop)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptiondouble getPID_D(int loop)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionCopyright © 2018 LSST. All rights reserved.