SCPI.MMEMory.STORe.SNP.FORMat

Object type

Property (Read-Write)

Syntax

SCPI.MMEMory.STORe.SNP.FORMat = Param

Param = SCPI.MMEMory.STORe.SNP.FORMat

Description

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.

Variable

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"

Examples

Dim Fmt As String
SCPI.MMEMory.STORe.SNP.FORMat = "MA"
Fmt = SCPI.MMEMory.STORe.SNP.FORMat

Related objects

SCPI.DISPlay.WINDow(Ch).ACTivate

SCPI.MMEMory.STORe.SNP.DATA

Equivalent key

Save/Recall > Save Snp > Snp Format > AUTO|LogMag/Angle|LinMag/Angle|Real/Imaginary

Equivalent SCPI command

Syntax

:MMEMory:STORe:SNP:FORMat {AUTO|MA|DB|RI}

:MMEMory:STORe:SNP:FORMat?

Query response

{AUTO|MA|DB|RI}<newline><^END>

Example of use

10 OUTPUT 717;":MMEM:STOR:SNP:FORM MA"
20 OUTPUT 717;":MMEM:STOR:SNP:FORM?"
30 ENTER 717;A$