Remote control commands
R&S
®
RTE
1064User Manual 1326.1032.02 ─ 20
CHANnel1:WAVeform1:STATe 1
*OPC?
RUNSingle;*OPC?
EXPort:WAVeform:SOURce C1W1
EXPort:WAVeform:SCOPe WFM
EXPort:WAVeform:NAME 'C:\Data\DataExportWfm_analog.csv'
EXPort:WAVeform:RAW OFF
EXPort:WAVeform:INCXvalues ON
EXPort:WAVeform:DLOGging OFF
MMEM:DEL 'C:\Data\DataExportWfm_analog.*'
EXPort:WAVeform:SAVE
*OPC?
MMEM:DATA? 'C:\Data\DataExportWfm_analog.csv'
MMEM:DATA? 'C:\Data\DataExportWfm_analog.wfm.csv'
Exporting interleaved x/y data of a zoom to CSV file
Saves the x- and y- values that is displayed in a zoom diagram to a CSV file. Data log-
ging is off.
In the following example *OPC prevents overlapping execution of asynchronous com-
mands.
STOP;*OPC?
EXPort:WAVeform:FASTexport ON
CHANnel1:WAVeform1:STATe 1
LAYout:ZOOM:ADD 'Diagram1',HORIZONTAL,OFF,-0.00012,-5e-06,0.308,-0.092,'ExportAreaZoom'
*OPC?
RUNSingle;*OPC?
EXPort:WAVeform:SOURce C1W1
EXPort:WAVeform:SCOPe ZOOM
EXPort:WAVeform:ZOOM 'Diagram1', 'ExportAreaZoom'
EXPort:WAVeform:NAME 'C:\Data\DataExportWfm_analog.csv'
EXPort:WAVeform:RAW OFF
EXPort:WAVeform:INCXvalues ON
EXPort:WAVeform:DLOGging OFF
MMEM:DEL 'C:\Data\DataExportWfm_analog.*'
EXPort:WAVeform:SAVE
*OPC?
MMEM:DATA? 'C:\Data\DataExportWfm_analog.csv'
MMEM:DATA? 'C:\Data\DataExportWfm_analog.wfm.csv'
Exporting multiple running acquisitions of a single waveform to XML file
Saves the data of 5 subsequent acquisitions of a single analog waveform to an XML
file. Data logging is on.
In the following example *OPC prevents overlapping execution of asynchronous com-
mands.
STOP;*OPC?
EXPort:WAVeform:FASTexport ON
CHANnel1:WAVeform1:STATe 1
Programming examples