NI-RFPM API Reference

Table of Contents

RfpmLoadBoardCalibration.TimeStamp Property

  • Updated2023-12-28
  • 1 minute(s) read
RfpmLoadBoardCalibration.TimeStamp Property

RfpmLoadBoardCalibrationTimeStamp Property

Gets a PrecisionDateTime object representing the timestamp of the last calibration for the attached calibration load board.
This property does not support the mmWave subsystem.

Namespace:  NationalInstruments.ModularInstruments.NIRfpm
Assembly:  NationalInstruments.ModularInstruments.NIRfpm.Fx40 (in NationalInstruments.ModularInstruments.NIRfpm.Fx40.dll) Version: 2023

Syntax

public PrecisionDateTime TimeStamp { get; }
Public ReadOnly Property TimeStamp As PrecisionDateTime
	Get

Property Value

Type: PrecisionDateTime
The PrecisionDateTime object representing the timestamp of the last calibration for the attached calibration load board.

Exceptions

ExceptionCondition
ObjectDisposedExceptionTimeStamp was accessed after the associated NIRfpm or RfpmDriverUtility object was disposed.
IviCDriverException The underlying NI-RFPM driver returned an error.

Remarks

This property depends on the value of DeviceResourceName. If DeviceResourceName is an empty string and there is only one calibration load board connected, then this property will return the calibration timestamp of the calibration load board. Otherwise the driver returns the calibration timestamp of the calibration load board specified by DeviceResourceName.

If the calibration is not done for the attached calibration load board, this property returns NotATime.

See Also

Log in to get a better experience