
public enum BladeSetPosition extends Enum<BladeSetPosition>
| Enum Constant and Description |
|---|
CENTERED
Move the blade set here to center it prior to shutting off the shutter.
|
EXTENDED
As far or farther from home than this and the blade set is considered fully extended.
|
HOME
The most retracted position possible without running into soft or hard motion limits.
|
RETRACTED
This close or closer to home and the blade set is considered fully retracted.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the associated map key.
|
static BladeSetPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BladeSetPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BladeSetPosition HOME
public static final BladeSetPosition RETRACTED
public static final BladeSetPosition CENTERED
public static final BladeSetPosition EXTENDED
public static BladeSetPosition[] values()
for (BladeSetPosition c : BladeSetPosition.values()) System.out.println(c);
public static BladeSetPosition 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 getKey()
Copyright © 2019 LSST. All rights reserved.