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