Show

SCPI Command :

PROGram:TUTorials:SHOW:ENABle
class ShowCls[source]

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

get_enable() bool[source]
# SCPI: PROGram:TUTorials:SHOW:ENABle
value: bool = driver.program.tutorials.show.get_enable()

This setting re-enables all tutorials. Tutorials are shown upon opening certain dialogs for the first time (e.g. 2D Map) . When the tutorial has been viewed, it is then disabled.

return:

enable: ON| OFF| 1| 0

set_enable(enable: bool) None[source]
# SCPI: PROGram:TUTorials:SHOW:ENABle
driver.program.tutorials.show.set_enable(enable = False)

This setting re-enables all tutorials. Tutorials are shown upon opening certain dialogs for the first time (e.g. 2D Map) . When the tutorial has been viewed, it is then disabled.

param enable:

ON| OFF| 1| 0