Question
I want to export the trace data of all analog and digital channels of the same acquisition.
How can this be done?
I want to export the trace data of all analog and digital channels of the same acquisition.
How can this be done?
The following SCPI sequence exports the data of all analog channel into one file and the data of all digital channels into another file.
At first a single acquisition is started.
After the acquisition has been finished data is exported
SING
*OPC?
EXP:WAV:SOUR C1W1
EXP:WAV:MULT ON
EXP:WAV:NAME 'D:\wolfa3.csv'
EXP:WAV:INCX ON
EXP:WAV:SAVE
*OPC?
EXP:WAV:MULT OFF
BUS1:PAR:DISP:SHBU ON
EXP:WAV:SOUR MSOB1
EXP:WAV:NAME 'D:\wolfp3.csv'
EXP:WAV:SAVE
*OPC?
The file names and the path can be changed, if necessary.
Export to the hard disc of the RTO/RTE is also possible.