Remote Control Commands
R&S
®
Scope Rider RTH
489
User Manual 1326.1578.02 ─ 12
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"
To export the results of a harmonics measurement, see
and Exporting Harmonic Results"
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