Remote control commands
R&S
®
RTP
1133User Manual 1337.9952.02 ─ 12
SEAR:RES:LIM 'MySearch',1 // Set number of result lines in table to 1
*OPC?
SEAR:ALL 'MySearch'; // Initiate search for all events, asynchr. command
22.3.5 Data management
● Saving a screenshot to file.................................................................................. 1133
● Exporting waveform data to file...........................................................................1133
● Exporting measurement results to file.................................................................1139
22.3.5.1 Saving a screenshot to file
Saves three display images in png format to the files Print.png, Print_001.png,
and Print_002.png in the directory C:\Temp. To get a correct screenshot, turn on
the display first.
Command description in: Chapter 22.16.9, "Screenshots", on page 1539.
In the following example *OPC prevents overlapping execution of asynchronous com-
mands.
SYST:DISP:UPD ON
HCOP:DEST 'MMEM'
HCOP:DEV:LANG PNG
*OPC?
MMEM:NAME 'C:\Temp\Print.png'
HCOP:IMMediate; *OPC?
HCOP:IMM:NEXT; *OPC?
HCOP:IMM:NEXT; *OPC?
22.3.5.2 Exporting waveform data to file
Command description in:
●
Chapter 22.16.5, "Waveform data export to file", on page 1527
●
Chapter 22.16.1, "Instrument settings", on page 1517
●
Chapter 22.10.4, "History", on page 1341
In the following example *OPC prevents overlapping execution of asynchronous com-
mands.
● Exporting a single waveform to XML file............................................................. 1134
● Exporting raw data of a single waveform to BIN file............................................1134
● Exporting raw data of a measurement gate to BIN file........................................1134
● Exporting interleaved x/y data of a single waveform to CSV file.........................1135
● Exporting interleaved x/y data of a zoom to CSV file.......................................... 1136
● Exporting multiple running acquisitions of a single waveform to XML file...........1136
● Exporting a single acquisition of the history to BIN file........................................1137
● Exporting multiple acquisition of the history to XML file...................................... 1137
● Exporting and reconstructing multiple raw acquisitions of the history file........... 1138
Programming examples