Click or drag to resize

Sample Constructor

Constructor for a single ADC input.

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

Parameters

desg  Designator
ADC input designator.
resolution  Int32
Bits of resolution.
See Also