Click or drag to resize

Sample Interface

Abstract interface for DAC outputs accepting an integer output sample value.

Namespace: IO.Interfaces.DAC
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public interface Sample

The Sample type exposes the following members.

Properties
 NameDescription
Public propertyresolution Read-only property returning the number of bits of resolution.
Public propertysample Write-only property for setting the DAC output level.
Top
See Also