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.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public int GetLowerIntermodRelativePower(string selectorString, out double value)

Remarks

This method gets the value of IMResultsLowerIntermodRelativePower attribute.

Parameters

NameTypeDescription
selectorStringstring

Specifies the result name and ImIntermod number. Example: "ImIntermod0", "result::r1/ImIntermod0". You can use the BuildIntermodString(string, int) method to build the selector string.

valueout 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.

Returns

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