SCPI.MMEMory.STORe.SALL

Object type

Property (Read-Write)

Syntax

SCPI.MMEMory.STORe.SALL = Status

Status = SCPI.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.

Variable

Parameter

Status

Description

Selecting content to be saved as the instrument state setting.

Data type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Specifies the setting of all channels/traces as the target to be saved.

  • False or OFF: Specifies the setting of displayed channels/traces only as the target to be saved.

Preset value

False or OFF

Examples

Dim Obj As Boolean
SCPI.MMEMory.STORe.SALL = True
Obj = SCPI.MMEMory.STORe.SALL

Related objects

SCPI.MMEMory.STORe.STATe

Equivalent key

Save/Recall > Channel/Trace

Equivalent SCPI command

Syntax

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

:MMEMory:STORe:SALL?

Query response

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

Example of use

10 OUTPUT 717;":MMEM:STOR:SALL ON"
20 OUTPUT 717;":MMEM:STOR:SALL?"
30 ENTER 717;A