Instructions

Table Of Contents
Remote Control Commands
R&S
®
Scope Rider RTH
493User Manual 1326.1578.02 ─ 15
Parameters:
<Value> Range: -100E-9 to 100E-9
Increment: 800E-12
*RST: 0
Default unit: s
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
15.13 Documenting Results
15.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 12.4.3, "Waveform Export Files",
on page 275.
To export the results of a harmonics measurement, see Chapter 15.6.3.2, "Retrieving
and Exporting Harmonic Results", on page 375.
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