Mpedch

SCPI Commands

CONFigure:WCDMa:MEASurement<Instance>:TPC:MPEDch:MLENgth
CONFigure:WCDMa:MEASurement<Instance>:TPC:MPEDch:AEXecution
class Mpedch[source]

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

get_aexecution()bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:MPEDch:AEXecution
value: bool = driver.configure.tpc.mpedch.get_aexecution()

Enables or disables automatic execution of the TPC setup for combined signal path measurements in ‘Max. Power E-DCH’ mode.

return

enable: OFF | ON

get_mlength()int[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:MPEDch:MLENgth
value: int = driver.configure.tpc.mpedch.get_mlength()

Defines the number of slots to be measured in ‘Max. Power E-DCH’ mode.

return

meas_length: numeric Range: 1 slot to 341 slots, Unit: slots

set_aexecution(enable: bool)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:MPEDch:AEXecution
driver.configure.tpc.mpedch.set_aexecution(enable = False)

Enables or disables automatic execution of the TPC setup for combined signal path measurements in ‘Max. Power E-DCH’ mode.

param enable

OFF | ON

set_mlength(meas_length: int)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:MPEDch:MLENgth
driver.configure.tpc.mpedch.set_mlength(meas_length = 1)

Defines the number of slots to be measured in ‘Max. Power E-DCH’ mode.

param meas_length

numeric Range: 1 slot to 341 slots, Unit: slots