NI-DAQmx .NET Framework 4.5 API Reference

AIChannel.ACExcitationSyncEnable Property

  • 更新时间2023-02-21
  • 阅读时长1分钟
AIChannel.ACExcitationSyncEnable Property
Specifies whether to synchronize the AC excitation source of the channel to that of another channel. Synchronize the excitation sources of multiple channels to use multichannel sensors. Set this property to for the master channel and to for the slave channels.

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

Syntax

public bool ACExcitationSyncEnable { get; set; }
Public Property ACExcitationSyncEnable As Boolean
	Get
	Set

Property Value

Type: Boolean
Specifies whether to synchronize the AC excitation source of the channel to that of another channel. Synchronize the excitation sources of multiple channels to use multichannel sensors. Set this property to for the master channel and to for the slave channels.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also