NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Device.AICouplings Property

Device.AICouplings Property

DeviceAICouplings 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

Was this information helpful?