Click or drag to resize

DAC Constructor

Create a remote D/A output.

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

Parameters

dev  Device
Remote I/O device object.
num  Int32
D/A output number: 0 to 127.
sample  Int32  (Optional)
Initial DAC output sample.
Remarks
Use Device.DAC_Create() instead of this constructor.
See Also