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