Creates the LO string to use as the selector string for LO related methods.

Syntax

Namespace: NationalInstruments.RFmx.InstrMX

public static string BuildLOString(string selectorString, int loIndex)

Parameters

NameTypeDescription
selectorStringstring

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

loIndexint

Specifies the LO index for building the selector string.

Returns

Upon return, contains the selector string created by this method.