FpgaTemperature
- Updated2025-10-14
- 1 minute(s) read
Gets the FPGA temperature in degrees Celsius (°C).
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public double FpgaTemperature { get; }
Remarks
Returns a Double representing the FPGA temperature in degrees Celsius.
Serial signals between the sensor and the system control unit can potentially modulate the signal being generated, thus causing phase spurs. After the device thoroughly warms up, its temperature varies only slightly (less than 1 degree Celsius) and slowly, and it is not necessary to constantly poll this temperature sensor.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The FpgaTemperature property was accessed after the associated NIRfsg object was disposed. |