State

SCPI Command :

MMEMory:STORe:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(memory_number: int, file_path: str) None[source]
# MMEMory:STORe:STATe
driver.massMemory.store.state.set(memory_number = 1, file_path = 'abc')

Stores the instrument settings from the specified internal memory to the specified file. To store the current instrument settings to the internal memory, use *SAV first.

Parameters:
  • memory_number – Number of the internal memory

  • file_path – String parameter specifying the complete path and filename of the source file.