Ndmrs<LayerNull>

RepCap Settings

# Range: Nr0 .. Nr7
rc = driver.source.bb.eutra.uplink.cell.subf.alloc.pusch.drs.ndmrs.repcap_layerNull_get()
driver.source.bb.eutra.uplink.cell.subf.alloc.pusch.drs.ndmrs.repcap_layerNull_set(repcap.LayerNull.Nr0)

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:[CELL<CCIDX>]:[SUBF<ST0>]:ALLoc<CH0>:PUSCh:DRS:NDMRs<LAYER>
class NdmrsCls[source]

Ndmrs commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: LayerNull, default value after init: LayerNull.Nr0

get(cellNull=CellNull.Default, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, layerNull=LayerNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:[CELL<CCIDX>]:[SUBF<ST0>]:ALLoc<CH0>:PUSCh:DRS:NDMRs<LAYER>
value: int = driver.source.bb.eutra.uplink.cell.subf.alloc.pusch.drs.ndmrs.get(cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default, layerNull = repcap.LayerNull.Default)

Queries the parameter n(2) _DMRS,lambda (Layer lambda) .

param cellNull

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

param subframeNull

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

param allocationNull

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

param layerNull

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

return

ndmrs: integer Range: 0 to 11

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.eutra.uplink.cell.subf.alloc.pusch.drs.ndmrs.clone()