RFmx SpecAn DOTNET

RFmxSpecAnMXIMResults.GetLowerIntermodRelativePower Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxSpecAnMXIMResults.GetLowerIntermodRelativePower Method

RFmxSpecAnMXIMResultsGetLowerIntermodRelativePower Method

Gets the relative peak power measured around the lower intermod frequency when you set the SetLocalPeakSearchEnabled(String, RFmxSpecAnMXIMLocalPeakSearchEnabled) method to True. This value is expressed in dBc. When you set the IM Local Peak Search Enabled method to False, the measurement returns the relative power at the lower intermod frequency.

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 GetLowerIntermodRelativePower(
	string selectorString,
	out double value
)
Public Function GetLowerIntermodRelativePower ( 
	selectorString As String,
	<OutAttribute> ByRef value As Double
) As Integer

Parameters

selectorString  String
Specifies the result name and ImIntermod number. Example: "ImIntermod0", "result::r1/ImIntermod0". You can use the BuildIntermodString(String, Int32) method to build the selector string.
value  Double
Upon return, contains the relative peak power measured around the lower intermod frequency when you set the SetLocalPeakSearchEnabled(String, RFmxSpecAnMXIMLocalPeakSearchEnabled) method to True. This value is expressed in dBc. When you set the IM Local Peak Search Enabled method to False, the measurement returns the relative power at the lower intermod frequency.

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 IMResultsLowerIntermodRelativePower attribute.

See Also

Log in to get a better experience