Power
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PCFich: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: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) .
- 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: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) .
- param power
float Range: -80 to 10
- param subframeNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)