NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

AIChannel.ACExcitationSyncEnable Property

  • Updated2023-02-21
  • 1 minute(s) read
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.40.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

Log in to get a better experience