Remote control commands
R&S
®
RTO6
1264User Manual 1801.6687.02 ─ 05
*OPC?
MEAS1:RES:ACT?
MEAS2:RES:ACT?
Exporting histogram data to file
The example writes the absolute data values of Histogram1 to
C:\Histograms\
Hist1.xml in XML format.
Command description in Chapter 24.16.5, "W
aveform histogram export to file",
on page 1656.
EXPort:HISTogram:SELect 'Histogram1'
EXPort:HISTogram:INCidence ABS
EXPort:HISTogram:NAME 'C:\Histograms\Hist1.xml'
EXPort:HISTogram:SAVE
*OPC?
Transferring histogram data
The example transfers the absolute values of Histogram1 to a controlling computer in
ASCII format.
Command description in Chapter 24.16.5, "Waveform histogram export to file",
on page 1656.
EXP:HIST:SEL 'Histogram1'
EXP:HIST:INC ABS
*OPC?
FORM ASC
EXP:HIST:DATA?
<--0,0,0,0,0,2037,5754804,4683496,3100169,2874565,...
24.3.2.4 Long-term measurements
In the following example *OPC prevents overlapping execution of asynchronous com-
mands.
● Exporting long-term measurement data to file.................................................... 1264
● Transferring long-term measurement data..........................................................1265
Exporting long-term measurement data to file
The example writes the long-term data of Meas1 to C:\Measurements\Meas1.csv
in CSV format.
Command description in Chapter 24.16.7, "Long term measurement results and mea-
surement histogram export to file", on page 1659.
EXPort:MEASurement:SEL MEAS1
EXPort:MEASurement:TYPE LONGTERM
EXPort:MEASurement:NAME 'C:\Measurements\Meas1.csv'
Programming examples