RFmx LTE VIs

Table of Contents

RFmxLTE Configure PDSCH (VI)

  • Updated2024-04-10
  • 3 minute(s) read

RFmxLTE Configure PDSCH (VI)

Owning Palette: Downlink

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 VI.

RFmxLTE Configure PDSCH

cio.gif

Instrument Handle In specifies the RFmx session refnum. Instrument Handle In is obtained from the RFmxInstr Initialize NIRFSA VI.

ci32.gif

CW0 Modulation Type specifies the modulation type of Codeword0 PDSCH allocation. The default value is QPSK.

QPSK (0)

Specifies a QPSK modulation scheme.

16 QAM (1)

Specifies a 16-QAM modulation scheme.

64 QAM (2)

Specifies a 64-QAM modulation scheme.

256 QAM (3)

Specifies a 256-QAM modulation scheme.

1024 QAM (4)

Specifies a 1024-QAM modulation scheme.

cstr.gif

RB Allocation specifies the resource blocks of the PDSCH allocation. The default value is 0 - 49.

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.

cdbl.gif

Power 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 property to calculate ρb. Refer to section 3.3 of the 3GPP 36.521 specifications for more information about ρa. The default value is 0.

cstr.gif

Selector String specifies a selector string comprising of the signal name, subblock number, carrier number, subframe number, and PDSCH number. If you do not specify the signal name, the default signal instance is used.

Example:

"subblock0/carrier0/subframe0/PDSCH0"

"signal::sig1/subblock0/carrier0/subframe0/PDSCH0"

You can use the RFmxLTE Build PDSCH String VI to build the selector string.

cerrcodeclst.gif

error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

iio.gif

Instrument Handle Out passes a reference to your RFmx session to the next VI.

ierrcodeclst.gif

error out contains error information. This output provides standard error out functionality.

Log in to get a better experience