BuildInstrumentString(string, int)
- Updated2025-10-13
- 1 minute(s) read
Creates the instrument string to use as the Selector String for reading the recommended settings.
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public static string BuildInstrumentString(string selectorString, int instrumentNumber)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the selector string. The default value is "" (empty string). Example: |
| instrumentNumber | int | Specifies the instrument number for which you want the recommended settings to be read. |
Returns
Upon return, contains the selector string created by this method.