Sessions
SCPI Command :
SESSion:USERpref
- Commands in total: 6Subgroups: 2Direct child commands: 1
- get_user_pref() bool[source]
# SESSion:USERpref value: bool = driver.sessions.get_user_pref()
If ON, the user-specific display settings for the toolbar, waveform colors and diagram presentation are included in the session file. The setting affects the saving and the recall actions.
- set_user_pref(recall_include_user_setting: bool) None[source]
# SESSion:USERpref driver.sessions.set_user_pref(recall_include_user_setting = False)
If ON, the user-specific display settings for the toolbar, waveform colors and diagram presentation are included in the session file. The setting affects the saving and the recall actions.
- Parameters:
recall_include_user_setting – OFF | ON
Cloning the Group
# Create a copy of the original group, that exists independently
sessions_copy = driver.sessions.clone()
Subgroups