All

SCPI Command :

SEARch:RESult[:ALL]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str, data: str) str[source]
# SEARch:RESult[:ALL]
value: str = driver.search.result.all.get(search = 'abc', data = 'abc')

Returns all search results.

Parameters:
  • search – Search definition

  • data – List of search results, separated by commas. For each result, six values are returned: 1. Acquisition index, currently always 0. 2. X-position of the search result 3. Y-position of the search result, currently not relevant 4. Type of the search result (Edge, Glitch, …) 5. Slope or polarity of the search result 6. For runt, glitch, width, and window searches, the value contains the width. For timeout and interval searches, it contains the timeout. For transition searches, it contains the slew rate. For all other searches, the value is not relevant.

Returns:

data: List of search results, separated by commas. For each result, six values are returned: 1. Acquisition index, currently always 0. 2. X-position of the search result 3. Y-position of the search result, currently not relevant 4. Type of the search result (Edge, Glitch, …) 5. Slope or polarity of the search result 6. For runt, glitch, width, and window searches, the value contains the width. For timeout and interval searches, it contains the timeout. For transition searches, it contains the slew rate. For all other searches, the value is not relevant.