RFmx NR DotNET

RFmxNRMXComponentCarrier.GetPdschSlotAllocation Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxNRMXComponentCarrier.GetPdschSlotAllocation Method

RFmxNRMXComponentCarrierGetPdschSlotAllocation Method

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

Namespace:  NationalInstruments.RFmx.NRMX
Assembly:  NationalInstruments.RFmx.NRMX.Fx40 (in NationalInstruments.RFmx.NRMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)

Syntax

public int GetPdschSlotAllocation(
	string selectorString,
	out string value
)
Public Function GetPdschSlotAllocation ( 
	selectorString As String,
	<OutAttribute> ByRef value As String
) As Integer

Parameters

selectorString
Type: SystemString
Specifies the subblock number, carrier number, bwp number, user number and pdsch number.
Example:
"pdsch0" or
"user0" or
"bwp0" or
"carrier0" or
"subblock0" or
"subblock0/carrier0/bwp0/user0/pdsch0".
You can use the BuildPdschString(String, Int32) method to build the selector string.
value
Type: SystemString
Upon return, contains the slot allocation in NR Frame. This defines the indices of the allocated slots.

Return Value

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

Remarks

This method gets the value of PdschSlotAllocation attribute.The default value is 0-Last. Valid values are from 0 to (Maximum number of slots in frame - 1), inclusive.

See Also

Log in to get a better experience