RFmx NR DotNET

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationRFmx NR DotNET...RFmxNRMXComponentCarrier ClassRFmxNRMXComponentCarrier.GetSubBandAllocation MethodCurrent page
Table of Contents

RFmxNRMXComponentCarrier.GetSubBandAllocation Method

RFmxNRMXComponentCarrier.GetSubBandAllocation Method

RFmxNRMXComponentCarrierGetSubBandAllocation Method

Gets the sub-band allocation in the NR-U wideband channel.

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

Syntax

public int GetSubBandAllocation(
	string selectorString,
	out string value
)
Public Function GetSubBandAllocation ( 
	selectorString As String,
	<OutAttribute> ByRef value As String
) As Integer

Parameters

selectorString
Type: SystemString
Specifies the carrier number and subblock number.
Example:
"subblock0" or
"subblock0/carrier0".
You can use the BuildCarrierString(String, Int32) method to build the selector string.
value
Type: SystemString
Upon return, contains the sub-band allocation in the NR-U wideband channel.

Return Value

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

Remarks

This method gets the value of SubBandAllocation attribute.The default value is 0-Last, whereLast = 0 for 20 MHz 1 for 40 MHz 2 for 60 MHz 3 for 80 MHz 4 for 100 MHz

See Also

In This Section
Was this information helpful?