Click or drag to resize

Sample Constructor

Constructor for a single DAC output.

Namespace: IO.Objects.SimpleIO.DAC
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public Sample(
	Designator desg,
	int resolution,
	int sample = 0
)

Parameters

desg  Designator
DAC output designator.
resolution  Int32
Bits of resolution.
sample  Int32  (Optional)
Initial DAC output sample.
See Also