Click or drag to resize

Sample Class

Encapsulates Linux Industrial I/O Subsystem DAC outputs using libsimpleio.
Inheritance Hierarchy
SystemObject
  IO.Objects.SimpleIO.DACSample

Namespace: IO.Objects.SimpleIO.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 Constructor for a single DAC output.
Top
Properties
 NameDescription
Public propertyfd Read-only property returning the Linux file descriptor for the DAC output.
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
Methods
 NameDescription
Public methodStatic membername Retrieve the subsystem name string for a Linux Industrial I/O Subsystem DAC device.
Top
See Also