NIRfsg Namespace

Table of Contents

RfsgRFAdvanced.AutomaticThermalCorrection Property

  • Updated2025-05-22
  • 1 minute(s) read
RfsgRFAdvanced.AutomaticThermalCorrection Property

RfsgRFAdvancedAutomaticThermalCorrection Property

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

Boolean
if automatic thermal correction is enabled and if disabled.

Exceptions

ExceptionCondition
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.

See Also

Log in to get a better experience