RFmx LTE DotNET

Table of Contents

RFmxLteMX.BuildListString Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxLteMX.BuildListString Method

RFmxLteMXBuildListString Method

Creates the list string.

Namespace:  NationalInstruments.RFmx.LteMX
Assembly:  NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)

Syntax

public static string BuildListString(
	string listName,
	string resultName
)
Public Shared Function BuildListString ( 
	listName As String,
	resultName As String
) As String

Parameters

listName
Type: SystemString
Specifies the list name for building the selector string. This input accepts the list name with or without the "list::" prefix.
resultName
Type: SystemString
Specifies the name to be associated with measurement results. Provide a unique name, such as "r1" to enable fetching of multiple measurement results and traces. This input accepts the result name with or without the "result::" prefix. Example: "result::r1" "r1"

Return Value

Type: 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