
public static enum Aerotech.WaitMode extends Enum<Aerotech.WaitMode>
#setWaitMode(org.lsst.ccs.subsystem.motorplatform.bot.Aerotech.WaitMode)| Enum Constant and Description |
|---|
INPOS
Like
MOVEDONE but also requires that the motion finishes in the correct position. |
MOVEDONE
Wait until any motion started by the command finishes.
|
NOWAIT
Don't wait for the command to finish executing.
|
| Modifier and Type | Method and Description |
|---|---|
static Aerotech.WaitMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Aerotech.WaitMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Aerotech.WaitMode NOWAIT
public static final Aerotech.WaitMode MOVEDONE
public static final Aerotech.WaitMode INPOS
MOVEDONE but also requires that the motion finishes in the correct position.public static Aerotech.WaitMode[] values()
for (Aerotech.WaitMode c : Aerotech.WaitMode.values()) System.out.println(c);
public static Aerotech.WaitMode 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 © 2020 LSST. All rights reserved.