:MMEM:STOR:SALL

Type

Command/Query

Syntax

:MMEMory:STORe:SALL {ON|OFF|1|0}

:MMEMory:STORe:SALL?

Description

This command sets/gets whether to save the settings of all channels/traces or that of the displayed channels/traces only, as the instrument state to be saved.

Variable

Parameter

Selection Option

Description

Selecting content to be saved as the instrument state setting.

Data Type

Boolean type (Boolean)

Range

ON|OFF|1|0

Preset Value

OFF

Query Response

{1|0}<newline><^END>

Examples

Dim Var as Integer
Var = 1
Ena.WriteString ":MMEM:STOR:SALL " & Str(Var), True
Ena.WriteString ":MMEM:STOR:SALL?", True
Var=Ena.ReadNumber

Related Commands

Equivalent Softkey

Save/Recall > Channel/Trace

COM Command Syntax (Internal Control Only)

SCPI.MMEMORY.STORE.SALL