Create an AD5593R DAC output.
Namespace: IO.Devices.AD5593R.DACAssembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax public Sample(
Device dev,
int channel,
int sample = 0
)
Parameters
- dev Device
- AD5593R device object.
- channel Int32
- AD5593R I/O channel number (0 to 7).
- sample Int32 (Optional)
- Initial DAC output sample.
See Also