Single

SCPI Command :

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

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

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

Activates or deactivates the RF connector RF<no>.<TxIndex>+1. Example: <no>=2 plus <TxIndex>=4 means connector RF2.5.

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(tx_index: float, usage: bool, bench=Bench.Default) None[source]
# SCPI: CONFigure:GPRF:GENerator<Instance>:SPATh:USAGe:BENCh<nr>:TX:SINGle
driver.configure.gprf.generator.spath.usage.bench.tx.single.set(tx_index = 1.0, usage = False, bench = repcap.Bench.Default)

Activates or deactivates the RF connector RF<no>.<TxIndex>+1. Example: <no>=2 plus <TxIndex>=4 means connector RF2.5.

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’)