Atab
SCPI Command :
DISPlay:ATAB
- class AtabCls[source]
Atab commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: DISPlay:ATAB value: bool = driver.display.atab.get()
This command switches between the MultiView tab and the most recently displayed channel. If only one channel is active, this command has no effect.
- return
state: ON | OFF | 0 | 1 OFF | 0 Switches off the function. ON | 1 Switches on the function.
- set(state: bool) None [source]
# SCPI: DISPlay:ATAB driver.display.atab.set(state = False)
This command switches between the MultiView tab and the most recently displayed channel. If only one channel is active, this command has no effect.
- param state
ON | OFF | 0 | 1 OFF | 0 Switches off the function. ON | 1 Switches on the function.