public static enum NanotecPD4N.CmndMotion extends Enum<NanotecPD4N.CmndMotion>
| Enum Constant and Description |
|---|
CONTINUATION_RECNUM |
DIR_CHANGE_FOR_REP |
DISTANCE |
FREQ2_MAX |
FREQUENCY_MAX |
FREQUENCY_MIN |
JERK_MAX_ACCEL |
JERK_MAX_BRAKE |
MODE |
PAUSE_BETW_RECORDS |
RAMP_ACCEL |
RAMP_BRAKE |
REPETITIONS |
ROTATION_DIRECTION |
| Modifier and Type | Method and Description |
|---|---|
String |
getUnits() |
static NanotecPD4N.CmndMotion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NanotecPD4N.CmndMotion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NanotecPD4N.CmndMotion MODE
public static final NanotecPD4N.CmndMotion DISTANCE
public static final NanotecPD4N.CmndMotion FREQUENCY_MIN
public static final NanotecPD4N.CmndMotion FREQUENCY_MAX
public static final NanotecPD4N.CmndMotion FREQ2_MAX
public static final NanotecPD4N.CmndMotion RAMP_ACCEL
public static final NanotecPD4N.CmndMotion RAMP_BRAKE
public static final NanotecPD4N.CmndMotion ROTATION_DIRECTION
public static final NanotecPD4N.CmndMotion DIR_CHANGE_FOR_REP
public static final NanotecPD4N.CmndMotion REPETITIONS
public static final NanotecPD4N.CmndMotion PAUSE_BETW_RECORDS
public static final NanotecPD4N.CmndMotion CONTINUATION_RECNUM
public static final NanotecPD4N.CmndMotion JERK_MAX_ACCEL
public static final NanotecPD4N.CmndMotion JERK_MAX_BRAKE
public static NanotecPD4N.CmndMotion[] values()
for (NanotecPD4N.CmndMotion c : NanotecPD4N.CmndMotion.values()) System.out.println(c);
public static NanotecPD4N.CmndMotion 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 getUnits()
Copyright © 2019 LSST. All rights reserved.