Show

SCPI Command :

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

If enabled, the gate area is indicated in the source diagram.

Parameters:

search – Search definition

Returns:

display_state: OFF | ON

set(search: str, display_state: bool) None[source]
# SEARch:GATE:SHOW
driver.search.gate.show.set(search = 'abc', display_state = False)

If enabled, the gate area is indicated in the source diagram.

Parameters:
  • search – Search definition

  • display_state – OFF | ON