Show

SCPI Command :

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

If enabled, a zoom window is displayed for the currently selected search result. The zoom area is indicated in the diagram that displays the source waveform of the search.

Parameters:

search – Search definition

Returns:

shw_search_wind: OFF | ON

set(search: str, shw_search_wind: bool) None[source]
# SEARch:RESDiagram:SHOW
driver.search.resDiagram.show.set(search = 'abc', shw_search_wind = False)

If enabled, a zoom window is displayed for the currently selected search result. The zoom area is indicated in the diagram that displays the source waveform of the search.

Parameters:
  • search – Search definition

  • shw_search_wind – OFF | ON