Create an DAC voltage output.
Namespace: IO.Interfaces.DACAssembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax public Output(
Sample output,
double reference,
double gain = 1
)
Parameters
- output Sample
- DAC output object.
- reference Double
- DAC output reference in volts.
- gain Double (Optional)
- DAC output gain in volts per volt.
See Also