RFmx CDMA2K DotNET

Table of Contents

RFmxCdma2kMX.BuildResultString Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxCdma2kMX.BuildResultString Method

RFmxCdma2kMXBuildResultString Method

Creates selector string for use with configuration or fetch.

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

Syntax

public static string BuildResultString(
	string resultName
)
Public Shared Function BuildResultString ( 
	resultName As String
) As String

Parameters

resultName  String
Specifies the result name for building the selector string. This input accepts the result name with or without the "result::" prefix. Example: "", "result::r1", "r1".

Return Value

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

See Also

Log in to get a better experience