Nid
SCPI Command :
[SOURce<HW>]:BB:V5G:UL:[CELL<CCIDX>]:[SUBF<ST0>]:ALLoc<CH0>:XPUSch:DMRS:NID
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cellNull=CellNull.Default, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) V5GpuschDmrs[source]
# [SOURce<HW>]:BB:V5G:UL:[CELL<CCIDX>]:[SUBF<ST0>]:ALLoc<CH0>:XPUSch:DMRS:NID value: enums.V5GpuschDmrs = driver.source.bb.v5G.uplink.cell.subf.alloc.xpusch.dmrs.nid.get(cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)
Specifies the source of reference signal ID nID for .
- 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’)
- Returns:
dmrs_nid: CELL | DMRS The nID = N_ID Cell or nIDDMRS
- set(dmrs_nid: V5GpuschDmrs, cellNull=CellNull.Default, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:V5G:UL:[CELL<CCIDX>]:[SUBF<ST0>]:ALLoc<CH0>:XPUSch:DMRS:NID driver.source.bb.v5G.uplink.cell.subf.alloc.xpusch.dmrs.nid.set(dmrs_nid = enums.V5GpuschDmrs.CELL, cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)
Specifies the source of reference signal ID nID for .
- Parameters:
dmrs_nid – CELL | DMRS The nID = N_ID Cell or nIDDMRS
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’)