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

NameTypeDescription
selectorStringstring

Specifies the selector string. The default value is "" (empty string). Example:
""

instrumentNumberint

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.