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