GetLOTemperature()
- Updated2025-10-14
- 1 minute(s) read
Returns the current temperature, in degrees Celsius, of the LO module.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public double GetLOTemperature()
Remarks
This property is not supported if you are using an external LO.
Returns
Returns a Double representing the current temperature, in degrees Celsius.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The GetLOTemperature method was accessed after the associated NIRfsa object was disposed. |