RFmx NR DotNET

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

RFmxNRMXComponentCarrier.SetSsbPattern Method

RFmxNRMXComponentCarrier.SetSsbPattern Method

RFmxNRMXComponentCarrierSetSsbPattern Method

Sets the candidate SS/PBCH blocks with different subcarrier spacing configurations as defined in the section 4.1 of 3GPP TS 38.213 specification. In order to configure Case C up to 1.88GHz unpaired spectrum, configure this method to CaseCUpTo3GHz. Similarly, to configure Case C 1.88GHz to 6GHz unpaired spectrum, configure this method to CaseC3GHzTo6GHz.

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 SetSsbPattern(
	string selectorString,
	RFmxNRMXSsbPattern value
)
Public Function SetSsbPattern ( 
	selectorString As String,
	value As RFmxNRMXSsbPattern
) 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.NRMXRFmxNRMXSsbPattern
Specifies the candidate SS/PBCH blocks with different subcarrier spacing configurations as defined in the section 4.1 of 3GPP TS 38.213 specification. In order to configure Case C up to 1.88GHz unpaired spectrum, configure this method to CaseCUpTo3GHz. Similarly, to configure Case C 1.88GHz to 6GHz unpaired spectrum, configure this method to CaseC3GHzTo6GHz.

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 sets the value of SsbPattern attribute.The default value is CaseB3GHzTo6GHz.

See Also

In This Section
Was this information helpful?