Monitor

SCPI Commands

CONFigure:WCDMa:MEASurement<Instance>:TPC:MONitor:MLENgth
class Monitor[source]

Monitor commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

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

Defines the number of slots to be measured in ‘Monitor’ mode.

return

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

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

Defines the number of slots to be measured in ‘Monitor’ mode.

param meas_length

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