NI-DAQmx .NET Framework 4.5 API Reference

AODacOffsetSource Enumeration

  • 已更新2023-02-21
  • 閱讀時間為 1 分鐘
AODacOffsetSource Enumeration
Specifies the source of the DAC offset voltage. The value of this voltage source determines the full-scale value of the DAC.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public enum AODacOffsetSource
Public Enumeration AODacOffsetSource

Members

  Member nameValueDescription
Internal10200Internal to the device.
External10167External to the device.

Remarks

Specifies the source of the DAC offset voltage. The value of this voltage source determines the full-scale value of the DAC. Use this enumeration to get or set the value of DacOffsetSource.

See Also