NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

AIChannel.CalibrationEnable Property

AIChannel.CalibrationEnable Property

AIChannelCalibrationEnable Property

Specifies whether to enable the channel calibration associated with the channel.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public bool CalibrationEnable { get; set; }
Public Property CalibrationEnable As Boolean
	Get
	Set

Property Value

Type: Boolean
Specifies whether to enable the channel calibration associated with the channel.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

See Also

Was this information helpful?