Click or drag to resize

BoardDAC Method

Factory function for creating DAC outputs.

Namespace: IO.Devices.ClickBoards.RemoteIO.ADAC
Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax
C#
public Sample DAC(
	int channel,
	int sample = 0
)

Parameters

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

Return Value

Sample
DAC output object.
See Also