Group

SCPI Command :

ROUTe:GPRF:GENerator<Instance>:SPATh:GROup
class GroupCls[source]

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

get(connector_name: str) str[source]
# SCPI: ROUTe:GPRF:GENerator<Instance>:SPATh:GROup
value: str = driver.route.gprf.generator.spath.group.get(connector_name = 'abc')

Assigns an RF connection to an output connector. The connection is used if you activate the connector for signal output via a connector group. This command is only relevant if you create your own RF connections (see base manual) . The default RF connections have the same name as the assigned connector.

param connector_name:

Name of the output connector.

return:

signal_path: RF connection to be assigned to the connector.

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

Assigns an RF connection to an output connector. The connection is used if you activate the connector for signal output via a connector group. This command is only relevant if you create your own RF connections (see base manual) . The default RF connections have the same name as the assigned connector.

param connector_name:

Name of the output connector.

param signal_path:

RF connection to be assigned to the connector.