Command
:MMEMory:STORe:FDATa <String>
This command saves the formatted data array into a file in the CSV format (extension ".csv"), for the active trace of the active channel.
Specify the file name with the extension. When you use directory names and file name, separate them with "\ " (back slash), or "/" (slash).
Parameter |
String |
Description |
File name in which you want to save the formatted data array (extension ".csv") |
Data Type |
Character string type (String) |
Range |
254 chars |
Dim Var as String
Var = "D:\data1.csv"
Ena.WriteString ":MMEM:STOR:FDAT " & Var, True
Save/Recall > Save Trace Data...
SCPI.MMEMORY.STORE.FDATA