RfsgRFAdvanced.AutomaticThermalCorrection Property
- Updated2024-05-08
- 1 minute(s) read
RfsgRFAdvancedAutomaticThermalCorrection Property
Gets or sets the value to enable or disable automatic thermal correction.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public bool AutomaticThermalCorrection { get; set; }
Public Property AutomaticThermalCorrection As Boolean Get Set
Property Value
Type: 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.