Nidpcrs

SCPI Command :

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

Sets the phase noise compensation reference signal ID nIDPCRS associated with the selected allocation.

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:

nidpcrs: integer Range: 0 to 503

set(nidpcrs: int, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ALLoc<CH0>:XPDSch:PCRS:NIDPcrs
driver.source.bb.v5G.downlink.subf.alloc.xpdsch.pcrs.nidpcrs.set(nidpcrs = 1, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)

Sets the phase noise compensation reference signal ID nIDPCRS associated with the selected allocation.

Parameters:
  • nidpcrs – integer Range: 0 to 503

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