BuildResultString(string)
- Mise à jour2025-10-13
- Temps de lecture : 1 minute(s)
Creates selector string for use with configuration or fetch.
Syntax
Namespace: NationalInstruments.RFmx.VnaMX
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.