Create a remote D/A output.
            
Namespace: IO.Objects.RemoteIOAssembly: libremoteio (in libremoteio.dll) Version: 2.2025.275.1
Syntaxpublic 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.
 
RemarksUse Device.DAC_Create() instead of this
            constructor.
See Also