ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgDeviceCharacteristics.FpgaTemperature Property

  • Updated2024-05-08
  • 1 minute(s) read
RfsgDeviceCharacteristics.FpgaTemperature Property

RfsgDeviceCharacteristicsFpgaTemperature Property

Gets the FPGA temperature in degrees Celsius (°C).

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public double FpgaTemperature { get; }
Public ReadOnly Property FpgaTemperature As Double
	Get

Property Value

Type: Double
Returns a Double representing the FPGA temperature in degrees Celsius.

Exceptions

ExceptionCondition
ObjectDisposedException The FpgaTemperature property was accessed after the associated NIRfsg object was disposed.

Remarks

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.

See Also

Log in to get a better experience