E4990A Help  
506 
Data Type  Character string type (String) 
Range  254 chars 
Examples 
Dim Var as String 
Var = "D:\limit.csv" 
Ana.WriteString ":MMEM:STOR:LIM " & Var, True 
Related Commands 
:DISP:WIND:ACT 
:CALC:PAR:SEL 
:MMEM:LOAD:LIM 
Equivalent Softkey 
Analysis > Limit Test > Edit Limit Line > Export to CSV File... 
COM Command Syntax (Internal Control Only) 
SCPI.MMEMORY.STORE.LIMIT 
:MMEM:STOR:S1P 
Type 
Command 
Syntax 
:MMEMory:STORe:S1P[:DATA] <Value> 
Description 
This command saves the measurement data for the active channel into a 
file in the touchstone format. 
  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  Touchstone file format 
Data Type  Character string type (String) 
Range  254 chars 
Examples 
Dim Var as String 
Var = "TS1.s1p" 
Ana.WriteString ":MMEM:STOR:S1P" & Var, True