Gets the threshold, in dBm, used to calculate the margin of the detected spurious emission (Spur).

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public int GetRangeSpurAbsoluteLimit(string selectorString, out double value)

Remarks

This method maps to the RFmxSpecAn_SpurGetResultsRangeAbsoluteLimit() function in C.

Parameters

NameTypeDescription
selectorStringstring

Specifies the result name, range number and spur number. Example: "range0/spur0","result::r1/range0/spur0". You can use the BuildSpurString2(string, int) method to build the selector string.

valueout double

Upon return, contains the threshold, in dBm, used to calculate the margin of the detected Spur.

Returns

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