RFmx GSM DotNET

Table of Contents

RFmxGsmMX.BuildSlotString Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxGsmMX.BuildSlotString Method

RFmxGsmMXBuildSlotString Method

Creates a slot string to use as the selector string with configuration or fetch methods and methods.

Namespace: NationalInstruments.RFmx.GsmMX
Assembly: NationalInstruments.RFmx.GsmMX.Fx40 (in NationalInstruments.RFmx.GsmMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

public static string BuildSlotString(
	string selectorString,
	int slotNumber
)
Public Shared Function BuildSlotString ( 
	selectorString As String,
	slotNumber As Integer
) As String

Parameters

selectorString  String
Specifies a selector string comprising of the result name. If you do not specify the result name, the default result instance is used. Example:
""
"result::r1"
You can use the BuildResultString(String) method to build the selector string.
slotNumber  Int32
Specifies the slot number for building the selector string.

Return Value

String
Returns the status code of this method. The status code either indicates success or describes a warning condition.

See Also

Log in to get a better experience