Spath

SCPI Commands :

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

Spath commands group definition. 3 total commands, 1 Subgroups, 2 group commands

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

No command help available

return:

signal_path_count: No help available

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

Selects the RF connection (broadcast off) or connector group (broadcast on) for the generated signal. For possible values, see method RsCMPX_Gprf.Catalog.Gprf.Generator.Spath.get_.

return:

signal_path: No help available

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

Selects the RF connection (broadcast off) or connector group (broadcast on) for the generated signal. For possible values, see method RsCMPX_Gprf.Catalog.Gprf.Generator.Spath.get_.

param signal_path:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.route.gprf.generator.spath.clone()

Subgroups