Instructions

Table Of Contents
Remote Control Commands
R&S
®
Scope Rider RTH
494User Manual 1326.1578.02 ─ 15
Example: Saving all active waveforms with time values
The example program saves the voltage and time values of all active analog, digital
and math waveforms. Then the data is read and deleted.
:EXPort:WAVeform:NAME '/media/SD/Multiwfm.csv'
:EXPort:WAVeform:MULTichannel 1
:EXPort:WAVeform:INCXvalues 1 // include time values
:EXPort:WAVeform:DLOGging 0 // without history
:EXPort:WAVeform:SAVE ;*OPC
:MMEMory:DATA? '/media/SD/Multiwfm.csv'
:MMEMory:DELete '/media/SD/Multiwfm.csv';*OPC
Example: Saving history data of channel 1, without time values
The example program saves the history data of selected segments to a file on the SD
card. Then the data is read and deleted.
:EXPort:WAVeform:NAME '/media/SD/WaveformHistory.zip'
:EXPort:WAVeform:SOURce C1
:EXPort:WAVeform:INCXvalues 0 // no time values
:EXPort:WAVeform:DLOGging 1 // include history
:CHANnel1:HISTory:STARt -77 // select segment range (optional)
:CHANnel1:HISTory:STOP -5
:EXPort:WAVeform:SAVE ;*OPC
:MMEMory:DATA? '/media/SD/WaveformHistory.zip'
:MMEMory:DELete '/media/SD/WaveformHistory.zip';*OPC
EXPort:WAVeform:NAME................................................................................................494
EXPort:WAVeform:SOURce............................................................................................ 494
EXPort:WAVeform:MULTichannel.....................................................................................495
EXPort:WAVeform:INCXvalues........................................................................................495
EXPort:WAVeform:DLOGging..........................................................................................495
EXPort:WAVeform:SAVE.................................................................................................496
EXPort:WAVeform:NAME <Name>
Sets the file name, file format and path to save the waveform to.
Parameters:
<Name> String with path and file name with extension .csv or .zip.
Example:
EXPort:WAVeform:NAME
'/media/SD/Export/Export_Ch2.csv'
EXPort:WAVeform:SAVE
Saves the waveform data to Export/Export_Ch2.csv on the
SD card.
EXPort:WAVeform:SOURce <Source>
Selects the waveform to be exported if EXPort:WAVeform:MULTichannel is OFF.
Documenting Results