RfsaDeviceCharacteristics.GetDeviceTemperature Method
- Updated2025-07-17
- 1 minute(s) read
Rfsa
Returns the current temperature, in degrees Celsius, of the RF downconverter module.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public double GetDeviceTemperature()
Public Function GetDeviceTemperature As Double
Return Value
DoubleReturns a Double representing the current temperature, in degrees Celsius.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The GetDeviceTemperature method was accessed after the associated NIRfsa object was disposed. |