Power

SCPI Command :

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

Sets the power of the PCFICH (PPCFICH) .

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:EUTRa:DL:[SUBF<ST0>]:ENCC:PCFich:POWer
driver.source.bb.eutra.downlink.subf.encc.pcfich.power.set(power = 1.0, subframeNull = repcap.SubframeNull.Default)

Sets the power of the PCFICH (PPCFICH) .

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

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