Gets the CRB offset for the SS/PBCH block relative to the reference Point A in units of 15 kHz or 60 kHz resource blocks for frequency range 1 and frequency range 2 respectively.

Syntax

Namespace: NationalInstruments.RFmx.NRMX

public int GetSsbCrbOffset(string selectorString, out int value)

Remarks

This method gets the value of SsbCrbOffset attribute.The default value is 0.

Parameters

NameTypeDescription
selectorStringstring

Specifies the carrier number and subblock number.
Example:
"subblock0" or
"subblock0/carrier0".
You can use the BuildCarrierString(string, int) method to build the selector string.

valueout int

Upon return, contains the CRB offset for the SS/PBCH block relative to the reference Point A in units of 15 kHz or 60 kHz resource blocks for frequency range 1 and frequency range 2 respectively.

Returns

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