Swunit

SCPI Command :

[SOURce<HW>]:AREGenerator:OSETup:SWUNit:[STATe]
class SwunitCls[source]

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

get_state() bool[source]
# SCPI: [SOURce<HW>]:AREGenerator:OSETup:SWUNit:[STATe]
value: bool = driver.source.areGenerator.osetup.swunit.get_state()

Activates using a switching unit in the test setup, e.g. R&S OSP open switch and control platform. A switching unit in the test setup allows you to connect up to eight QAT channels to less than eight R&S AREG800A IF ports.

return:

areg_oset_sw_unit: 1| ON| 0| OFF

set_state(areg_oset_sw_unit: bool) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:OSETup:SWUNit:[STATe]
driver.source.areGenerator.osetup.swunit.set_state(areg_oset_sw_unit = False)

Activates using a switching unit in the test setup, e.g. R&S OSP open switch and control platform. A switching unit in the test setup allows you to connect up to eight QAT channels to less than eight R&S AREG800A IF ports.

param areg_oset_sw_unit:

1| ON| 0| OFF