ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgRFAdvanced.CorrectionTemperature Property

  • Updated2024-05-08
  • 1 minute(s) read
RfsgRFAdvanced.CorrectionTemperature Property

RfsgRFAdvancedCorrectionTemperature Property

Gets or sets the temperature, in degrees Celsius, to use for adjusting the device settings to correct the temperature changes. If you set this property, NI-RFSG uses the value you specify and therefore no longer uses the actual device temperature as the correction temperature. If you do not set this property, NI-RFSG sets the current device temperature in the Committed state as the value of this property.

Note: Resetting this property reverts the temperature back to the default behavior.

Note: Use this property only when your application requires the same settings to be used every time, regardless of the temperature variation. In these cases, ensure that the temperature does not vary too much.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public double CorrectionTemperature { get; set; }
Public Property CorrectionTemperature As Double
	Get
	Set

Property Value

Type: Double
Specifies a Double representing the temperature.

Exceptions

ExceptionCondition
ObjectDisposedException The CorrectionTemperature property was accessed after the associated NIRfsg object was disposed.

See Also

Log in to get a better experience