public static enum ThorlabsSC10.CmndSC extends Enum<ThorlabsSC10.CmndSC>
| Enum Constant and Description |
|---|
CLOSED |
DATA_RATE |
ENABLE |
IDENTIFIER |
INTERLOCK |
LOAD_FROM_PROM |
OPEN_DURATION |
OPERATING_MODE |
REPEAT_COUNT |
SAVE |
SAVE_TO_PROM |
SHUT_DURATION |
TRIG_OUT_MODE |
TRIGGER_MODE |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand() |
static ThorlabsSC10.CmndSC |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThorlabsSC10.CmndSC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThorlabsSC10.CmndSC IDENTIFIER
public static final ThorlabsSC10.CmndSC ENABLE
public static final ThorlabsSC10.CmndSC REPEAT_COUNT
public static final ThorlabsSC10.CmndSC OPERATING_MODE
public static final ThorlabsSC10.CmndSC TRIGGER_MODE
public static final ThorlabsSC10.CmndSC TRIG_OUT_MODE
public static final ThorlabsSC10.CmndSC OPEN_DURATION
public static final ThorlabsSC10.CmndSC SHUT_DURATION
public static final ThorlabsSC10.CmndSC CLOSED
public static final ThorlabsSC10.CmndSC INTERLOCK
public static final ThorlabsSC10.CmndSC DATA_RATE
public static final ThorlabsSC10.CmndSC SAVE
public static final ThorlabsSC10.CmndSC SAVE_TO_PROM
public static final ThorlabsSC10.CmndSC LOAD_FROM_PROM
public static ThorlabsSC10.CmndSC[] values()
for (ThorlabsSC10.CmndSC c : ThorlabsSC10.CmndSC.values()) System.out.println(c);
public static ThorlabsSC10.CmndSC 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()
Copyright © 2018 LSST. All rights reserved.