Config
SCPI Commands :
SAVeset:CONFig:PREView
SAVeset:CONFig:UPReferences
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_preview() bool[source]
# SAVeset:CONFig:PREView value: bool = driver.saveset.config.get_preview()
If set to OFF, the saveset is stored without the preview image to reduce the file size. Use the command each time before you save a saveset.
- 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_preview(include_preview_image_in_saveset: bool) None[source]
# SAVeset:CONFig:PREView driver.saveset.config.set_preview(include_preview_image_in_saveset = False)
If set to OFF, the saveset is stored without the preview image to reduce the file size. Use the command each time before you save a saveset.
- Parameters:
include_preview_image_in_saveset – OFF | ON
- 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