State

SCPI Command :

MMEMory:STORe:STATe
class StateCls[source]

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

set(sav_rcl_state_number: int, filename: str, msus: str = None) None[source]
# SCPI: MMEMory:STORe:STATe
driver.massMemory.store.state.set(sav_rcl_state_number = 1, filename = 'abc', msus = 'abc')

Stores the instrument settings from the specified internal memory to the specified file. To store the current instrument settings to a file, use first *SAV <MemoryNumber> to store the settings to the memory. Then use this command to store the settings from the memory to a file. For more convenience, see method RsCmwBase.MassMemory.save.

param sav_rcl_state_number:

No help available

param filename:

No help available

param msus:

No help available