Cpower

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:CPOWer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default) float[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:CPOWer
value: float = driver.source.bb.w3Gpp.mstation.prach.cpower.get(mobileStation = repcap.MobileStation.Default)

The command defines the power of the control component of the PRACH.

Parameters:

mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)

Returns:

cpower: float Range: -80 dB to 0 dB

set(cpower: float, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:CPOWer
driver.source.bb.w3Gpp.mstation.prach.cpower.set(cpower = 1.0, mobileStation = repcap.MobileStation.Default)

The command defines the power of the control component of the PRACH.

Parameters:
  • cpower – float Range: -80 dB to 0 dB

  • mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)