Programming
509
Dim Var as Boolean
Var= 1
Ana.WriteString ":MMEM:STOR:SALL " & Str(Var), True
Ana.WriteString ":MMEM:STOR:SALL?", True
Var=Ana.ReadNumber
Related Commands
:MMEM:STOR
:MMEM:STOR:STYP
Equivalent Softkey
Save/Recall > Channel/Trace
COM Command Syntax (Internal Control Only)
SCPI.MMEMORY.STORE.SALL
:MMEM:STOR:SEGM
Type
Command
Syntax
:MMEMory:STORe:SEGMent <Value>
Description
This command saves the segment table of the active channel into a file in
the CSV format (extension ".csv").
Specify the file name with the extension. When
you use directory names and file name, separate them
with "\" (back slash), or "/" (slash).
Variable
Parameter Value
Description File name (extension ".csv")
Data Type Character string type (String)
Range 254 chars
Examples
Dim Var as String
Var = "D:\segtable1.csv"
Ana.WriteString ":MMEM:STOR:SEGM " & Var, True
Related Commands
:DISP:WIND:ACT
:MMEM:LOAD:SEGM
Equivalent Softkey