Mlength

SCPI Commands

CONFigure:WCDMa:MEASurement<Instance>:TPC:CTFC:MLENgth
class Mlength[source]

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

class GetStruct[source]

Response structure. Fields:

  • Nr_Steps: int: numeric Number of steps to be measured per direction Range: 1 to 5

  • Meas_Length: int: decimal Number of slots to be measured Range: 1 slot to 301 slot , Unit: slot

get()GetStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:CTFC:MLENgth
value: GetStruct = driver.configure.tpc.ctfc.mlength.get()

Specifies the number of power steps to be measured per step direction (n up steps + n down steps) . A query returns the configured number of steps and the resulting measurement length.

return

structure: for return value, see the help for GetStruct structure arguments.

set(nr_steps: int)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:CTFC:MLENgth
driver.configure.tpc.ctfc.mlength.set(nr_steps = 1)

Specifies the number of power steps to be measured per step direction (n up steps + n down steps) . A query returns the configured number of steps and the resulting measurement length.

param nr_steps

numeric Number of steps to be measured per direction Range: 1 to 5