GetPdcchSlotAllocation(string, out string)
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the subblock number, carrier number, bwp number, coreset number and pdcch number. |
| value | out 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.