Spath

SCPI Commands :

ROUTe:GPRF:MEASurement<Instance>:SPATh:COUNt
ROUTe:GPRF:MEASurement<Instance>:SPATh
class SpathCls[source]

Spath commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_count() int[source]
# SCPI: ROUTe:GPRF:MEASurement<Instance>:SPATh:COUNt
value: int = driver.route.gprf.measurement.spath.get_count()

No command help available

return:

signal_path_count: No help available

get_value() str[source]
# SCPI: ROUTe:GPRF:MEASurement<Instance>:SPATh
value: str = driver.route.gprf.measurement.spath.get_value()

Selects one or more RF connections (signal input paths) for the measured signal. The number of expected connections depends on the list mode settings of the power measurement. Configure them before sending this command.

INTRO_CMD_HELP: Distinguish the following situations:

  • List mode OFF: One connection is expected.

  • List mode ON and connection source GLOBal: One connection is expected. It is used for all list mode segments.

  • List mode ON and connection source INDex: The number of connections configured via [CONFigure:]GPRF:MEAS<i>:POWer:LIST:NIDX is expected. The order of the connections assigns them to an index (connection with index 1, index 2, index 3, …) .

INTRO_CMD_HELP: Related commands:

  • List mode state: method RsCMPX_Gprf.Configure.Gprf.Measurement.Power.ListPy.value

  • Connection source: [CONFigure:]GPRF:MEAS<i>:POWer:LIST:CSOurce

  • Connection index per segment: [CONFigure:]GPRF:MEAS<i>:POWer:LIST:CIDX

For possible connection names, see method RsCMPX_Gprf.Catalog.Gprf.Measurement.Spath.get_.

return:

signal_path: Comma-separated list of strings, one string per RF connection.

set_value(signal_path: str) None[source]
# SCPI: ROUTe:GPRF:MEASurement<Instance>:SPATh
driver.route.gprf.measurement.spath.set_value(signal_path = 'abc')

Selects one or more RF connections (signal input paths) for the measured signal. The number of expected connections depends on the list mode settings of the power measurement. Configure them before sending this command.

INTRO_CMD_HELP: Distinguish the following situations:

  • List mode OFF: One connection is expected.

  • List mode ON and connection source GLOBal: One connection is expected. It is used for all list mode segments.

  • List mode ON and connection source INDex: The number of connections configured via [CONFigure:]GPRF:MEAS<i>:POWer:LIST:NIDX is expected. The order of the connections assigns them to an index (connection with index 1, index 2, index 3, …) .

INTRO_CMD_HELP: Related commands:

  • List mode state: method RsCMPX_Gprf.Configure.Gprf.Measurement.Power.ListPy.value

  • Connection source: [CONFigure:]GPRF:MEAS<i>:POWer:LIST:CSOurce

  • Connection index per segment: [CONFigure:]GPRF:MEAS<i>:POWer:LIST:CIDX

For possible connection names, see method RsCMPX_Gprf.Catalog.Gprf.Measurement.Spath.get_.

param signal_path:

Comma-separated list of strings, one string per RF connection.