BuildResultString(string)
- Updated2025-04-08
- 1 minute(s) read
Creates selector string for use with configuration or fetch.
Syntax
Namespace: NationalInstruments.RFmx.NRMX
public static string BuildResultString(string resultName)
Parameters
Name | Type | Description |
---|---|---|
resultName | string | Specifies the result name for building the selector string. This input accepts the result name with or without the "result::" prefix. Example: "", "result::r1", "r1". |
Returns
Upon return, contains the selector string created by this method.