| Modifier and Type | Method and Description |
|---|---|
static Chiller.Query |
Chiller.Query.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Chiller.Query[] |
Chiller.Query.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
double |
Chiller.getFlow(Chiller.Query query)
Return flow rate (reading or setpoint)
|
double |
Chiller.getPressure(Chiller.Query query)
Return a pressure reading
|
double |
Chiller.getTemperature(Chiller.Query query)
Return any temperature (reading or set point)n as a double
|
String |
TestChiller.queryChiller(Chiller.Query quantity)
Send query to Chiller and show response
|
String |
Chiller.queryChiller(Chiller.Query query)
^ Send an enumerated query to Chiller and receive response
|
String |
TestChiller.showFlow(Chiller.Query quantity)
Show a flow-rate value (extracted from query response)
|
String |
TestChiller.showPressure(Chiller.Query quantity)
Show a pressure value (extracted from query response)
|
String |
TestChiller.showTemperature(Chiller.Query quantity)
Show a temperature value (extracted from query response)
|
Copyright © 2023 LSST. All rights reserved.