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() List[str][source]
# SCPI: ROUTe:GPRF:GENerator<Instance>:SPATh
value: List[str] = driver.route.gprf.generator.spath.get_value()

No command help available

return:

signal_path: No help available

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

No command help available

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