Device.SelfCalibrationDateTime Property
- Updated2023-02-21
- 1 minute(s) read
DeviceSelfCalibrationDateTime Property
Gets the last date and time that the device underwent a self-calibration.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public DateTime SelfCalibrationDateTime { get; }
Public ReadOnly Property SelfCalibrationDateTime As DateTime Get
Property Value
Type: DateTimeThe date and time of the self-calibration.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |