Config
SCPI Command :
SAVeset:CONFig:PREView
- Commands in total: 1Subgroups: 0Direct child commands: 1
- 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.
- 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