Configures the codeword0 modulation type, resource block, and relative power of a physical downlink shared channel (PDSCH) allocation.
Use "PDSCH(m)" or "subframe(l)" or "carrier(k)" or "subblock(n)" or "subblock(n)/carrier(k)/subframe(l)/PDSCH(m)" as the selector string to configure this method.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int ConfigurePdsch(string selectorString, RFmxLteMXUserDefinedPdschCW0ModulationType cw0ModulationType, string recourceBlockAllocation, double power)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of the signal name, subblock number, carrier number, subframe number, and PDSCH number.
Example:
"subblock0/carrier0/subframe0/PDSCH0"
You can use the BuildPdschString(string, int) method to build the selector string.

cw0ModulationTypeRFmxLteMXUserDefinedPdschCW0ModulationType

Specifies the modulation type of Codeword0 PDSCH allocation.

recourceBlockAllocationstring

Specifies the resource blocks of the PDSCH allocation. The following string formats are supported for this parameter:
1) RB StartValue1-RB StopValue1,RB StartValue2-RB StopValue2
2) RB 1,RB 2
3) RB StartValue1-RB StopValue1, RB 1,RB StartValue2-RB StopValue2,RB 2
For example: If the RB allocation is 0-5,7,8,10-15, the RB allocation string specifies contiguous resource blocks from 0 to 5, resource block 7, resource block 8, and contiguous resource blocks from 10 to 15.

powerdouble

Specifies the PDSCH power level (ρa) relative to the power of the cell-specific reference signal. This value is expressed in dB. Measurement uses the cell specific Ratio method to calculate ρb. Refer to section 3.3 of the 3GPP 36.521 specifications for more information about ρa.

Returns

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