State

SCPI Command :

MMEMory:LOAD:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

set(filename: str) None[source]
# SCPI: MMEMory:LOAD:STATe
driver.massMemory.load.state.set(filename = 'abc')

This command restores and activates the instrument configuration stored in a *.dfl file. Note that files with other formats cannot be loaded with this command. The contents that are reloaded from the file are defined by the last selection made either in the ‘Save/Recall’ dialogs (manual operation) or through the MMEMory:SELect[:ITEM] commands (remote operation; the settings are identical in both cases) . By default, the selection is limited to the user settings (‘User Settings’ selection in the dialogs, HWSettings in SCPI) . The selection is not reset by [Preset] or *RST. As a consequence, the results of a SCPI script using the method RsFsw.MassMemory.Load.State.set command without a previous MMEMory:SELect[:ITEM] command may vary, depending on previous actions in the GUI or in previous scripts, even if the script starts with the *RST command. It is therefore recommended that you use the appropriate MMEMory:SELect[:ITEM] command before using method RsFsw.MassMemory.Load.State.set.

param filename

String containing the path and name of the file to load. The string may or may not include the file’s extension.