NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

AIChannel.CalibrationDate Property

AIChannel.CalibrationDate Property

AIChannelCalibrationDate Property

Gets or sets the last date and time that the channel underwent a channel calibration.

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

Syntax

public DateTime CalibrationDate { get; set; }
Public Property CalibrationDate As DateTime
	Get
	Set

Property Value

Type: DateTime
The last date and time that the channel underwent a channel calibration.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?