Gets an additional subcarrier offset for the SS/PBCH block in units of resource blocks of 15 kHz or subcarrier spacing given by SSB Subcarrier Common method for frequency range 1 and frequency range 2 respectively.

Syntax

Namespace: NationalInstruments.RFmx.NRMX

public int GetSsbSubcarrierOffset(string selectorString, out int value)

Remarks

This method gets the value of SsbSubcarrierOffset 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 an additional subcarrier offset for the SS/PBCH block in units of resource blocks of 15 kHz or subcarrier spacing given by SSB Subcarrier Common method 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.