RfsgRFAdvanced.ThermalCorrectionHeadroomRange Property
- Updated2024-05-08
- 1 minute(s) read
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.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public double ThermalCorrectionHeadroomRange { get; set; }
Public Property ThermalCorrectionHeadroomRange As Double Get Set
Property Value
Type: DoubleThe default value for the PXIe-5830/5831/5832 is 5. The default value for the PXIe-5840 is 10.
Exceptions
Exception | Condition |
---|---|
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.