Ndmrs<LayerNull>

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:[CELL<CCIDX>]:[SUBF<ST0>]:ALLoc<CH0>:PUSCh:DRS:NDMRs<LAYER>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr0 .. Nr7

driver.source.bb.eutra.uplink.cell.subf.alloc.pusch.drs.ndmrs.repcap_layerNull_set(repcap.LayerNull.Nr0)
get(cellNull=CellNull.Default, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, layerNull=LayerNull.Default) int[source]
# [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) .

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

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

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

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

Returns:

ndmrs: integer Range: 0 to 11

Cloning the Group

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