Connector
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:CMWS:CONNector
- class ConnectorCls[source]
Connector commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(sEGMent=SEGMent.Default) CmwsConnector[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:CMWS:CONNector value: enums.CmwsConnector = driver.configure.nrSubMeas.multiEval.listPy.segment.singleCmw.connector.get(sEGMent = repcap.SEGMent.Default)
Selects the RF input connector for segment <no> for the connector mode LIST, see method RsCmwNrFr1Meas.Configure. NrSubMeas.MultiEval.ListPy.SingleCmw.cmode. All segments of a list mode measurement must use connectors of the same bench. For possible connector values, see ‘Values for RF path selection’.
- param sEGMent:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
- return:
cmws_connector: Selects the input connector
- set(cmws_connector: CmwsConnector, sEGMent=SEGMent.Default) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:CMWS:CONNector driver.configure.nrSubMeas.multiEval.listPy.segment.singleCmw.connector.set(cmws_connector = enums.CmwsConnector.R11, sEGMent = repcap.SEGMent.Default)
Selects the RF input connector for segment <no> for the connector mode LIST, see method RsCmwNrFr1Meas.Configure. NrSubMeas.MultiEval.ListPy.SingleCmw.cmode. All segments of a list mode measurement must use connectors of the same bench. For possible connector values, see ‘Values for RF path selection’.
- param cmws_connector:
Selects the input connector
- param sEGMent:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)