| Modifier and Type | Method and Description |
|---|---|
static MotronaIV251.CmndParam |
MotronaIV251.CmndParam.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MotronaIV251.CmndParam[] |
MotronaIV251.CmndParam.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
MotronaIV251.readParam(MotronaIV251.CmndParam cmnd)
Read parameter value
|
void |
TestIV251.repeatSetParameter(MotronaIV251.CmndParam param,
int value,
int reps)
Set a parameter multiple times in close succession
(PUrpose: to help diagnose intermittent timeouts)
|
void |
MotronaIV251.setAndActivateParam(MotronaIV251.CmndParam cmnd,
int value)
Set and activate parameter value
|
void |
TestIV251.setAndActivateParameter(MotronaIV251.CmndParam param,
int value)
Set and activate parameter value
|
void |
MotronaIV251.setParam(MotronaIV251.CmndParam cmnd,
int value)
Set parameter value (pending activate-data command
|
void |
TestIV251.setParameter(MotronaIV251.CmndParam param,
int value)
Set parameter value (pending activate command)
|
Copyright © 2019 LSST. All rights reserved.