Pdre

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:SEQelem:PDRE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userIx=UserIx.Default, cellNull=CellNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:SEQelem:PDRE
value: int = driver.source.bb.eutra.downlink.user.asPy.downlink.cell.seqElem.pdre.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)

Sets the PDSCH RE mapping and QCL (quasi-co-location) indicator. See also method RsSmw.source.bb.eutra.downlink.subf.encc.pdcch.extc.item.dciConf.pdre.set()

Parameters:
  • userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

  • cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)

Returns:

re_map_qcl: integer Range: 0 to 3

set(re_map_qcl: int, userIx=UserIx.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:SEQelem:PDRE
driver.source.bb.eutra.downlink.user.asPy.downlink.cell.seqElem.pdre.set(re_map_qcl = 1, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)

Sets the PDSCH RE mapping and QCL (quasi-co-location) indicator. See also method RsSmw.source.bb.eutra.downlink.subf.encc.pdcch.extc.item.dciConf.pdre.set()

Parameters:
  • re_map_qcl – integer Range: 0 to 3

  • userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

  • cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)