Item

SCPI Command :

MMEMory:STORe:ITEM
class ItemCls[source]

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

set(item_name: str, filename: str) None[source]
# SCPI: MMEMory:STORe:ITEM
driver.massMemory.store.item.set(item_name = 'abc', filename = 'abc')

Executes a partial save, i.e. stores a part of the instrument settings to the specified file. You can store all settings of a specific application instance. Or you can store the list mode settings of a specific measurement application instance.

param item_name:

string Part to be saved. ItemName = Application[i][:MEV:LIST] For Application, see method RsCmwBase.MassMemory.Load.Item.set. i is the instance of the application. Omitting i stores instance 1. Appending :MEV:LIST stores only the list mode settings.

param filename:

string Path and filename of the target file. Wildcards are not allowed.