Remote control commands
R&S
®
RTE
1063User Manual 1326.1032.02 ─ 20
EXPort:WAVeform:RAW ON
EXPort:WAVeform:INCXvalues OFF
EXPort:WAVeform:DLOGging OFF
MMEM:DEL 'C:\Data\DataExportWfm_analog.*'
EXPort:WAVeform:SAVE
*OPC?
MMEM:DATA? 'C:\Data\DataExportWfm_analog.bin'
MMEM:DATA? 'C:\Data\DataExportWfm_analog.wfm.bin'
Exporting raw data of a measurement gate to BIN file
Saves the data of a measurement gate in integer 8-bit format (raw data) to a BIN file.
Data logging is off.
In the following example *OPC prevents overlapping execution of asynchronous com-
mands.
STOP;*OPC?
EXPort:WAVeform:FASTexport ON
CHANnel1:WAVeform1:STATe 1
MEASurement2:CATegory AMPT
MEASurement2:MAIN MEAN
MEASurement2:ENABle 1
MEASurement2:SOURce C1W1
MEASurement2:GATE:MODE ABS
MEASurement2:GATE:ABS:STARt -0.00012
MEASurement2:GATE:ABS:STOP -5e-06
MEASurement2:GATE:STATe On
EXPort:WAVeform:SOURce C1W1
EXPort:WAVeform:SCOPe GATE
EXPort:WAVeform:MEAS Meas2
*OPC?
RUNSingle;*OPC?
EXPort:WAVeform:NAME 'C:\Data\DataExportWfm_analog.bin'
EXPort:WAVeform:RAW ON
EXPort:WAVeform:INCXvalues OFF
EXPort:WAVeform:DLOGging OFF
MMEM:DEL 'C:\Data\DataExportWfm_analog.*'
EXPort:WAVeform:SAVE
*OPC?
MMEM:DATA? 'C:\Data\DataExportWfm_analog.bin'
MMEM:DATA? 'C:\Data\DataExportWfm_analog.wfm.bin'
Exporting interleaved x/y data of a single waveform to CSV file
Saves the x- and y- values of a single analog waveform to a CSV file. Data logging is
off.
In the following example *OPC prevents overlapping execution of asynchronous com-
mands.
STOP;*OPC?
EXPort:WAVeform:FASTexport ON
Programming examples