Modifier and Type | Method and Description |
---|---|
IoReturn |
LucidControlAI4.getIo(int channel,
ValueCUS4 value)
Get the current value of the analog input.
|
IoReturn |
LucidControlAO4.getIo(int channel,
ValueCUS4 value)
Get the current values of the analog output channel.
|
IoReturn |
LucidControlAI4.getIoGroup(boolean[] channels,
ValueCUS4[] values)
Get the Current values of a group of analog input channels.
|
IoReturn |
LucidControlAO4.getIoGroup(boolean[] channels,
ValueCUS4[] values)
Get the current values of a group of analog output channels.
|
IoReturn |
LucidControlAO4.setIo(int channel,
ValueCUS4 value)
Set the current value of one analog output channel.
|
IoReturn |
LucidControlAO4.setIoGroup(boolean[] channels,
ValueCUS4[] values)
Set the current values of a group of analog output channels.
|