BuildLOString(string, int)
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the selector string. The default value is "" (empty string). Example: |
| loIndex | int | Specifies the LO index for building the selector string. |
Returns
Upon return, contains the selector string created by this method.