RfsgDeviceCharacteristics.DeviceTemperature Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Gets the device temperature in degrees Celsius (°C).
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public double DeviceTemperature { get; }
Public ReadOnly Property DeviceTemperature As Double Get
Property Value
DoubleReturns a Double representing the device temperature.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The DeviceTemperature property was accessed after the associated NIRfsg object was disposed. |
Remarks
If the NI-RFSG session is controlling multiple devices, this property returns the temperature of the primary RF device. The NI-RFSG session is opened using the primary RF device name.
Serial signals between the temperature sensor and the system control unit can modulate the signal being generated, thus causing phase spurs. After the device is thoroughly warmed up, its temperature varies only slightly (less than 1 °C) and slowly, so it is not necessary to constantly poll this temperature sensor.
For more information about device temperature, refer to the Thermal Management session in the NI RF Signal Generators Help.