BuildMarkerString(string, int)
- Updated2025-10-13
- 1 minute(s) read
Creates a selector string for use with marker configuration or fetch methods.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public static string BuildMarkerString(string resultName, int markerNumber)
Parameters
| Name | Type | Description |
|---|---|---|
| resultName | string | Specifies the result name for building the selector string. |
| markerNumber | int | Specifies the marker number for building the selector string. |
Returns
Upon return, contains the selector string created by this method.