Group

SCPI Commands :

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

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

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

Returns the names of the RF connections that start at the specified connector. 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:

Start point of the RF connections.

return:

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

get_connector() str[source]
# SCPI: CATalog:GPRF:GENerator<Instance>:SPATh:GROup:CONNector
value: str = driver.catalog.gprf.generator.spath.group.get_connector()

Returns the names of the connectors of the active connector group. Select the connector group via method RsCMPX_Gprf. Route.Gprf.Generator.Spath.value.

return:

connector_name: Comma-separated list of values, one value per connector.