Ppower
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:PPOWer
- class PpowerCls[source]
Ppower commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default) float [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:PPOWer value: float = driver.source.bb.w3Gpp.mstation.prach.ppower.get(mobileStation = repcap.MobileStation.Default)
The command defines the power of the preamble component of the PRACH. If the preamble is repeated and the power increased with each repetition, this setting specifies the power achieved during the last repetition.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return
ppower: float Range: -80 dB to 0 dB
- set(ppower: float, mobileStation=MobileStation.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:PPOWer driver.source.bb.w3Gpp.mstation.prach.ppower.set(ppower = 1.0, mobileStation = repcap.MobileStation.Default)
The command defines the power of the preamble component of the PRACH. If the preamble is repeated and the power increased with each repetition, this setting specifies the power achieved during the last repetition.
- param ppower
float Range: -80 dB to 0 dB
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.w3Gpp.mstation.prach.ppower.clone()
Subgroups