Ulcm

SCPI Commands

CONFigure:WCDMa:MEASurement<Instance>:TPC:LIMit:ULCM:PA
CONFigure:WCDMa:MEASurement<Instance>:TPC:LIMit:ULCM:PB
class Ulcm[source]

Ulcm commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

class PaStruct[source]

Structure for reading output parameters. Fields:

  • Initial_Pwr_Step: float or bool: numeric | ON | OFF Symmetrical tolerance value for UE TX power in the first slot after the gap Range: 0 dB to 10 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the limit)

  • Power_Step: float or bool: numeric | ON | OFF Symmetrical tolerance value for UE TX power in a recovery period Range: 0 dB to 10 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the limit)

  • Power_Step_Group: float or bool: numeric | ON | OFF Symmetrical tolerance value for the aggregate UE TX power in the recovery period comprising the 7 rising or falling power steps after each gap Range: 0 dB to 10 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the limit)

class PbStruct[source]

Structure for reading output parameters. Fields:

  • Initial_Pwr_Step: float or bool: numeric | ON | OFF Symmetrical tolerance value for the UE TX power in the first slot after the gap Range: 0 dB to 10 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the limit)

  • Power_Step: float or bool: numeric | ON | OFF Symmetrical tolerance value for the UE TX power in the nonCM - CM and CM - nonCM power step Range: 0 dB to 10 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the limit)

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

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.

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

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_pa(value: RsCmwWcdmaMeas.Implementations.Configure_.Tpc_.Limit_.Ulcm.Ulcm.PaStruct)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ULCM:PA
driver.configure.tpc.limit.ulcm.set_pa(value = PaStruct())

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

param value

see the help for PaStruct structure arguments.

set_pb(value: RsCmwWcdmaMeas.Implementations.Configure_.Tpc_.Limit_.Ulcm.Ulcm.PbStruct)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ULCM:PB
driver.configure.tpc.limit.ulcm.set_pb(value = PbStruct())

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

param value

see the help for PbStruct structure arguments.