AIAutoZeroMode Enumeration
- Updated2023-02-21
- 1 minute(s) read
AIAutoZeroMode Enumeration
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 enum AIAutoZeroMode
Public Enumeration AIAutoZeroMode
Members
Member name | Value | Description | |
---|---|---|---|
None | 10230 | Do not perform an autozero. | |
Once | 10244 | Perform an auto zero at the beginning of the acquisition. This auto zero task might not run if you have used DAQmx Control Task previously in your task. | |
EverySample | 10164 | Perform an auto zero at every sample of the acquisition. |
Remarks
Specifies how often to measure ground. NI-DAQmx subtracts the measured ground voltage from every sample. Use this enumeration to get or set the value of AutoZeroMode.