Gets the slot allocation in NR frame. This defines the indices of the allocated slots.

Syntax

Namespace: NationalInstruments.RFmx.NRMX

public int GetPdcchSlotAllocation(string selectorString, out string value)

Remarks

This method gets the value of PdcchSlotAllocation attribute.The default value is 0-last. Valid values are between 0 and (Maximum Slots in Frame - 1).

Parameters

NameTypeDescription
selectorStringstring

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

valueout string

Upon return, contains the slot allocation in NR frame. This defines the indices of the allocated slots.

Returns

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