Nid

SCPI Command :

[SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ALLoc<CH0>:XPDSch:DMRS:NID
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) NidSource[source]
# [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ALLoc<CH0>:XPDSch:DMRS:NID
value: enums.NidSource = driver.source.bb.v5G.downlink.subf.alloc.xpdsch.dmrs.nid.get(subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)

Specifies the source of reference signal ID nID for and .

Parameters:
  • 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:

nid_source: CELL | DMRS | PCRS The nID = N_ID Cell, nIDDMRS, or nIDPCRS

set(nid_source: NidSource, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ALLoc<CH0>:XPDSch:DMRS:NID
driver.source.bb.v5G.downlink.subf.alloc.xpdsch.dmrs.nid.set(nid_source = enums.NidSource.CELL, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)

Specifies the source of reference signal ID nID for and .

Parameters:
  • nid_source – CELL | DMRS | PCRS The nID = N_ID Cell, nIDDMRS, or nIDPCRS

  • 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’)