RFmx Instr DotNET

RFmxInstrMX.BuildInstrumentString Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxInstrMX.BuildInstrumentString Method

RFmxInstrMXBuildInstrumentString Method

Creates the instrument string to use as the Selector String for reading the recommended settings.

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 BuildInstrumentString(
	string selectorString,
	int instrumentNumber
)
Public Shared Function BuildInstrumentString ( 
	selectorString As String,
	instrumentNumber As Integer
) As String

Parameters

selectorString  String
Specifies the selector string. The default value is "" (empty string).

Example:

""

instrumentNumber  Int32
Specifies the instrument number for which you want the recommended settings to be read.

Return Value

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

See Also

Log in to get a better experience