Macro

SCPI Command :

MMEMory:STORe:MACRo
class MacroCls[source]

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

set(label: str, filename: str, msus: str = None) None[source]
# SCPI: MMEMory:STORe:MACRo
driver.massMemory.store.macro.set(label = 'abc', filename = 'abc', msus = 'abc')

Stores the contents of a macro to a file. If the file exists, it is overwritten. If the file does not exist, it is created.

param label:

No help available

param filename:

No help available

param msus:

No help available