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

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.EventRegister - Enum in org.lsst.ccs.drivers.chiller
Enumeration of bits in Event Register
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 (until it is nderstood) RP.
Chiller.StatusRegister - Enum in org.lsst.ccs.drivers.chiller
Enumeration of bits in Status Register
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

G

getCommand() - Method in enum org.lsst.ccs.drivers.chiller.Chiller.Query
 
getDescription() - Method in enum org.lsst.ccs.drivers.chiller.Chiller.Life
 
getDescription() - Method in enum org.lsst.ccs.drivers.chiller.Chiller.Query
 
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)
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
getTemperature(Chiller.Query) - Method in class org.lsst.ccs.drivers.chiller.Chiller
Return any temperature (reading or set point)n as a double

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

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 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

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

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 debuf mode.
setAndReadParameter(int, String) - Method in class org.lsst.ccs.drivers.chiller.Chiller
Set and read back a chiller setup parameter
setAndReadParameter(int, String) - Method in class org.lsst.ccs.drivers.chiller.TestChiller
Set and read back 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
setParameter(int, String) - Method in class org.lsst.ccs.drivers.chiller.Chiller
Set a chiller setup parameter
setParameter(int, String) - Method in class org.lsst.ccs.drivers.chiller.TestChiller
Set a specified Chiller setup parameter
showErrors() - Method in class org.lsst.ccs.drivers.chiller.Chiller
Show error words in hex Ascii
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)
showLifetime(Chiller.Life) - Method in class org.lsst.ccs.drivers.chiller.TestChiller
Show a lifetime 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
 

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.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.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.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.StatusRegister
Returns an array containing the constants of this enum type, in the order they are declared.
C D G L M O Q R S T V 
Skip navigation links

Copyright © 2022 LSST. All rights reserved.