Programming 
507 
Related Commands 
:DISP:WIND:ACT 
:MMEM:STOR:S1P:FORM 
Equivalent Softkey 
Save/Recall > Save S1P > SaveS1P 
COM Command Syntax (Internal Control Only) 
SCPI.MMEMORY.STORE.S1P.DATA 
 
:MMEM:STOR:S1P:FORM 
Type 
Command/Query 
Syntax 
:MMEMory:STORe:S1P:FORMat {AUTO|MA|DB|RI} 
 
:MMEMory:STORe:S1P:FORMat? 
Description 
This command sets/gets the data format for saving measurement data for 
the active channel into a file in the touchstone format. 
Variable 
Parameter  Selection Option 
Description  Touchstone file format 
Data Type  Character string type (String) 
Range  AUTO : Auto 
MA : LinMag/Angle 
DB : LogMag/Angle 
RI  : Real/Imaginary 
Preset Value  AUTO 
Query Response 
{AUTO|MA|DB|RI}<newline><^END> 
Examples 
Dim Var as String 
Var= "AUTO" 
Ana.WriteString ":MMEM:STOR:S1P:FORM " & Var, True