RfsgRFAdvanced.CorrectionTemperature Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
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.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public double CorrectionTemperature { get; set; }
Public Property CorrectionTemperature As Double Get Set
Property Value
DoubleSpecifies a Double representing the temperature.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The CorrectionTemperature property was accessed after the associated NIRfsg object was disposed. |