AIChannel.AutoZeroMode Property
- Updated2023-02-21
- 1 minute(s) read
AIChannelAutoZeroMode Property
Specifies how often to measure ground. NI-DAQmx subtracts the measured ground voltage from every sample.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public AIAutoZeroMode AutoZeroMode { get; set; }
Public Property AutoZeroMode As AIAutoZeroMode Get Set
Property Value
Type: AIAutoZeroModeSpecifies how often to measure ground. NI-DAQmx subtracts the measured ground voltage from every sample.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |