RFmx SpecAn DOTNET

RFmxSpecAnMXNFConfiguration.GetCalibrationLossTemperature Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxSpecAnMXNFConfiguration.GetCalibrationLossTemperature Method

RFmxSpecAnMXNFConfigurationGetCalibrationLossTemperature Method

Gets the physical temperature of the ohmic loss elements specified by the SetCalibrationLoss(String, Double) method. This value is expressed in kelvin.

Namespace: NationalInstruments.RFmx.SpecAnMX
Assembly: NationalInstruments.RFmx.SpecAnMX.Fx40 (in NationalInstruments.RFmx.SpecAnMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

public int GetCalibrationLossTemperature(
	string selectorString,
	out double value
)
Public Function GetCalibrationLossTemperature ( 
	selectorString As String,
	<OutAttribute> ByRef value As Double
) As Integer

Parameters

selectorString  String
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
value  Double
Upon return, contains the physical temperature of the ohmic loss elements specified by the SetCalibrationLoss(String, Double) method. This value is expressed in kelvin.

Return Value

Int32
Returns the status code of this method. The status code either indicates success or describes a warning condition.

Remarks

This method gets the value of NFCalibrationLossTemperature attribute.The default value is 297.

See Also