BuildSpurString2(string, int)
- Updated2025-10-13
- 1 minute(s) read
Creates the selector string for use with Spurious emissions (Spur) measurement results or fetch methods.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public static string BuildSpurString2(string selectorString, int spurNumber)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the selector string comprising the result name and range number. You can also pass the return value of the BuildRangeString2(string, int) method as an input to this parameter. Example: "range0", "result::r1/range0". |
| spurNumber | int | Specifies the Spur number. |
Returns
Upon return, contains the selector string created by this method.