Gets the number of symbols alloted to CORESET in each slot.

Syntax

Namespace: NationalInstruments.RFmx.NRMX

public int GetCoresetNumberOfSymbols(string selectorString, out int value)

Remarks

This method gets the value of CoresetNumberOfSymbols attribute.The default value is 1.

Parameters

NameTypeDescription
selectorStringstring

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

valueout int

Upon return, contains the number of symbols alloted to CORESET in each slot.

Returns

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