Pb

SCPI Command :

CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ULCM:PB
class PbCls[source]

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

class PbStruct[source]

Response structure. Fields:

  • Initial_Pwr_Step: float or bool: Symmetrical tolerance value for the UE TX power in the first slot after the gap

  • Power_Step: float or bool: Symmetrical tolerance value for the UE TX power in the nonCM - CM and CM - nonCM power step

get() PbStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ULCM:PB
value: PbStruct = driver.configure.wcdmaMeas.tpc.limit.ulcm.pb.get()

Configures a power step limit for the measurement mode UL Compressed Mode, CM pattern B.

return:

structure: for return value, see the help for PbStruct structure arguments.

set(initial_pwr_step: float, power_step: float) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ULCM:PB
driver.configure.wcdmaMeas.tpc.limit.ulcm.pb.set(initial_pwr_step = 1.0, power_step = 1.0)

Configures a power step limit for the measurement mode UL Compressed Mode, CM pattern B.

param initial_pwr_step:

(float or boolean) Symmetrical tolerance value for the UE TX power in the first slot after the gap

param power_step:

(float or boolean) Symmetrical tolerance value for the UE TX power in the nonCM - CM and CM - nonCM power step