User Manual

Remote Control Commands
R&S
®
Scope Rider RTH
424User Manual 1326.1578.02 ─ 08
Example:
LOGic:CHANnel9:DESKew 0.00000001
LOGic:CHANnel8:DESKew 0.00000002
LOGic:CHANnel1:DESKew?
<-- 1e-08
LOGic:CHANnel8:DESKew?
<-- 2e-08
POD:STATe?
Returns the connection state of the logic probe.
Return values:
<PODConnected> ON | OFF
*RST: OFF
Usage: Query only
14.13 Documenting Results
14.13.1 Export of Waveform Data to File
The commands described in this chapter write the sample data of active waveforms to
one or more CSV files.
The resulting files are described in Chapter 11.4.3, "Waveform Export Files",
on page 227.
To export the results of a harmonics measurement, see Chapter 14.6.3.2, "Retrieving
and Exporting Harmonic Results", on page 323.
Example: Saving a single waveform with time values
The example program saves the data of channel 1 to a file on the SD card. Voltage
and time values are saved. Then the data is read and deleted.
:EXPort:WAVeform:NAME '/media/SD/Waveform.csv'
:EXPort:WAVeform:SOURce C1
:EXPort:WAVeform:INCXvalues 1 // include time values
:EXPort:WAVeform:DLOGging 0 // without history
:EXPort:WAVeform:SAVE ;*OPC
:MMEMory:DATA? '/media/SD/Waveform.csv'
:MMEMory:DELete '/media/SD/Waveform.csv';*OPC
Documenting Results