Command/Query
:MMEMory:STORe:SALL {ON|OFF|1|0}
:MMEMory:STORe:SALL?
This command selects whether to save the settings of all channels/traces state or that of the displayed channels/traces state 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 Boolean
Var= 1
Ana.WriteString ":MMEM:STOR:SALL " & Str(Var), True
Ana.WriteString ":MMEM:STOR:SALL?", True
Var=Ana.ReadNumber
Save/Recall > Channel/Trace
SCPI.MMEMORY.STORE.SALL