Click or drag to resize

DeviceDAC_Create Method

Create a remote D/A output.

Namespace: IO.Objects.RemoteIO
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public Sample DAC_Create(
	int num,
	int sample = 0
)

Parameters

num  Int32
D/A output number: 0 to 127.
sample  Int32  (Optional)
Initial DAC output sample.

Return Value

Sample
D/A output object.
See Also