Pa

SCPI Command :

CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ULCM:PA
class PaCls[source]

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

class PaStruct[source]

Response structure. Fields:

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

  • Power_Step: float or bool: Symmetrical tolerance value for UE TX power in a recovery period

  • Power_Step_Group: float or bool: Symmetrical tolerance value for the aggregate UE TX power in the recovery period comprising the 7 rising or falling power steps after each gap

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

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

return:

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

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

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

param initial_pwr_step:

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

param power_step:

(float or boolean) Symmetrical tolerance value for UE TX power in a recovery period

param power_step_group:

(float or boolean) Symmetrical tolerance value for the aggregate UE TX power in the recovery period comprising the 7 rising or falling power steps after each gap