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