SCPI.MMEMory.STORe.FDATa

Object type

Method (Write Only)

Syntax

SCPI.MMEMory.STORe.FDATa = File

Description

This command saves the formatted data array into a file in the CSV format (extension ".csv"), for the active trace of the active channel.

Variable

Parameter

File

Description

File name in which you want to save the formatted data array (extension ".csv")

Data type

Character string type (String)

Range

254 characters or less

Note

If a file with the same name as the specified file name exists, its contents are overwritten.

Examples

SCPI.DISPlay.WINDow(1).ACTivate
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.MMEMory.STORe.FDATa = "d:\trace01.csv"

SCPI.DISPlay.WINDow(1).ACTivate
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.MMEMory.STORe.FDATa = "test/trace01.csv"

Related objects

SCPI.DISPlay.WINDow(Ch).ACTivate

SCPI.CALCulate(Ch).PARameter(Tr).SELect

Equivalent key

Save/Recall > Save Trace Data

Equivalent SCPI command

Syntax

:MMEMory:STORe:FDATa <string>

Example of use

10 OUTPUT 717;":MMEM:STOR:FDAT ""Result/Trace01.csv"""

10 OUTPUT 717;":MMEM:STOR:FDAT ""D:Trace01.csv"""