Write to a DAC channel.
Namespace: IO.Devices.AD5593RAssembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax public void Write_DAC(
int channel,
int data
)
Parameters
- channel Int32
- DAC channel number (0 to 7).
- data Int32
- DAC output sample data (0 to 4095).
See Also