Mpedch
SCPI Commands :
CONFigure:WCDMa:MEASurement<instance>:TPC:MPEDch:MLENgth
CONFigure:WCDMa:MEASurement<instance>:TPC:MPEDch:AEXecution
- class MpedchCls[source]
Mpedch commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_aexecution() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:MPEDch:AEXecution value: bool = driver.configure.wcdmaMeas.tpc.mpedch.get_aexecution()
No command help available
- return:
enable: No help available
- get_mlength() int[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:MPEDch:MLENgth value: int = driver.configure.wcdmaMeas.tpc.mpedch.get_mlength()
Defines the number of slots to be measured in Max. Power E-DCH mode.
- return:
meas_length: No help available
- set_aexecution(enable: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:MPEDch:AEXecution driver.configure.wcdmaMeas.tpc.mpedch.set_aexecution(enable = False)
No command help available
- param enable:
No help available
- set_mlength(meas_length: int) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:MPEDch:MLENgth driver.configure.wcdmaMeas.tpc.mpedch.set_mlength(meas_length = 1)
Defines the number of slots to be measured in Max. Power E-DCH mode.
- param meas_length:
No help available