BuildResultString(string)
- Updated2025-10-13
- 1 minute(s) read
Creates selector string for use with configuration or fetch.
Syntax
Namespace: NationalInstruments.RFmx.BTMX
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.