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

Syntax

Namespace: NationalInstruments.RFmx.NRMX

public int SetCoresetNumberOfSymbols(string selectorString, int value)

Remarks

This method sets 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.

valueint

Specifies 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.