Create an DAC voltage output.
            
Namespace: IO.Interfaces.DACAssembly: libremoteio (in libremoteio.dll) Version: 2.2025.275.1
Syntaxpublic 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