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