public static enum Chiller.FParam extends Enum<Chiller.FParam>
| Enum Constant and Description |
|---|
BUBBLEV_TIME |
CLR_KI_SETPT |
COLD_PERIOD |
COOL_CAPACITY |
DUT_DT_HI |
DUT_DT_LO |
DUT_KI |
DUT_KP |
DUT_TMAX |
DUT_TMIN |
FLOW_ERR_MASK |
FLOWMETER_LO |
HEAT_CAPACITY |
PID_GAINFAC |
PID_KD |
PID_KI |
PID_KP |
RAMP_DEFAULT |
REFRIG_OFF |
SETPT_SETTLE |
SETPT_TOL |
T_CTRL_MODE |
TANK_SETPOINT |
THERMSL_MASS |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
double |
getMax() |
double |
getMin() |
int |
getNumber() |
double |
getTolerance() |
static Chiller.FParam |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Chiller.FParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Chiller.FParam PID_KP
public static final Chiller.FParam COLD_PERIOD
public static final Chiller.FParam CLR_KI_SETPT
public static final Chiller.FParam PID_KI
public static final Chiller.FParam PID_KD
public static final Chiller.FParam PID_GAINFAC
public static final Chiller.FParam HEAT_CAPACITY
public static final Chiller.FParam DUT_TMIN
public static final Chiller.FParam DUT_TMAX
public static final Chiller.FParam DUT_DT_LO
public static final Chiller.FParam DUT_DT_HI
public static final Chiller.FParam SETPT_TOL
public static final Chiller.FParam SETPT_SETTLE
public static final Chiller.FParam THERMSL_MASS
public static final Chiller.FParam REFRIG_OFF
public static final Chiller.FParam RAMP_DEFAULT
public static final Chiller.FParam FLOWMETER_LO
public static final Chiller.FParam T_CTRL_MODE
public static final Chiller.FParam FLOW_ERR_MASK
public static final Chiller.FParam DUT_KP
public static final Chiller.FParam DUT_KI
public static final Chiller.FParam COOL_CAPACITY
public static final Chiller.FParam BUBBLEV_TIME
public static final Chiller.FParam TANK_SETPOINT
public static Chiller.FParam[] values()
for (Chiller.FParam c : Chiller.FParam.values()) System.out.println(c);
public static Chiller.FParam 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 int getNumber()
public double getTolerance()
public double getMin()
public double getMax()
public String getDescription()
Copyright © 2023 LSST. All rights reserved.