User manual

RIGOL Chapter 2 Command System
2-132 MSO7000/DS7000 Programming Guide
:SEARch:MODE
Syntax
:SEARch:MODE <value>
:SEARch:MODE?
Description
Sets the search type.
Parameter
Name
Type
Range
Default
<value>
Bool
{EDGE|PULSe|RUNT|SLOPe|RS232|I2C|SPI}
EDGE
Remarks
EDGE: selects "Edge" as the search type.
PULSe: selects "Pulse" as the search type.
RUNT: selects "Runt" as the search type.
SLOPe: selects "Slope" as the search type.
RS232: selects "RS232" as the search type.
I2C: selects "I2C" as the search type.
SPI: selects "SPI" as the search type.
Return
Format
The query returns EDGE, PULS, RUNT, SLOP, RS232, I2C, or SPI.
Example
:SEARch:MODE PULSe /*Selects the search type to "PULSe".*/
:SEARch:MODE? /*The query returns PULS.*/
:SEARch:EVENt
Syntax
:SEARch:EVENt <value>
:SEARch:EVENt?
Description
Sets to navigate a search event.
Parameter
Name
Type
Range
Default
<value>
Integer
0 to (the number of searched events 1)
0
Return
Format
The query returns an integer.
Example
:SEARch:MODE EDGE /*Sets to navigate to Search Event 1.*/
:SEARch:MODE? /*The query returns 1.*/
:SEARch:EDGE:SLOPe
Syntax
:SEARch:EDGE:SLOPe <slope>
:SEARch:EDGE:SLOPe?
Description
Sets or queries the edge for the "Edge" search type.
Parameter
Name
Type
Range
Default
<slope>
Discrete
{POSitive|NEGative|EITHer}
POSitive
Remarks
POSitive: indicates the rising edge.
NEGative: indicates the falling edge.
EITHer: indicates the rising or falling edge.