Power

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PHICh:POWer
class PowerCls[source]

Power commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(subframeNull=SubframeNull.Default) float[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PHICh:POWer
value: float = driver.source.bb.eutra.downlink.subf.encc.phich.power.get(subframeNull = repcap.SubframeNull.Default)

Sets the power of one PHICH (PPHICH) in a PHICH group, i.e. the total power of one PHICH group is the sum of the power of the transmitted PHICHs within this group.

param subframeNull

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

return

power: float Range: -80 to 10

set(power: float, subframeNull=SubframeNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PHICh:POWer
driver.source.bb.eutra.downlink.subf.encc.phich.power.set(power = 1.0, subframeNull = repcap.SubframeNull.Default)

Sets the power of one PHICH (PPHICH) in a PHICH group, i.e. the total power of one PHICH group is the sum of the power of the transmitted PHICHs within this group.

param power

float Range: -80 to 10

param subframeNull

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