Cidx

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:CIDX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(sEGMent=SEGMent.Default) int[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:CIDX
value: int = driver.configure.nrSubMeas.multiEval.listPy.segment.cidx.get(sEGMent = repcap.SEGMent.Default)

Selects the RF connection index for segment <no>. For a definition of the connection indices, see ROUTe:NRSub:MEAS<i>:SPATh.

Parameters:

sEGMent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)

Returns:

connection_index: numeric

set(connection_index: int, sEGMent=SEGMent.Default) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:CIDX
driver.configure.nrSubMeas.multiEval.listPy.segment.cidx.set(connection_index = 1, sEGMent = repcap.SEGMent.Default)

Selects the RF connection index for segment <no>. For a definition of the connection indices, see ROUTe:NRSub:MEAS<i>:SPATh.

Parameters:
  • connection_index – numeric

  • sEGMent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)