RFmx Instr DotNET

Table of Contents

RFmxInstrMX.GetSelfCalibrateLastTemperature Method

  • Updated2024-07-17
  • 2 minute(s) read
RFmxInstrMX.GetSelfCalibrateLastTemperature Method

RFmxInstrMXGetSelfCalibrateLastTemperature Method

Gets the temperature of the last successful self-calibration. This value is expresed in degree Celsius. On a MIMO session, use the selectorString parameter to get the last successful self-calibration temperature for a specific MIMO port.

Supported Devices: PXIe-5644/5645/5646, PXIe-5663/5663E/5665/5668, PXIe-5820/5830/5831 (IF only)/5832 (IF only)/5840/5841/5842/5860

Note  Note
For PXIe-5644/5645/5646 devices, you must select ImageSuppression for the selfCalibrateStep parameter.

Namespace: NationalInstruments.RFmx.InstrMX
Assembly: NationalInstruments.RFmx.InstrMX.Fx40 (in NationalInstruments.RFmx.InstrMX.Fx40.dll) Version: 24.5.0.49285 (24.5.0.49285)

Syntax

public int GetSelfCalibrateLastTemperature(
	string selectorString,
	RFmxInstrMXSelfCalibrateSteps selfCalibrateStep,
	out double temperature
)
Public Function GetSelfCalibrateLastTemperature ( 
	selectorString As String,
	selfCalibrateStep As RFmxInstrMXSelfCalibrateSteps,
	<OutAttribute> ByRef temperature As Double
) As Integer

Parameters

selectorString  String
Specifies a selector string comprising of a MIMO port on a MIMO session.

Example:

""

"port::myrfsa1/0"

You can use the BuildPortString2(String, String, String, Int32) method to build the selector string.
selfCalibrateStep  RFmxInstrMXSelfCalibrateSteps
Identifies the self-calibration step to query for the last successful self-calibration temperature data. The default value is PreselectorAlignment.
temperature  Double
Upon return, contains the value of temperature at the last self-calibration. This value is expresed in degree Celsius.

Return Value

Int32
Returns the temperature of the last successful self-calibration. This value is expresed in degree Celsius.

See Also

Log in to get a better experience