Spath

SCPI Command :

CONFigure:GPRF:GENerator<Instance>:SPATh:BCSWitch
class SpathCls[source]

Spath commands group definition. 4 total commands, 1 Subgroups, 1 group commands

get_bc_switch() bool[source]
# SCPI: CONFigure:GPRF:GENerator<Instance>:SPATh:BCSWitch
value: bool = driver.configure.gprf.generator.spath.get_bc_switch()

Enables signal broadcast to several connectors of an R&S CM-Z310A.

return:

connect_switch: No help available

set_bc_switch(connect_switch: bool) None[source]
# SCPI: CONFigure:GPRF:GENerator<Instance>:SPATh:BCSWitch
driver.configure.gprf.generator.spath.set_bc_switch(connect_switch = False)

Enables signal broadcast to several connectors of an R&S CM-Z310A.

param connect_switch:

No help available

Cloning the Group

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

Subgroups