NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

AIAutoZeroMode Enumeration

AIAutoZeroMode Enumeration

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 nameValueDescription
None10230Do not perform an autozero.
Once10244Perform 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.
EverySample10164Perform 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.

See Also

Was this information helpful?