Skip navigation links
E G I M N O R S T W 

E

enableOtd(boolean) - Method in class org.lsst.ccs.drivers.cryocon.M24C
Sets whether Over Temperature Disconnect (OTD) is enabled
enableOtd(boolean) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 

G

getControl() - Method in class org.lsst.ccs.drivers.cryocon.M24C
Gets the temperature control state
getControl() - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 
getControlType(int) - Method in class org.lsst.ccs.drivers.cryocon.M24C
Gets the control type for a loop
getControlType(int) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 
getHeaterMax(int) - Method in class org.lsst.ccs.drivers.cryocon.M24C
Gets the maximum heater power for a loop
getHeaterMax(int) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 
getHeaterRange(int) - Method in class org.lsst.ccs.drivers.cryocon.M24C
Gets the heater range for a loop
getHeaterRange(int) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 
getHtrRead(int) - Method in class org.lsst.ccs.drivers.cryocon.M24C
Gets the heater power level for a loop
getLoopSource(int) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 
getMaxSetPoint(int) - Method in class org.lsst.ccs.drivers.cryocon.M24C
Gets the maximum set point for a loop
getMaxSetPoint(int) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 
getOtdSource() - Method in class org.lsst.ccs.drivers.cryocon.M24C
Gets the OTD source channel
getOtdSource() - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 
getOtdTemp() - Method in class org.lsst.ccs.drivers.cryocon.M24C
Gets the OTD temperature limit
getOtdTemp() - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 
getPID_D(int) - Method in class org.lsst.ccs.drivers.cryocon.M24C
Gets the PID D parameter for a loop
getPID_I(int) - Method in class org.lsst.ccs.drivers.cryocon.M24C
Gets the PID I parameter for a loop
getPID_P(int) - Method in class org.lsst.ccs.drivers.cryocon.M24C
Gets the PID P parameter for a loop
getSetPoint(int) - Method in class org.lsst.ccs.drivers.cryocon.M24C
Gets the current set point for a loop
getSetPoint(int) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 
getSource(int) - Method in class org.lsst.ccs.drivers.cryocon.M24C
Gets the channel source for a loop
getTemp(char) - Method in class org.lsst.ccs.drivers.cryocon.M24C
Reads the temperature of a channel
getTemp(String) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 
getType(char) - Method in class org.lsst.ccs.drivers.cryocon.M24C
Gets the sensor type for a channel
getType(String) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 
getUnit(char) - Method in class org.lsst.ccs.drivers.cryocon.M24C
Gets the temperature units for a channel
getUnit(String) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 

I

isInControl() - Method in class org.lsst.ccs.drivers.cryocon.M24C
Gets whether the device is controlling the temperature
isInControl() - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 
isOtdEnabled() - Method in class org.lsst.ccs.drivers.cryocon.M24C
Gets whether Over Temperature Disconnect (OTD) is enabled
isOtdEnabled() - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 

M

M24C - Class in org.lsst.ccs.drivers.cryocon
Enables access to a Cryogenic Temperature controller Model 24C
M24C() - Constructor for class org.lsst.ccs.drivers.cryocon.M24C
Constructor.
M24C(int, String, int) - Constructor for class org.lsst.ccs.drivers.cryocon.M24C
Deprecated.

N

NUM_LOOPS - Static variable in class org.lsst.ccs.drivers.cryocon.M24C
Public constants

O

open(DriverConstants.ConnType, String, int, int) - Method in class org.lsst.ccs.drivers.cryocon.M24C
Opens a connection to the device.
open(String) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 
open(DriverConstants.ConnType, String) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 
openBNLDefault() - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 
org.lsst.ccs.drivers.cryocon - package org.lsst.ccs.drivers.cryocon
 

R

readString(String) - Method in class org.lsst.ccs.drivers.cryocon.M24C
Reads a string response after sending a command.

S

setControlType(int, String) - Method in class org.lsst.ccs.drivers.cryocon.M24C
Sets the control type for a loop
setControlType(int, String) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 
setHeaterMax(int, double) - Method in class org.lsst.ccs.drivers.cryocon.M24C
Sets the maximum heater power for a loop
setHeaterMax(int, double) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 
setHeaterRange(int, String) - Method in class org.lsst.ccs.drivers.cryocon.M24C
Sets the heater range for a loop
setHeaterRange(int, String) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 
setLoopSource(int, String) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 
setMaxSetPoint(int, double) - Method in class org.lsst.ccs.drivers.cryocon.M24C
Sets the maximum set point for a loop
setMaxSetPoint(int, double) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 
setOtdSource(char) - Method in class org.lsst.ccs.drivers.cryocon.M24C
Sets the OTD source channel
setOtdSource(String) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 
setOtdTemp(double) - Method in class org.lsst.ccs.drivers.cryocon.M24C
Sets the OTD temperature limit
setOtdTemp(double) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 
setSetPoint(int, double) - Method in class org.lsst.ccs.drivers.cryocon.M24C
Sets the set point for a loop
setSetPoint(int, double) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 
setSource(int, char) - Method in class org.lsst.ccs.drivers.cryocon.M24C
Sets the channel source for a loop
setToControl() - Method in class org.lsst.ccs.drivers.cryocon.M24C
Sets the device to control the temperature
setToControl() - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 
setType(char, String) - Method in class org.lsst.ccs.drivers.cryocon.M24C
Sets the sensor type for a channel
setType(String, String) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 
setUnit(char, char) - Method in class org.lsst.ccs.drivers.cryocon.M24C
Sets the temperature units for a channel
setUnit(String, String) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 
stopControl() - Method in class org.lsst.ccs.drivers.cryocon.M24C
Sets the device to stop temperature control
stopControl() - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
 

T

TestM24C - Class in org.lsst.ccs.drivers.cryocon
Program to test the Cryogenic Temperature Controller 24C device driver
TestM24C() - Constructor for class org.lsst.ccs.drivers.cryocon.TestM24C
Constructor

W

writeCommand(String) - Method in class org.lsst.ccs.drivers.cryocon.M24C
Sends a command.
E G I M N O R S T W 
Skip navigation links

Copyright © 2017 LSST. All rights reserved.