RFmx NR DotNET

Content Type
Programming Language
Current manual
Table of Contents

RFmxNRMXComponentCarrier.GetAllocated Method

RFmxNRMXComponentCarrier.GetAllocated Method

RFmxNRMXComponentCarrierGetAllocated Method

Gets whether a component carrier has one or more resource elements allocated. While performing IBE measurement on a subblock, you set this method to False for all secondary component carriers as specified in section 6.4A.2.3 of 3GPP 38.521-1 and 3GPP 38.521-2 specifications.

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 GetAllocated(
	string selectorString,
	out RFmxNRMXComponentCarrierAllocated value
)
Public Function GetAllocated ( 
	selectorString As String,
	<OutAttribute> ByRef value As RFmxNRMXComponentCarrierAllocated
) 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: NationalInstruments.RFmx.NRMXRFmxNRMXComponentCarrierAllocated
Upon return, contains whether a component carrier has one or more resource elements allocated. While performing IBE measurement on a subblock, you set this method to False for all secondary component carriers as specified in section 6.4A.2.3 of 3GPP 38.521-1 and 3GPP 38.521-2 specifications.

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 ComponentCarrierAllocated attribute.The default value is True.

See Also

In This Section
Was this information helpful?