Click or drag to resize

Sample Constructor

Create an AD5593R DAC output.

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

Parameters

dev  Device
AD5593R device object.
channel  Int32
AD5593R I/O channel number (0 to 7).
sample  Int32  (Optional)
Initial DAC output sample.
See Also