| Modifier and Type | Method and Description |
|---|---|
static AxisSingle |
AxisSingle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AxisSingle[] |
AxisSingle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
double |
AcrComm.get(AxisName axis,
AxisSingle axsingle)
Gets from the controller a single-float axis parameter for the given axis.
|
void |
AcrComm.set(AxisName axis,
AxisSingle axsingle,
double value)
Sets the value of a controller axis parameter that's a single-float (FP32).
|
Copyright © 2017 LSST. All rights reserved.