SetThermalCorrectionHeadroomRange(string, double)
- Updated2025-10-13
- 1 minute(s) read
Sets the expected thermal operating range of the instrument from the self-calibration temperature returned from the GetDeviceTemperature(string, out double) method. This value is expressed in degree Celsius.
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public int SetThermalCorrectionHeadroomRange(string selectorString, double value)
Remarks
This method sets the value of ThermalCorrectionHeadroomRange attribute.Default value PXIe-5830/5831/5832/5842/5860: 5, PXIe-5840/5841: 10. Supported devices: PXIe-5830/5831/5832/5840/5841/5842/5860
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. |
| value | double | Specifies the expected thermal operating range of the instrument from the self-calibration temperature returned from the GetDeviceTemperature(string, out double) method. This value is expressed in degree Celsius. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.