NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

AIChannel.AutoZeroMode Property

AIChannel.AutoZeroMode Property

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: AIAutoZeroMode
Specifies how often to measure ground. NI-DAQmx subtracts the measured ground voltage from every sample.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?