Show
SCPI Command :
SEARch:RESult:SHOW
- Commands in total: 1Subgroups: 0Direct 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