Skip navigation links
C D E G L M O Q R S T V W 

C

Chiller - Class in org.lsst.ccs.drivers.chiller
Driver for inTEST Chiller.
Chiller() - Constructor for class org.lsst.ccs.drivers.chiller.Chiller
Constructor.
Chiller.ErrorWords - Class in org.lsst.ccs.drivers.chiller
Subclass to hold error and warning words from Chiller Controller
Chiller.EventRegister - Enum in org.lsst.ccs.drivers.chiller
Enumeration of bits in Event Register
Chiller.FParam - Enum in org.lsst.ccs.drivers.chiller
Enumeration of chiller parameters to be checked after Set commands
Chiller.Life - Enum in org.lsst.ccs.drivers.chiller
Enumeration of quantities returned by LIFETIME query
Chiller.Query - Enum in org.lsst.ccs.drivers.chiller
Enumeration of all "Immediate" Query/Read commands to Chiller, ^ except QFA and REA (both handled separately).
Chiller.SetParam - Enum in org.lsst.ccs.drivers.chiller
Enumeration of Chiller Commans which set parameters Some commands set more than one parameter, The information included can be used to verify settings
Chiller.StatusRegister - Enum in org.lsst.ccs.drivers.chiller
Enumeration of bits in Status Register
clearErrors() - Method in class org.lsst.ccs.drivers.chiller.Chiller
Clear chiller error and warning bits.
clearErrors() - Method in class org.lsst.ccs.drivers.chiller.TestChiller
Clear chiller error and warning bits
clearGuiErrorScreen() - Method in class org.lsst.ccs.drivers.chiller.Chiller
Clear error screen on chiller-controller gui
close() - Method in class org.lsst.ccs.drivers.chiller.TestChiller
Closes connection to a device.

D

decode(int) - Static method in enum org.lsst.ccs.drivers.chiller.Chiller.EventRegister
 
decode(int) - Static method in enum org.lsst.ccs.drivers.chiller.Chiller.StatusRegister
 
decodeEvtReg() - Method in class org.lsst.ccs.drivers.chiller.Chiller
Decode event register
decodeStatusReg() - Method in class org.lsst.ccs.drivers.chiller.Chiller
Decode status register

E

equals(Object) - Method in class org.lsst.ccs.drivers.chiller.Chiller.ErrorWords
 
ErrorWords(int, int, int, int) - Constructor for class org.lsst.ccs.drivers.chiller.Chiller.ErrorWords
 

G

getCommand() - Method in enum org.lsst.ccs.drivers.chiller.Chiller.Query
 
getCommand() - Method in enum org.lsst.ccs.drivers.chiller.Chiller.SetParam
 
getDescr() - Method in enum org.lsst.ccs.drivers.chiller.Chiller.StatusRegister
 
getDescription() - Method in enum org.lsst.ccs.drivers.chiller.Chiller.FParam
 
getDescription() - Method in enum org.lsst.ccs.drivers.chiller.Chiller.Life
 
getDescription() - Method in enum org.lsst.ccs.drivers.chiller.Chiller.Query
 
getDescription() - Method in enum org.lsst.ccs.drivers.chiller.Chiller.SetParam
 
getError1() - Method in class org.lsst.ccs.drivers.chiller.Chiller.ErrorWords
 
getError2() - Method in class org.lsst.ccs.drivers.chiller.Chiller.ErrorWords
 
getErrorWords() - Method in class org.lsst.ccs.drivers.chiller.Chiller
Extract and return error and warning words
getExpectedLines() - Method in enum org.lsst.ccs.drivers.chiller.Chiller.Query
 
getFlow(Chiller.Query) - Method in class org.lsst.ccs.drivers.chiller.Chiller
Return flow rate (reading or setpoint)
getHeatCool() - Method in class org.lsst.ccs.drivers.chiller.Chiller
Return heating and cooling as percentages (of maximum capacity?).
getIsTemp() - Method in enum org.lsst.ccs.drivers.chiller.Chiller.Query
 
