public static enum Chiller.SetParam extends Enum<Chiller.SetParam>
| Enum Constant and Description |
|---|
COLD_PERIOD |
DUT_INT_COEFF |
DUT_PROP_COEFF |
DUT_T_LIMITS |
DUT_VS_RTD |
PID_PARAMS |
RAMP_RATE |
SETTLING_BAND |
THERMAL_MASS |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand() |
String |
getDescription() |
int |
getNparam() |
Chiller.FParam[] |
getParams() |
static Chiller.SetParam |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Chiller.SetParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Chiller.SetParam COLD_PERIOD
public static final Chiller.SetParam SETTLING_BAND
public static final Chiller.SetParam DUT_VS_RTD
public static final Chiller.SetParam DUT_T_LIMITS
public static final Chiller.SetParam RAMP_RATE
public static final Chiller.SetParam THERMAL_MASS
public static final Chiller.SetParam DUT_INT_COEFF
public static final Chiller.SetParam DUT_PROP_COEFF
public static final Chiller.SetParam PID_PARAMS
public static Chiller.SetParam[] values()
for (Chiller.SetParam c : Chiller.SetParam.values()) System.out.println(c);
public static Chiller.SetParam valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getCommand()
public int getNparam()
public Chiller.FParam[] getParams()
public String getDescription()
Copyright © 2022 LSST. All rights reserved.