public static enum ThorlabsSC10.OpMode extends Enum<ThorlabsSC10.OpMode>
| Enum Constant and Description |
|---|
AUTO |
EXT_GATE |
MANUAL |
REPEAT |
SINGLE |
| Modifier and Type | Method and Description |
|---|---|
static String |
decode(String code) |
int |
getSetting() |
static String |
listModes() |
static ThorlabsSC10.OpMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThorlabsSC10.OpMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThorlabsSC10.OpMode MANUAL
public static final ThorlabsSC10.OpMode AUTO
public static final ThorlabsSC10.OpMode SINGLE
public static final ThorlabsSC10.OpMode REPEAT
public static final ThorlabsSC10.OpMode EXT_GATE
public static ThorlabsSC10.OpMode[] values()
for (ThorlabsSC10.OpMode c : ThorlabsSC10.OpMode.values()) System.out.println(c);
public static ThorlabsSC10.OpMode 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 getSetting()
public static String decode(String code) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic static String listModes()
Copyright © 2018 LSST. All rights reserved.