LdMrs

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:UPPTs:LDMRs
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default, cellNull=CellNull.Default) bool[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:UPPTs:LDMRs
value: bool = driver.source.bb.eutra.uplink.ue.cell.pusch.uppts.ldMrs.get(userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)

If enabled, the number of used demodulation reference signals (DMRS) is reduced.

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

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

Returns:

up_pts_less_dmrs: 1 | ON | 0| OFF

set(up_pts_less_dmrs: bool, userEquipment=UserEquipment.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:UPPTs:LDMRs
driver.source.bb.eutra.uplink.ue.cell.pusch.uppts.ldMrs.set(up_pts_less_dmrs = False, userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)

If enabled, the number of used demodulation reference signals (DMRS) is reduced.

Parameters:
  • up_pts_less_dmrs – 1 | ON | 0| OFF

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

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