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