Property (Read-Write)
SCPI.MMEMory.STORe.SNP.FORMat = Param
Param = SCPI.MMEMory.STORe.SNP.FORMat
This command sets/gets the data format for saving measurement data for the active channel (specified with SCPI.DISPlay.WINDow(Ch).ACTivate command) into a file in the touchstone format.
Parameter |
Param |
Description |
Touchstone file format |
Data type |
Character string type (String) |
Range |
Select from the following: "AUTO": Specifies data format automatically according to the display format of the active trace. "DB": Specifies data format “log magnitude > angle”. "MA": Specifies data format “linear magnitude > angle”. "RI": Specifies data format “real part > imaginary part”. |
Preset value |
"AUTO" |
Dim Fmt As String
SCPI.MMEMory.STORe.SNP.FORMat = "MA"
Fmt = SCPI.MMEMory.STORe.SNP.FORMat
SCPI.DISPlay.WINDow(Ch).ACTivate
Save/Recall > Save Snp > Snp Format > AUTO|LogMag/Angle|LinMag/Angle|Real/Imaginary
:MMEMory:STORe:SNP:FORMat {AUTO|MA|DB|RI}
:MMEMory:STORe:SNP:FORMat?
{AUTO|MA|DB|RI}<newline><^END>
10 OUTPUT 717;":MMEM:STOR:SNP:FORM MA"
20 OUTPUT 717;":MMEM:STOR:SNP:FORM?"
30 ENTER 717;A$