Output

SCPI Command :

SCONfiguration:OUTPut:MODE
Commands in total: 7
Subgroups: 1
Direct child commands: 1
get_mode() SystConfOutpMode[source]
# SCONfiguration:OUTPut:MODE
value: enums.SystConfOutpMode = driver.sconfiguration.output.get_mode()

No help available

set_mode(mode: SystConfOutpMode) None[source]
# SCONfiguration:OUTPut:MODE
driver.sconfiguration.output.set_mode(mode = enums.SystConfOutpMode.ALL)

No help available

Cloning the Group

# Create a copy of the original group, that exists independently
output_copy = driver.sconfiguration.output.clone()

Subgroups