Command/Query
:MMEMory:STORe:SNP:FORMat {AUTO|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 |
AUTO: Auto |
Preset Value |
AUTO |
{AUTO|MA|DB|RI}<newline><^END>
Dim Var as String
Var= "AUTO"
Ena.WriteString ":MMEM:STOR:SNP:FORM " & Var, True
Ena.WriteString ":MMEM:STOR:SNP:FORM?", True
Var=Ena.ReadString
Save/Recall > Save SnP > SnP Format
SCPI.MMEMORY.STORE.SNP.FORMAT