BuildRangeString2(string, int)
- Updated2025-10-13
- 1 minute(s) read
Creates a selector string for use with spurious emissions (Spur) configuration or fetch methods.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public static string BuildRangeString2(string selectorString, int rangeNumber)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the selector string comprising the result name. Example: "", "result::r1". |
| rangeNumber | int | Specifies the range number for building the selector string. |
Returns
Upon return, contains the selector string created by this method.