Mlength

SCPI Command :

CONFigure:WCDMa:MEASurement<instance>:TPC:CTFC:MLENgth
class MlengthCls[source]

Mlength commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class GetStruct[source]

Response structure. Fields:

  • Nr_Steps: int: Number of steps to be measured per direction.

  • Meas_Length: int: Number of slots to be measured.

get() GetStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:CTFC:MLENgth
value: GetStruct = driver.configure.wcdmaMeas.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.wcdmaMeas.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:

Number of steps to be measured per direction.