RFmxInstrMX.BuildLOString Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
Creates the LO string to use as the selector string for LO related methods.
Namespace: NationalInstruments.RFmx.InstrMX
Assembly: NationalInstruments.RFmx.InstrMX.Fx40 (in NationalInstruments.RFmx.InstrMX.Fx40.dll) Version: 24.5.0.49285 (24.5.0.49285)
Syntax
public static string BuildLOString( string selectorString, int loIndex )
Public Shared Function BuildLOString ( selectorString As String, loIndex As Integer ) As String
Parameters
- selectorString String
-
Specifies the selector string. The default value is "" (empty string).
Example:
""
- loIndex Int32
- Specifies the LO index for building the selector string.
Return Value
StringUpon return, contains the selector string created by this method.