getLifetime(Chiller.Life) - Method in class org.lsst.ccs.drivers.chiller.Chiller
Return a Lifetime quantity
getMask() - Method in enum org.lsst.ccs.drivers.chiller.Chiller.StatusRegister
 
getMax() - Method in enum org.lsst.ccs.drivers.chiller.Chiller.FParam
 
getMin() - Method in enum org.lsst.ccs.drivers.chiller.Chiller.FParam
 
getNparam() - Method in enum org.lsst.ccs.drivers.chiller.Chiller.SetParam
 
getNumber() - Method in enum org.lsst.ccs.drivers.chiller.Chiller.FParam
 
getParams() - Method in enum org.lsst.ccs.drivers.chiller.Chiller.SetParam
 
getPressure(Chiller.Query) - Method in class org.lsst.ccs.drivers.chiller.Chiller
Return a pressure reading
getStatusReg() - Method in class org.lsst.ccs.drivers.chiller.Chiller
Get status register
getTemperature(Chiller.Query) - Method in class org.lsst.ccs.drivers.chiller.Chiller
Return any temperature (reading or set point)n as a double
getTolerance() - Method in enum org.lsst.ccs.drivers.chiller.Chiller.FParam
 
getWarning1() - Method in class org.lsst.ccs.drivers.chiller.Chiller.ErrorWords
 
getWarning2() - Method in class org.lsst.ccs.drivers.chiller.Chiller.ErrorWords
 

L

listQueries() - Method in class org.lsst.ccs.drivers.chiller.Chiller
List enumerared queries
listQueries() - Method in class org.lsst.ccs.drivers.chiller.TestChiller
List queries
listSetParams() - Method in class org.lsst.ccs.drivers.chiller.TestChiller
List parameter-setting commands
listStatusBits() - Method in class org.lsst.ccs.drivers.chiller.Chiller
List Status Register bits
listStatusBits() - Method in class org.lsst.ccs.drivers.chiller.TestChiller
List status bits
loadParams() - Method in class org.lsst.ccs.drivers.chiller.Chiller
Restore all chiller F# parameters from active non-volatile memory
lockGui(boolean) - Method in class org.lsst.ccs.drivers.chiller.Chiller
Lock or unlock GUI

M

makeCommandString(String, String...) - Static method in class org.lsst.ccs.drivers.chiller.Chiller
Makes a command string (borrowed from TestAscii)

O

open(String, int) - Method in class org.lsst.ccs.drivers.chiller.Chiller
Open a connection to the chiller
open(String) - Method in class org.lsst.ccs.drivers.chiller.Chiller
Open a connection to the chiller using default port
open(String, int) - Method in class org.lsst.ccs.drivers.chiller.TestChiller
Opens connection to chiller
org.lsst.ccs.drivers.chiller - package org.lsst.ccs.drivers.chiller
 

Q

queryChiller(Chiller.Query) - Method in class org.lsst.ccs.drivers.chiller.Chiller
^ Send an enumerated query to Chiller and receive response
queryChiller(Chiller.Query) - Method in class org.lsst.ccs.drivers.chiller.TestChiller
Send query to Chiller and show response
quitControl() - Method in class org.lsst.ccs.drivers.chiller.Chiller
Stop controlling temperature

R

readParameter(int) - Method in class org.lsst.ccs.drivers.chiller.Chiller
Read a chiller setup parameter
readParameter(int) - Method in class org.lsst.ccs.drivers.chiller.TestChiller
Read a specified Chiller setup parameter

S

