RFmxNRMXComponentCarrier.SetSsbPattern Method
- Updated2024-07-17
- 1 minute(s) read
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: Int32Returns 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.