Command/Query
:MMEMory:STORe:SALL {ON|OFF|1|0}
:MMEMory:STORe:SALL?
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.
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 |
{1|0}<newline><^END>
Dim Var as Integer
Var = 1
Ena.WriteString ":MMEM:STOR:SALL " & Str(Var), True
Ena.WriteString ":MMEM:STOR:SALL?", True
Var=Ena.ReadNumber
Save/Recall > Channel/Trace
SCPI.MMEMORY.STORE.SALL