RFmxLteMXComponentCarrier.ConfigurePdsch Method
- Updated2024-07-17
- 2 minute(s) read
RFmxLteMXComponentCarrierConfigurePdsch Method
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.
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.
Namespace: NationalInstruments.RFmx.LteMX
Assembly: NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public int ConfigurePdsch( string selectorString, RFmxLteMXUserDefinedPdschCW0ModulationType cw0ModulationType, string recourceBlockAllocation, double power )
Public Function ConfigurePdsch ( selectorString As String, cw0ModulationType As RFmxLteMXUserDefinedPdschCW0ModulationType, recourceBlockAllocation As String, power As Double ) As Integer
Parameters
- selectorString
- Type: SystemString
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, Int32) method to build the selector string. - cw0ModulationType
- Type: NationalInstruments.RFmx.LteMXRFmxLteMXUserDefinedPdschCW0ModulationType
Specifies the modulation type of Codeword0 PDSCH allocation. - recourceBlockAllocation
- Type: SystemString
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. - power
- Type: SystemDouble
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.
Return Value
Type: Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.