Click or drag to resize

DeviceDAC_Create Method

Create an AD5593R DAC output object.

Namespace: IO.Devices.AD5593R
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public Sample DAC_Create(
	int channel,
	int sample = 0
)

Parameters

channel  Int32
AD5593R DAC channel number (0 to 7).
sample  Int32  (Optional)
Initial DAC output sample.

Return Value

Sample
DAC output object.
See Also