NI-DAQmx .NET Framework 4.5 API Reference

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.45.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

Log in to get a better experience