Output
SCPI Command :
SCONfiguration:OUTPut:MODE
- class OutputCls[source]
Output commands group definition. 7 total commands, 1 Subgroups, 1 group commands
- get_mode() RsSmbv.enums.SystConfOutpMode [source]
# SCPI: SCONfiguration:OUTPut:MODE value: enums.SystConfOutpMode = driver.sconfiguration.output.get_mode()
No command help available
- return
mode: No help available
- set_mode(mode: RsSmbv.enums.SystConfOutpMode) None [source]
# SCPI: SCONfiguration:OUTPut:MODE driver.sconfiguration.output.set_mode(mode = enums.SystConfOutpMode.ALL)
No command help available
- param mode
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.sconfiguration.output.clone()
Subgroups