CouplingTypes Enumeration
- Updated2026-02-05
- 1 minute(s) read
Specifies a set of coupling types a device may support.
Syntax
Namespace: NationalInstruments.DAQmx
public enum CouplingTypes
Remarks
Specifies a set of coupling types a device may support.
Members
| Name | Value | Description |
|---|---|---|
| None | 0x0 | No coupling types supported by the device. |
| AC | 0x1 | Remove the DC offset from the signal. |
| DC | 0x2 | Allow NI-DAQmx to measure all of the signal. |
| Ground | 0x4 | Remove the signal from the measurement and measure only ground. |