Bench<Bench>

RepCap Settings

# Range: Nr1 .. Nr20
rc = driver.source.gprf.generator.sequencer.listPy.spath.usage.bench.repcap_bench_get()
driver.source.gprf.generator.sequencer.listPy.spath.usage.bench.repcap_bench_set(repcap.Bench.Nr1)

SCPI Command :

SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:SPATh:USAGe:BENCh<nr>
class BenchCls[source]

Bench commands group definition. 2 total commands, 1 Subgroups, 1 group commands Repeated Capability: Bench, default value after init: Bench.Nr1

get(index: float, bench=Bench.Default) List[bool][source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:SPATh:USAGe:BENCh<nr>
value: List[bool] = driver.source.gprf.generator.sequencer.listPy.spath.usage.bench.get(index = 1.0, bench = repcap.Bench.Default)

Activates or deactivates the individual RF connectors of the connector group <no>, for the sequencer list entry with the selected <Index>.

param index:

No help available

param bench:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bench’)

return:

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

set(index: float, enable: List[bool], bench=Bench.Default) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:SPATh:USAGe:BENCh<nr>
driver.source.gprf.generator.sequencer.listPy.spath.usage.bench.set(index = 1.0, enable = [True, False, True], bench = repcap.Bench.Default)

Activates or deactivates the individual RF connectors of the connector group <no>, for the sequencer list entry with the selected <Index>.

param index:

No help available

param enable:

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

param bench:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bench’)

Cloning the Group

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

Subgroups