Single

SCPI Command :

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

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

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

Activates or deactivates the RF connector RF<no>.<TxIndex>+1, for the sequencer list entry with the selected <ListIndex>. Example: <no>=2 plus <TxIndex>=4 means connector RF2.5.

param list_index:

No help available

param tx_index:

No help available

param bench:

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

return:

usage: ON: activate the connector OFF: deactivate the connector

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

Activates or deactivates the RF connector RF<no>.<TxIndex>+1, for the sequencer list entry with the selected <ListIndex>. Example: <no>=2 plus <TxIndex>=4 means connector RF2.5.

param list_index:

No help available

param tx_index:

No help available

param usage:

ON: activate the connector OFF: deactivate the connector

param bench:

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