Power

SCPI Command :

[SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:POWer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(subframeNull=SubframeNull.Default) float[source]
# [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:POWer
value: float = driver.source.bb.v5G.downlink.subf.encc.xpdcch.power.get(subframeNull = repcap.SubframeNull.Default)

Sets the power of the xPDCCH (PxPDCCH) . The value set with this parameter is also displayed in the allocation table for the corresponding allocation.

Parameters:

subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)

Returns:

power: float Range: -80 to 10

set(power: float, subframeNull=SubframeNull.Default) None[source]
# [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:POWer
driver.source.bb.v5G.downlink.subf.encc.xpdcch.power.set(power = 1.0, subframeNull = repcap.SubframeNull.Default)

Sets the power of the xPDCCH (PxPDCCH) . The value set with this parameter is also displayed in the allocation table for the corresponding allocation.

Parameters:
  • power – float Range: -80 to 10

  • subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)