NI-RFPM API Reference

Table of Contents

RfpmLoadBoardCalibration.Temperature Property

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

RfpmLoadBoardCalibrationTemperature Property

Gets the temperature of the calibration load board during 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 double Temperature { get; }
Public ReadOnly Property Temperature As Double
	Get

Property Value

Type: Double
The temperature of the calibration load board during the last calibration for the attached calibration load board.

Exceptions

ExceptionCondition
ObjectDisposedExceptionTemperature 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 temperature of the calibration load board. Otherwise the driver returns the calibration temperature of the calibration load board specified by DeviceResourceName.

See Also

Log in to get a better experience