Ulcm

SCPI Commands

CONFigure:WCDMa:MEASurement<Instance>:TPC:ULCM:MLENgth
CONFigure:WCDMa:MEASurement<Instance>:TPC:ULCM:AEXecution
class Ulcm[source]

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

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

Enables or disables automatic execution of the TPC setup for combined signal path measurements in ‘UL Compressed Mode’ mode.

return

enable: OFF | ON

get_mlength()int[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:ULCM:MLENgth
value: int = driver.configure.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: numeric Range: 60 slots , Unit: slots

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

Enables or disables automatic execution of the TPC setup for combined signal path measurements in ‘UL Compressed Mode’ mode.

param enable

OFF | ON

set_mlength(meas_length: int)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:ULCM:MLENgth
driver.configure.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

numeric Range: 60 slots , Unit: slots