BuildRangeSpurString(string, int, 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 BuildRangeSpurString(string resultName, int rangeNumber, int spurNumber)
Parameters
| Name | Type | Description |
|---|---|---|
| resultName | string | Specifies the name of the result. Provide a unique name, such as "r1" to enable fetching of multiple measurement results and traces. An empty string refers to the default result instance. |
| rangeNumber | int | Specifies the range number. |
| spurNumber | int | Specifies the Spur number. |
Returns
Upon return, contains the selector string created by this method.