NI-DAQmx .NET Framework 4.5 API Reference

AIExcitationSense Enumeration

  • 已更新2023-02-21
  • 閱讀時間為 1 分鐘
AIExcitationSense Enumeration
Specifies whether to use local or remote sense to sense excitation.

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

Syntax

public enum AIExcitationSense
Public Enumeration AIExcitationSense

Members

  Member nameValueDescription
Local16095Local.
Remote16096Remote.

Remarks

Specifies whether to use local or remote sense to sense excitation. Use this enumeration to get or set the value of ExcitationSense.

See Also