Property (Read-Write)
SCPI.MMEMory.STORe.SALL = Status
Status = SCPI.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 |
Status |
|
Description |
Selecting content to be saved as the instrument state setting. |
|
Data type |
Boolean type (Boolean) |
|
Range |
Select from the following:
|
|
Preset value |
False or OFF |
Dim Obj As Boolean
SCPI.MMEMory.STORe.SALL = True
Obj = SCPI.MMEMory.STORe.SALL
Save/Recall > Channel/Trace > Disp Only | ALL
:MMEMory:STORe:SALL {ON|OFF|1|0}
:MMEMory:STORe:SALL?
{1|0}<newline><^END>
10 OUTPUT 717;":MMEM:STOR:SALL ON"
20 OUTPUT 717;":MMEM:STOR:SALL?"
30 ENTER 717;A