Connection

SCPI Command :

[CONFigure]:GPRF:MEASurement<instance>:POWer:LIST:IDX<idx>:CONNection
class ConnectionCls[source]

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

get(index=Index.Default) str[source]
# SCPI: [CONFigure]:GPRF:MEASurement<instance>:POWer:LIST:IDX<idx>:CONNection
value: str = driver.configure.gprf.measurement.power.listPy.idx.connection.get(index = repcap.Index.Default)

Assigns a connection to the connection index <idx>. Alternatively, use method RsCMPX_Gprf.Route.Gprf.Measurement.Spath. value. For possible <Connection> strings, see [CONFigure:]GPRF:MEAS<i>:POWer:LIST:IDX<idx>:CATalog:CONNection?.

param index:

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Idx’)

return:

connection: No help available

set(connection: str, index=Index.Default) None[source]
# SCPI: [CONFigure]:GPRF:MEASurement<instance>:POWer:LIST:IDX<idx>:CONNection
driver.configure.gprf.measurement.power.listPy.idx.connection.set(connection = 'abc', index = repcap.Index.Default)

Assigns a connection to the connection index <idx>. Alternatively, use method RsCMPX_Gprf.Route.Gprf.Measurement.Spath. value. For possible <Connection> strings, see [CONFigure:]GPRF:MEAS<i>:POWer:LIST:IDX<idx>:CATalog:CONNection?.

param connection:

No help available

param index:

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Idx’)