Command/Query
:MMEMory:STORe:SNP:FORMat {MA|DB|RI}
:MMEMory:STORe:SNP:FORMat?
This command sets/gets the data format for saving measurement data for the active channel into a file in the touchstone format.
Parameter |
Selection Option |
Description |
Touchstone file format |
Data Type |
Character string type (String) |
Range |
MA : LinMag/Angle DB : LogMag/Angle RI : Real/Imaginary |
Preset Value |
MA |
{MA|DB|RI}<newline><^END>
Dim Var as String
Var= "MA"
Ana.WriteString ":MMEM:STOR:S1P:FORM " & Var, True
Ana.WriteString ":MMEM:STOR:S1P:FORM?", True
Var=Ana.ReadString
Save/Recall > Save SNP > Format
SCPI.MMEMORY.STORE.S1P.FORMAT