Show

SCPI Command :

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

Displays or hides the search result table.

Parameters:

search – Search definition

Returns:

shw_res_tbl: OFF | ON

set(search: str, shw_res_tbl: bool) None[source]
# SEARch:RESult:SHOW
driver.search.result.show.set(search = 'abc', shw_res_tbl = False)

Displays or hides the search result table.

Parameters:
  • search – Search definition

  • shw_res_tbl – OFF | ON