NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

AIExcitationSource Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
AIExcitationSource Enumeration
Specifies the source of excitation.

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

Syntax

public enum AIExcitationSource
Public Enumeration AIExcitationSource

Members

  Member nameValueDescription
Internal10200Use the built-in excitation source of the device. If you select this value, you must specify the amount of excitation.
External10167Use an excitation source other than the built-in excitation source of the device. If you select this value, you must specify the amount of excitation.
None10230Supply no excitation to the channel.

Remarks

Specifies the source of excitation. Use this enumeration to get or set the value of ExcitationSource.

See Also

Log in to get a better experience