SingleCmw

SCPI Commands

CONFigure:CDMA:MEASurement<Instance>:MEValuation:LIST:CMWS:CMODe
class SingleCmw[source]

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

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

Specifies how the input connector is selected for CDMA2000 list mode measurements with the R&S CMWS.

return

cmws_connector_mode: No help available

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

Specifies how the input connector is selected for CDMA2000 list mode measurements with the R&S CMWS.

param cmws_connector_mode

GLOBal | LIST GLOBal: The same input connector is used for all segments. It is selected in the same way as without list mode, for example via ROUTe:CDMA:MEASi:SCENario:SALone. LIST: The input connector is configured individually for each segment. See method RsCmwCdma2kMeas.Configure.MultiEval.ListPy.Segment.SingleCmw.Connector.set or method RsCmwCdma2kMeas.Configure.MultiEval.ListPy.Segment.Setup.set.