GetRangeSpurAbsoluteLimit(string, out double)
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | 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. |
| value | out 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.