Cidx
SCPI Command :
CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:CIDX
- class CidxCls[source]
Cidx commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(segment=Segment.Default) int[source]
# SCPI: CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:CIDX value: int = driver.configure.niotMeas.multiEval.listPy.segment.cidx.get(segment = repcap.Segment.Default)
Selects the RF connection index for segment <no>. For definition of the connection indices, see ROUTe:NIOT:MEAS<i>:SPATh.
- param segment:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
- return:
connection_index: Index of the connection to be used for the segment.
- set(connection_index: int, segment=Segment.Default) None[source]
# SCPI: CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:CIDX driver.configure.niotMeas.multiEval.listPy.segment.cidx.set(connection_index = 1, segment = repcap.Segment.Default)
Selects the RF connection index for segment <no>. For definition of the connection indices, see ROUTe:NIOT:MEAS<i>:SPATh.
- param connection_index:
Index of the connection to be used for the segment.
- param segment:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)