Click or drag to resize

DAC Class

Encapsulates remote D/A outputs.
Inheritance Hierarchy
SystemObject
  IO.Objects.RemoteIODAC

Namespace: IO.Objects.RemoteIO
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public class DAC : Sample

The DAC type exposes the following members.

Constructors
 NameDescription
Public methodDAC Create a remote D/A 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