Cidx

SCPI Command :

[CONFigure]:GPRF:MEASurement<instance>:POWer:LIST:CIDX
class CidxCls[source]

Cidx commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class CidxStruct[source]

Response structure. Fields:

  • Row_Number: int: No parameter help available

  • Connection_Index: int: No parameter help available

get() CidxStruct[source]
# SCPI: [CONFigure]:GPRF:MEASurement<instance>:POWer:LIST:CIDX
value: CidxStruct = driver.configure.gprf.measurement.power.listPy.cidx.get()

Selects the RF connection index for segment <RowNumber>. For the definition of the connection indices, see [CONFigure:]GPRF:MEAS<i>:POWer:LIST:IDX<idx>:CONNection.

return:

structure: for return value, see the help for CidxStruct structure arguments.

set(row_number: int, connection_index: int) None[source]
# SCPI: [CONFigure]:GPRF:MEASurement<instance>:POWer:LIST:CIDX
driver.configure.gprf.measurement.power.listPy.cidx.set(row_number = 1, connection_index = 1)

Selects the RF connection index for segment <RowNumber>. For the definition of the connection indices, see [CONFigure:]GPRF:MEAS<i>:POWer:LIST:IDX<idx>:CONNection.

param row_number:

No help available

param connection_index:

No help available