NI-DAQmx .NET Framework 4.0 API Reference

Device.AICouplings Property

  • Updated2023-02-21
  • 1 minute(s) read
Device.AICouplings Property
Indicates the coupling types supported by this device.

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

Syntax

public CouplingTypes AICouplings { get; }
Public ReadOnly Property AICouplings As CouplingTypes
	Get

Property Value

Type: CouplingTypes
A CouplingTypes that indicates the coupling types supported by this device. The value is a bitwise combination of AC, DC, Ground, and None.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience