Rohde & Schwarz RTB2002 Oscilloscope

User Manual - Page 254

For RTB2002.

PDF File Manual, 510 pages, Read Online | Download pdf file

RTB2002 photo
Loading ...
Loading ...
Loading ...
Remote Control Commands
R&S
®
RTB2000
246User Manual 1333.1611.02 ─ 03
taining the length of the data followed by the data in raw binary format. Here, m is
the length of the data in byte, and n is the number of digits in m.
The firmware update file can be split into multiple blocks, where each block has to
be transferred with the above command. You can also transfer the file in a single
block.
Example to send all data at once, without CRC:
DUT#sendRAW DIAG:UPD:TRAN:DATA 0,0,#822393104
DUT#sendFileContent "W:\RTB2002.FWU"
DUT#sendByte 10 //end of command '\n'
3. Close the transfer:
:DIAG:UPD:TRAN:CLOSE\n
4. Start the firmware update:
:DIAG:UPD:INST ""\n
The instrument checks and executes the firmware update.
15.2.3 Search
15.2.3.1 Searching for a Pulse of Specified Width
Search for positive pulses with pulse width 12 ± 10 µs (2 µs to 22 µs).
Command description in:
Chapter 15.6.4, "Search", on page 281.
SEAR:STAT ON // Turn on search
SEAR:COND WIDTH // Select search condition
SEAR:SOUR CH2 // Configure search source
SEAR:TRIG:WIDT:POL POS // Configure search parameters: Polarity
SEAR:TRIG:WIDT:RANG WITH // Configure search parameters: Condition = within
SEAR:TRIG:WIDT:WIDT 12e-6 // Configure search parameters: Pulse width
SEAR:TRIG:WIDT:DELT 10e-6 // Configure search parameters: +/- delta
SEAR:RESD:SHOW ON // Show result table
SEAR:RCO? // Get number of search events found
<-- 1.400E+01
SEAR:RES:ALL? // Get all search results
<-- 1,5.201200e-06,0,WIDTH,POSITIVE,1.220160e-05,2,4.120040e-05,0,WIDTH,
POSITIVE,3.076800e-06,3,4.732480e-05,0,WIDTH,POSITIVE,9.127200e-06,4,
6.499960e-05,0,WIDTH,POSITIVE,1.835160e-05,5,8.634920e-05,0,WIDTH,POSITIVE,
3.052000e-06,6,1.293984e-04,0,WIDTH,POSITIVE,9.176800e-06,7,1.477228e-04,0,
WIDTH,POSITIVE,3.052000e-06,8,1.623224e-04,0,WIDTH,POSITIVE,3.102000e-06,9,
1.684724e-04,0,WIDTH,POSITIVE,1.215160e-05,10,1.953216e-04,0,WIDTH,POSITIVE,
3.027200e-06,11,2.044716e-04,0,WIDTH,POSITIVE,6.052000e-06,12,2.252212e-04,0,
WIDTH,POSITIVE,3.052000e-06,13,2.435456e-04,0,WIDTH,POSITIVE,3.027200e-06,14,
2.496456e-04,0,WIDTH,POSITIVE,6.702000e-06
Programming Examples
Loading ...
Loading ...
Loading ...