NIRfsa Namespace

Table of Contents

RfsaAdvancedVertical.ThermalCorrectionHeadroomRange Property

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

RfsaAdvancedVerticalThermalCorrectionHeadroomRange Property

Gets or sets the expected thermal operating range of the instrument from the self-calibration temperature, in degrees Celsius, returned from GetDeviceTemperature.

Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.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 NIRfsa 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 and ADC or DSP overflows.

See Also

Log in to get a better experience