Click or drag to resize

Sample Class

Encapsulates AD5593R ADC inputs.
Inheritance Hierarchy
SystemObject
  IO.Devices.AD5593R.ADCSample

Namespace: IO.Devices.AD5593R.ADC
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public class Sample : Sample

The Sample type exposes the following members.

Constructors
 NameDescription
Public methodSample Create an AD5593R ADC input.
Top
Properties
 NameDescription
Public propertyresolution Read-only property returning the number of bits of resolution.
Public propertysample Read-only property returning an integer analog sample value.
Top
See Also