User manual
Remote Control
R&S
®
RTO
611User Manual 1316.0827.02 ─ 06
Return values:
<FailRate> Range: -100E+24 to 100E+24
Increment: 0
*RST: 0
Default unit: %
Usage: Query only
16.2.13 Search Commands
● Programming Examples........................................................................................611
● General Search Settings.......................................................................................611
● Search Conditions.................................................................................................613
● Trigger Level.........................................................................................................631
● Search Scope Settings..........................................................................................632
● Search Results......................................................................................................636
● Noise Rejection.....................................................................................................641
16.2.13.1 Programming Examples
Searching for a pulse of specified width
Search for positive pulses with pulse width 12 ± 10 μs (2 μs to 22 μs).
SEAR:ADD 'MySearch' // Create a new search
SEAR:TRIG:WIDT:STAT 'MySearch',1 // Configure search type
SEAR:SOUR 'MySearch',M1 // Configure search source - here Math1
SEAR:TRIG:WIDT:RANG 'MySearch',WITH // Configure search parameters
SEAR:TRIG:WIDT:WIDT 'MySearch',7e-6 // Configure search parameters
SEAR:TRIG:WIDT:DELT 'MySearch',1e-6 // Configure search parameters
SEAR:RES:LIM 'MySearch',1 // Set number of result lines in table to 1
SEAR:ALL 'MySearch' // Initiate search for all events
16.2.13.2 General Search Settings
SEARch:ADD................................................................................................................611
SEARch:CLEar..............................................................................................................612
SEARch:REMove...........................................................................................................612
SEARch:ALL.................................................................................................................612
SEARch:NEXT..............................................................................................................612
SEARch:ONLine............................................................................................................612
SEARch:SOURce..........................................................................................................613
SEARch:ADD <Key>
Creates a new search definition with the specified name.
Setting parameters:
<Key> Name of the search definition
Command Reference