SingleCmw

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:CMWS:CMODe
class SingleCmwCls[source]

SingleCmw commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_cmode() ParameterSetMode[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:CMWS:CMODe
value: enums.ParameterSetMode = driver.configure.lteMeas.multiEval.listPy.singleCmw.get_cmode()

No command help available

return:

connector_mode: No help available

set_cmode(connector_mode: ParameterSetMode) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:CMWS:CMODe
driver.configure.lteMeas.multiEval.listPy.singleCmw.set_cmode(connector_mode = enums.ParameterSetMode.GLOBal)

No command help available

param connector_mode:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.lteMeas.multiEval.listPy.singleCmw.clone()

Subgroups