State
SCPI Command :
MMEMory:LOAD<n>:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- set(position: float, filename: str, window=Window.Default) None[source]
# MMEMory:LOAD<n>:STATe driver.applications.k70Vsa.massMemory.load.state.set(position = 1.0, filename = 'abc', window = repcap.Window.Default)
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 methodRsFsw.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*RSTcommand. It is therefore recommended that you use the appropriate MMEMory:SELect[:ITEM] command before using methodRsFsw.massMemory.load.state.set().- Parameters:
filename – String containing the path and name of the file to load. The string may or may not include the file’s extension.
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Load’)