RFmx LTE DotNET

Table of Contents

RFmxLteMX.BuildSubblockString Method

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

RFmxLteMXBuildSubblockString Method

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

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

Parameters

selectorString
Type: SystemString
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.
subblockNumber
Type: SystemInt32
Specifies the number of subblocks that are configured in the intra-band non-contiguous carrier aggregation. Set this parameter to 1, which is the default, for single carrier and intra-band contiguous carrier aggregation.

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