Create a remote D/A output.
Namespace: IO.Objects.RemoteIOAssembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax 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