Click or drag to resize

Sample Class

Encapsulates AD5593R DAC outputs.
Inheritance Hierarchy
SystemObject
  IO.Devices.AD5593R.DACSample

Namespace: IO.Devices.AD5593R.DAC
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 DAC output.
Top
Properties
 NameDescription
Public propertyresolution Read-only property returning the number of bits of resolution.
Public propertysample Write-only property for writing an integer analog sample to a DAC output.
Top
See Also