Dpower
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:DPOWer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) float[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:DPOWer value: float = driver.source.bb.w3Gpp.mstation.prach.dpower.get(mobileStation = repcap.MobileStation.Default)
The command defines the power of the data component of the PRACH.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
dpower: float Range: -80 dB to 0 dB
- set(dpower: float, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:DPOWer driver.source.bb.w3Gpp.mstation.prach.dpower.set(dpower = 1.0, mobileStation = repcap.MobileStation.Default)
The command defines the power of the data component of the PRACH.
- Parameters:
dpower – float Range: -80 dB to 0 dB
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)