Modifier and Type | Method and Description |
---|---|
static LucidControlAO4.LCAO4Mode |
LucidControlAO4.LCAO4Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LucidControlAO4.LCAO4Mode[] |
LucidControlAO4.LCAO4Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IoReturn |
LucidControlAO4.getParamMode(int channel,
LucidControlAO4.LCAO4Mode[] mode)
Get the Configuration Parameter "Mode" of the analog output channel.
|
IoReturn |
LucidControlAO4.setParamMode(int channel,
boolean persistent,
LucidControlAO4.LCAO4Mode mode)
Set the Configuration Parameter "Mode" of the analog output channel.
|