| Modifier and Type | Method and Description |
|---|---|
static UserParameter |
UserParameter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserParameter[] |
UserParameter.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(UserParameter uparam)
Gets from the controller the value of a user parameter (always a double-float).
|
long |
AcrComm.globalAddress(UserParameter uparam)
Uses the controller's System Pointer to calculate the address in controller memory
of a given user parameter.
|
void |
AcrComm.set(UserParameter uparam,
double... value)
Sets a sequence of user parameters in the controller (always double-float).
|
Copyright © 2017 LSST. All rights reserved.