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