Click or drag to resize

DeviceWrite_DAC Method

Write to a DAC channel.

Namespace: IO.Devices.AD5593R
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
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