Click or drag to resize

Output Constructor

Create an DAC voltage output.

Namespace: IO.Interfaces.DAC
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
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