NIRfsg Namespace

Table of Contents

RfsgRFAdvanced.ThermalCorrectionHeadroomRange Property

  • Updated2025-05-22
  • 1 minute(s) read
RfsgRFAdvanced.ThermalCorrectionHeadroomRange Property

RfsgRFAdvancedThermalCorrectionHeadroomRange Property

Specifies the expected thermal operating range of the instrument from the self-calibration temperature, in degrees Celsius, returned from the DeviceTemperature property.

Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025

Syntax

public double ThermalCorrectionHeadroomRange { get; set; }
Public Property ThermalCorrectionHeadroomRange As Double
	Get
	Set

Property Value

Double
The default value for the PXIe-5830/5831/5832 is 5. The default value for the PXIe-5840 is 10.

Exceptions

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

Remarks

For example, if this property is set to 5.0, and the device is self-calibrated at 35 degrees Celsius, then you can expect to run the device from 30 degrees Celsius to 40 degrees Celsius with corrected accuracy and no overflows. Setting this property with a smaller value can result in improved dynamic range, but you must ensure thermal stability while the instrument is running. Operating the instrument outside of the specified range may cause degraded performance or DSP overflows.

See Also

Log in to get a better experience