SingleCmw
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:CMWS:CMODe
- class SingleCmwCls[source]
SingleCmw commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_cmode() ParameterSetMode[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:CMWS:CMODe value: enums.ParameterSetMode = driver.configure.nrSubMeas.multiEval.listPy.singleCmw.get_cmode()
Specifies how the input connector is selected for list mode measurements.
- return:
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, see method RsCmwNrFr1Meas.Route.NrSubMeas.Scenario.Salone.set. LIST: The input connector is configured individually for each segment. See method RsCmwNrFr1Meas.Configure.NrSubMeas.MultiEval.ListPy.Segment.SingleCmw.Connector.set.
- set_cmode(connector_mode: ParameterSetMode) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:CMWS:CMODe driver.configure.nrSubMeas.multiEval.listPy.singleCmw.set_cmode(connector_mode = enums.ParameterSetMode.GLOBal)
Specifies how the input connector is selected for list mode measurements.
- param 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, see method RsCmwNrFr1Meas.Route.NrSubMeas.Scenario.Salone.set. LIST: The input connector is configured individually for each segment. See method RsCmwNrFr1Meas.Configure.NrSubMeas.MultiEval.ListPy.Segment.SingleCmw.Connector.set.