State

SCPI Commands

MMEMory:STORe:STATe 1,
class StateCls[source]

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

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

This command saves the current instrument configuration in a *.dfl file.

param filename

String containing the path and name of the target file. The file extension is .dfl.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.massMemory.store.state.clone()

Subgroups