Gets the lower output intercept power. This value is expressed in dBm. Refer to the IM topic for more information about this result.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public int GetLowerOutputInterceptPower(string selectorString, out double value)

Remarks

This method gets the value of IMResultsLowerOutputInterceptPower 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 lower output intercept power. This value is expressed in dBm. Refer to the IM topic for more information about this result.

Returns

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