| Modifier and Type | Method and Description |
|---|---|
static Chiller.SetParam |
Chiller.SetParam.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Chiller.SetParam[] |
Chiller.SetParam.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Chiller.setParamCommand(Chiller.SetParam setParam,
double... values)
Implement parameter-setting command (enumerated in SetParam).
|
void |
TestChiller.setParams(Chiller.SetParam setParam,
double... values)
Command to execute a parameter-setting command, enumerared in
Chiller.SetParam, checking that value gets set as requested.
|
Copyright © 2022 LSST. All rights reserved.