ConfigurePdsch(string, RFmxLteMXUserDefinedPdschCW0ModulationType, string, double)
- Updated2025-04-08
- 1 minute(s) read
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
Name | Type | Description |
---|---|---|
selectorString | string | Specifies a selector string comprising of the signal name, subblock number, carrier number, subframe number, and PDSCH number. |
cw0ModulationType | RFmxLteMXUserDefinedPdschCW0ModulationType | Specifies the modulation type of Codeword0 PDSCH allocation. |
recourceBlockAllocation | string | Specifies the resource blocks of the PDSCH allocation. The following string formats are supported for this parameter: |
power | double | 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.