public enum RebHvBiasState extends Enum<RebHvBiasState>
| Enum Constant and Description |
|---|
OFF
The HV Bias is off for the Reb.
|
ON
The HV Bias is on for the Reb.
|
UNKNOWN
The HV Bias initial state or when the device cannot be read.
|
| Modifier and Type | Method and Description |
|---|---|
static RebHvBiasState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RebHvBiasState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RebHvBiasState UNKNOWN
public static final RebHvBiasState OFF
public static final RebHvBiasState ON
public static RebHvBiasState[] values()
for (RebHvBiasState c : RebHvBiasState.values()) System.out.println(c);
public static RebHvBiasState 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 nullCopyright © 2024 LSST. All rights reserved.