- getHtrRead(int) - Method in class org.lsst.ccs.drivers.cryocon.M24C
-
Checks on % heater power associated with a specific loop = [1,4]
- getIdentification() - Method in class org.lsst.ccs.drivers.cryocon.M24C
-
Gets the device ID
- getLoopSource(int) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
-
Get Source for Loop returns Channels A through D
- getMaxSetPoint(int) - Method in class org.lsst.ccs.drivers.cryocon.M24C
-
- getMaxSetPoint(int) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
-
Get Source for Loop returns Channels A through D
- getPID_D(int) - Method in class org.lsst.ccs.drivers.cryocon.M24C
-
Gets PI[D] parameter associated with a specific loop = [1,4]
- getPID_I(int) - Method in class org.lsst.ccs.drivers.cryocon.M24C
-
Gets P[I]D parameter associated with a specific loop = [1,4]
- getPID_P(int) - Method in class org.lsst.ccs.drivers.cryocon.M24C
-
Gets [P]ID parameter associated with a specific loop = [1,4]
- getSetPoint(int) - Method in class org.lsst.ccs.drivers.cryocon.M24C
-
- getSetPoint(int) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
-
Get Source for Loop returns Channels A through D
- getSource(int) - Method in class org.lsst.ccs.drivers.cryocon.M24C
-
Checks on the channel associated with a specific loop = [1,4]
- getTemp(char) - Method in class org.lsst.ccs.drivers.cryocon.M24C
-
Queries the temperature of a channel [A,D]
- getTemp(String) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
-
Get Temperature Reading For Channels A through D
- getUnit(char) - Method in class org.lsst.ccs.drivers.cryocon.M24C
-
Queries the temperatur units associated with channel [A,D]
- getUnit(String) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
-
Get Temperature Units Channels A through D
- setHeaterRange(int, String) - Method in class org.lsst.ccs.drivers.cryocon.M24C
-
Set the heater range for the given loop
- setLoopSource(int, String) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
-
Set Source Channel for Loop
- setMaxSetPoint(int, double) - Method in class org.lsst.ccs.drivers.cryocon.M24C
-
Sets the Maximum Set Point for loop = [1,4], using the input temp.
- setMaxSetPoint(int, double) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
-
Set MaxSetPoint for Loop [1-4]
- setSetPoint(int, double) - Method in class org.lsst.ccs.drivers.cryocon.M24C
-
Sets the set point for the loop =[1,4], using temp where the temp units a
are in K, F, C, or S (sensor units), using setUnit and getUnit to set and
check the temp units
- setSetPoint(int, double) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
-
Set SetPoint for Loop [1-4]
- setSource(int, char) - Method in class org.lsst.ccs.drivers.cryocon.M24C
-
Set the channel [A,D] source for a loop [1,4]
- setToControl() - Method in class org.lsst.ccs.drivers.cryocon.M24C
-
setToControl
- setType(char, String) - Method in class org.lsst.ccs.drivers.cryocon.M24C
-
Sets the calibration curve type DIODE | ACR | PTC100 | PTC1K |NTC10UA |
ACR | TC70 | NONE associated with a channel [A,D]
- setUnit(char, char) - Method in class org.lsst.ccs.drivers.cryocon.M24C
-
Sets the temperature units [K, F, C, or S (sensor units) associated with
a channel [A,D]
- setUnit(String, String) - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
-
Set Temperature Units for Channels A through D
- showIdentification() - Method in class org.lsst.ccs.drivers.cryocon.TestM24C
-
Displays Temp Control 24C identification.