Ndmrs

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:PUSCh:NDMRs
class NdmrsCls[source]

Ndmrs commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) float[source]
# SCPI: CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:PUSCh:NDMRs
value: float = driver.applications.k10Xlte.configure.lte.uplink.cc.subframe.alloc.pusch.ndmrs.get(carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)

Defines the part of the DMRS index that is used for the uplink scheduling assignment.

param carrierComponent

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

param subframe

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)

return

value: numeric value Range: 0 to 11

set(value: float, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) None[source]
# SCPI: CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:PUSCh:NDMRs
driver.applications.k10Xlte.configure.lte.uplink.cc.subframe.alloc.pusch.ndmrs.set(value = 1.0, carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)

Defines the part of the DMRS index that is used for the uplink scheduling assignment.

param value

numeric value Range: 0 to 11

param carrierComponent

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

param subframe

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)