Usage

SCPI Command :

SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:SPATh:USAGe
class UsageCls[source]

Usage commands group definition. 3 total commands, 1 Subgroups, 1 group commands

get(index: int) List[bool][source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:SPATh:USAGe
value: List[bool] = driver.source.gprf.generator.sequencer.listPy.spath.usage.get(index = 1)

Activates or deactivates the individual RF connectors of the active connector group, for the sequencer list entry with the selected <Index>. Select the connector group via method RsCMPX_Gprf.Route.Gprf.Generator.Spath.value. Query a list of the connectors of the connector group via method RsCMPX_Gprf.Catalog.Gprf.Generator.Spath.Group.connector.

param index:

Comma-separated list of values, one value per connector of the connector group. ON: activate the connector OFF: deactivate the connector

return:

connectors_state: No help available

set(index: int, connectors_state: List[bool]) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:SPATh:USAGe
driver.source.gprf.generator.sequencer.listPy.spath.usage.set(index = 1, connectors_state = [True, False, True])

Activates or deactivates the individual RF connectors of the active connector group, for the sequencer list entry with the selected <Index>. Select the connector group via method RsCMPX_Gprf.Route.Gprf.Generator.Spath.value. Query a list of the connectors of the connector group via method RsCMPX_Gprf.Catalog.Gprf.Generator.Spath.Group.connector.

param index:

No help available

param connectors_state:

No help available

Cloning the Group

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

Subgroups