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