Click or drag to resize

Output Class

Encapsulates DAC voltage outputs.
Inheritance Hierarchy
SystemObject
  IO.Interfaces.DACOutput

Namespace: IO.Interfaces.DAC
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public class Output : Voltage

The Output type exposes the following members.

Constructors
 NameDescription
Public methodOutput Create an DAC voltage output.
Top
Properties
 NameDescription
Public propertyvoltage Write-only for setting the DAC output voltage.
Top
See Also