Ndmrs<LayerNull>
RepCap Settings
# Range: Nr0 .. Nr7
rc = driver.source.bb.oneweb.uplink.cell.subf.alloc.pusch.drs.ndmrs.repcap_layerNull_get()
driver.source.bb.oneweb.uplink.cell.subf.alloc.pusch.drs.ndmrs.repcap_layerNull_set(repcap.LayerNull.Nr0)
SCPI Command :
[SOURce<HW>]:BB:ONEWeb: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:ONEWeb:UL:[CELL<CCIDX>]:[SUBF<ST0>]:ALLoc<CH0>:PUSCh:DRS:NDMRs<LAYER> value: int = driver.source.bb.oneweb.uplink.cell.subf.alloc.pusch.drs.ndmrs.get(cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default, layerNull = repcap.LayerNull.Default)
No command help available
- 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: No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.oneweb.uplink.cell.subf.alloc.pusch.drs.ndmrs.clone()