Ulcm

SCPI Commands :

CONFigure:WCDMa:MEASurement<instance>:TPC:ULCM:MLENgth
CONFigure:WCDMa:MEASurement<instance>:TPC:ULCM:AEXecution
class UlcmCls[source]

Ulcm commands group definition. 2 total commands, 0 Subgroups, 2 group commands

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

No command help available

return:

enable: No help available

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

Query the number of slots measured in UL Compressed Mode mode. The value is fixed. It can only be determined while the UL Compressed Mode mode is active.

return:

meas_length: No help available

set_aexecution(enable: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:ULCM:AEXecution
driver.configure.wcdmaMeas.tpc.ulcm.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:ULCM:MLENgth
driver.configure.wcdmaMeas.tpc.ulcm.set_mlength(meas_length = 1)

Query the number of slots measured in UL Compressed Mode mode. The value is fixed. It can only be determined while the UL Compressed Mode mode is active.

param meas_length:

No help available