RfsgRFAdvanced.AutomaticThermalCorrection Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Gets or sets the value to enable or disable automatic thermal correction.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public bool AutomaticThermalCorrection { get; set; }
Public Property AutomaticThermalCorrection As Boolean Get Set
Property Value
Booleanif automatic thermal correction is enabled and if disabled.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The AutomaticThermalCorrection property was accessed after the associated NIRfsg object was disposed. |
Remarks
When enabled, settings changes cause NI-RFSG to check whether the device temperature has changed and adjust the settings as needed. When disabled, you must explicitly call PerformThermalCorrection to adjust the device for temperature changes.