Temperature
- Updated2025-10-14
- 1 minute(s) read
Gets the temperature of the I/Q Out circuitry on the device.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public double Temperature { get; }
Remarks
Returns a Double representing the temperature, in degrees Celsius (�C), of the I/Q Out circuitry.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Temperature property was accessed after the associated NIRfsg object was disposed. |