Macro

SCPI Command :

MMEMory:LOAD: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:LOAD:MACRo
driver.massMemory.load.macro.set(label = 'abc', filename = 'abc', msus = 'abc')

Creates a macro, reading the macro contents from a file. If the label exists already, the macro contents are overwritten. Avoid using labels which are identical with supported remote control commands. In contrast to SCPI stipulations, remote commands have priority over macros.

param label:

No help available

param filename:

No help available

param msus:

No help available