Atab
SCPI Command :
DISPlay:ATAB
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# 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.
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 Switches off the function. ON | 1 Switches on the function.
- set(state: bool) None[source]
# 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.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches off the function. ON | 1 Switches on the function.