All

SCPI Commands

CONFigure:ALL:BACKup
class All[source]

All commands group definition. 5 total commands, 1 Sub-groups, 1 group commands

set_backup(filename_for_backup: str) None[source]
# SCPI: CONFigure:ALL:BACKup
driver.configure.all.set_backup(filename_for_backup = '1')


    INTRO_CMD_HELP: Saves all configuration settings to a backup file. These settings comprise the following:

    - General configuration
    - Network settings
    - Trigger configuration (optional)
    - Interconnection configuration
    - Virtual configuration

All configuration filenames have the extension ‘.backup’. Do not enter the extension when specifying a filename. A filename query does not return the extension. For example, when you save the ‘Interconnection’ definition file ‘settings-2018-10-25’, it is saved as ‘settings-2018-10-25.backup’. A query returns this filename as ‘settings-2018-10-25’, only.

param filename_for_backup

String parameter to specify the filename for the backup.

Subgroups