Pstep

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:TPC:PSTep
class PstepCls[source]

Pstep commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(mobileStation=MobileStation.Default) float[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:TPC:PSTep
value: float = driver.source.bb.w3Gpp.mstation.dpcch.tpc.pstep.get(mobileStation = repcap.MobileStation.Default)

The command sets the level of the power step in dB for controlling the transmit power via the data of the TPC field.

param mobileStation:

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

return:

pstep: float Range: -10 to 10

set(pstep: float, mobileStation=MobileStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:TPC:PSTep
driver.source.bb.w3Gpp.mstation.dpcch.tpc.pstep.set(pstep = 1.0, mobileStation = repcap.MobileStation.Default)

The command sets the level of the power step in dB for controlling the transmit power via the data of the TPC field.

param pstep:

float Range: -10 to 10

param mobileStation:

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