Programming
501
Ana.WriteString ":MMEM:STOR:STYP " & FType, True
Ana.WriteString ":MMEM:STOR " & Var, True
Related Commands
:MMEM:STOR:STYP
:MMEM:LOAD
:MMEM:STOR:SALL
Equivalent Softkey
Save/Recall > Save State > State01 to State08
Save/Recall > Save State > Autorec
Save/Recall > Save State > UserPres
Save/Recall > Save State > File Dialog...
COM Command Syntax (Internal Control Only)
SCPI.MMEMORY.STORE.STATE
:MMEM:STOR:CHAN
Type
Command
Syntax
:MMEMory:STORe:CHANnel[:STATe] {A|B|C|D}
Description
This command saves the instrument state of the items set for the active
channel specific to that channel only into the specified register (volatile
memory).
Variable
Parameter Selection Option
Description Register
Data Type Character string type (String)
Range A|B|C|D
Examples
Dim Var as String
Var= "A"
Ana.WriteString ":MMEM:STOR:CHAN " & Var, True
Related Commands
:MMEM:LOAD:CHAN
:DISP:WIND:ACT