Config

SCPI Command :

SAVeset:CONFig:UPReferences
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_upreferences() bool[source]
# SAVeset:CONFig:UPReferences
value: bool = driver.saveset.config.get_upreferences()

If ON, the user-specific display settings for the toolbar, waveform colors and diagram presentation are included in the saveset file. The setting affects the saving and the recall actions.

set_upreferences(recall_include_user_setting: bool) None[source]
# SAVeset:CONFig:UPReferences
driver.saveset.config.set_upreferences(recall_include_user_setting = False)

If ON, the user-specific display settings for the toolbar, waveform colors and diagram presentation are included in the saveset file. The setting affects the saving and the recall actions.

Parameters:

recall_include_user_setting – OFF | ON