saveParams() - Method in class org.lsst.ccs.drivers.chiller.Chiller
Save all current chiller F# parameters to active non-volatile memory
selectDUT(boolean) - Method in class org.lsst.ccs.drivers.chiller.TestChiller
Select DUT vs Normal temperature-control ode
sendDebugCommand(String, String...) - Method in class org.lsst.ccs.drivers.chiller.TestChiller
Send non-Query command string to chiller.
sendDirectCommand(String, String...) - Method in class org.lsst.ccs.drivers.chiller.Chiller
Directly send command string to chiller/ For temporary use, to allow using non-implemented commands, allowed only in debug mode.
setAndReadAnyParameter(int, String) - Method in class org.lsst.ccs.drivers.chiller.TestChiller
Set and read back a specified Chiller setup parameter
setAnyParameter(int, String) - Method in class org.lsst.ccs.drivers.chiller.TestChiller
Set a specified Chiller setup parameter
setDebug(boolean) - Method in class org.lsst.ccs.drivers.chiller.Chiller
Set debug mode true or false
setDebug(boolean) - Method in class org.lsst.ccs.drivers.chiller.TestChiller
Set debug mode
setFlow(double) - Method in class org.lsst.ccs.drivers.chiller.Chiller
Set chilled fluid flow rate.
setFlow(double) - Method in class org.lsst.ccs.drivers.chiller.TestChiller
Set chiller flow rate
setParamCommand(Chiller.SetParam, double...) - Method in class org.lsst.ccs.drivers.chiller.Chiller
Implement parameter-setting command (enumerated in SetParam).
setParams(Chiller.SetParam, double...) - Method in class org.lsst.ccs.drivers.chiller.TestChiller
Command to execute a parameter-setting command, enumerared in Chiller.SetParam, checking that value gets set as requested.
setTemperature(double) - Method in class org.lsst.ccs.drivers.chiller.Chiller
Go to a temperature using default ramp.
setTemperature(double) - Method in class org.lsst.ccs.drivers.chiller.TestChiller
Set chiller temperature and go there using default ramp
setTemperatureWithRamp(double, double) - Method in class org.lsst.ccs.drivers.chiller.Chiller
Go to a temperature using specified ramp.
setTemperatureWithRamp(double, double) - Method in class org.lsst.ccs.drivers.chiller.TestChiller
Set chiller temperature and go there using provided ramp rate
showErrorWords() - Method in class org.lsst.ccs.drivers.chiller.TestChiller
Show error and warning words in hex Ascii
showEvtReg() - Method in class org.lsst.ccs.drivers.chiller.TestChiller
Show event register bits
showFlow(Chiller.Query) - Method in class org.lsst.ccs.drivers.chiller.TestChiller
Show a flow-rate value (extracted from query response)
showHeatCool() - Method in class org.lsst.ccs.drivers.chiller.TestChiller
Show heating and cooling percentages (extracted from query)
showLifetime(Chiller.Life) - Method in class org.lsst.ccs.drivers.chiller.TestChiller
Show a lifetime value (extracted from query response)
showPressure(Chiller.Query) - Method in class org.lsst.ccs.drivers.chiller.TestChiller
Show a pressure value (extracted from query response)
showStatusReg() - Method in class org.lsst.ccs.drivers.chiller.TestChiller
Show status register bits
showTemperature(Chiller.Query) - Method in class org.lsst.ccs.drivers.chiller.TestChiller
Show a temperature value (extracted from query response)

T

TestChiller - Class in org.lsst.ccs.drivers.chiller
Chiller test program driver
TestChiller() - Constructor for class org.lsst.ccs.drivers.chiller.TestChiller
 
toString() - Method in class org.lsst.ccs.drivers.chiller.Chiller.ErrorWords
 

V

valueOf(String) - Static method in enum org.lsst.ccs.drivers.chiller.Chiller.EventRegister
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.chiller.Chiller.FParam
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.chiller.Chiller.Life
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.chiller.Chiller.Query
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.chiller.Chiller.SetParam
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.chiller.Chiller.StatusRegister
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.lsst.ccs.drivers.chiller.Chiller.EventRegister
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.chiller.Chiller.FParam
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.chiller.Chiller.Life
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.chiller.Chiller.Query
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.chiller.Chiller.SetParam
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.chiller.Chiller.StatusRegister
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeDUT(double) - Method in class org.lsst.ccs.drivers.chiller.Chiller
Send digital DUT temperature reading to Chiller
C D E G L M O Q R S T V W 
Skip navigation links

Copyright © 2022 LSST. All rights reserved.