Click or drag to resize

Sample Class

Encapsulates AD5593R DAC outputs.
Inheritance Hierarchy
System.Object
  IO.Devices.AD5593R.DAC.Sample

Namespace: IO.Devices.AD5593R.DAC
Assembly: libremoteio (in libremoteio.dll) Version: 2.2025.76.2
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