public static enum NanotecPD4N.CmndGeneral extends Enum<NanotecPD4N.CmndGeneral>
| Enum Constant and Description |
|---|
BAUD_RATE |
ENCODER_DIR |
ENCODER_MAXDEV |
ENCODER_SETTLE_TIME |
ERRCORR_MODE |
ERRCORR_RECNUM |
FIRMWARE_VERSION |
INPUT_DEBOUNCE_TIME |
OPERATING_TIME |
PHASE_CURRENT
"Short-format" commands are single-character.
|
PHASE_CURRENT_STILL |
QUICKSTOP_RAMP |
RAMP_TYPE |
READ_ENCODER |
READ_ERROR_MEMORY |
READ_STATUS |
REVERSE_CLEARANCE |
REVERSE_POLARITIES |
STEP_MODE |
SWITCH_BEHAVIOR |
TEMPERATURE |
| Modifier and Type | Method and Description |
|---|---|
String |
getUnits() |
static NanotecPD4N.CmndGeneral |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NanotecPD4N.CmndGeneral[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NanotecPD4N.CmndGeneral PHASE_CURRENT
public static final NanotecPD4N.CmndGeneral PHASE_CURRENT_STILL
public static final NanotecPD4N.CmndGeneral STEP_MODE
public static final NanotecPD4N.CmndGeneral SWITCH_BEHAVIOR
public static final NanotecPD4N.CmndGeneral ERRCORR_MODE
public static final NanotecPD4N.CmndGeneral ERRCORR_RECNUM
public static final NanotecPD4N.CmndGeneral ENCODER_DIR
public static final NanotecPD4N.CmndGeneral ENCODER_SETTLE_TIME
public static final NanotecPD4N.CmndGeneral ENCODER_MAXDEV
public static final NanotecPD4N.CmndGeneral READ_ERROR_MEMORY
public static final NanotecPD4N.CmndGeneral READ_ENCODER
public static final NanotecPD4N.CmndGeneral READ_STATUS
public static final NanotecPD4N.CmndGeneral FIRMWARE_VERSION
public static final NanotecPD4N.CmndGeneral REVERSE_POLARITIES
public static final NanotecPD4N.CmndGeneral INPUT_DEBOUNCE_TIME
public static final NanotecPD4N.CmndGeneral REVERSE_CLEARANCE
public static final NanotecPD4N.CmndGeneral OPERATING_TIME
public static final NanotecPD4N.CmndGeneral RAMP_TYPE
public static final NanotecPD4N.CmndGeneral BAUD_RATE
public static final NanotecPD4N.CmndGeneral TEMPERATURE
public static final NanotecPD4N.CmndGeneral QUICKSTOP_RAMP
public static NanotecPD4N.CmndGeneral[] values()
for (NanotecPD4N.CmndGeneral c : NanotecPD4N.CmndGeneral.values()) System.out.println(c);
public static NanotecPD4N.CmndGeneral 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 © 2023 LSST. All rights reserved.