Bench<Bench>

RepCap Settings

# Range: Nr1 .. Nr20
rc = driver.configure.spath.usage.bench.repcap_bench_get()
driver.configure.spath.usage.bench.repcap_bench_set(repcap.Bench.Nr1)

SCPI Command :

CONFigure:GPRF:GENerator<Instance>:SPATh:USAGe:BENCh<nr>
class BenchCls[source]

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

get(bench=Bench.Default) List[bool][source]
# SCPI: CONFigure:GPRF:GENerator<Instance>:SPATh:USAGe:BENCh<nr>
value: List[bool] = driver.configure.spath.usage.bench.get(bench = repcap.Bench.Default)

No command help available

param bench:

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

return:

enable: No help available

set(enable: List[bool], bench=Bench.Default) None[source]
# SCPI: CONFigure:GPRF:GENerator<Instance>:SPATh:USAGe:BENCh<nr>
driver.configure.spath.usage.bench.set(enable = [True, False, True], bench = repcap.Bench.Default)

No command help available

param enable:

No help available

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.configure.spath.usage.bench.clone()