Stop

SCPI Command :

SEARch:GATE:RELative:STOP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) float[source]
# SEARch:GATE:RELative:STOP
value: float = driver.search.gate.relative.stop.get(search = 'abc')

Defines the end value for the gate.

Parameters:

search – Search definition

Returns:

relative_stop: 0 to 100

set(search: str, relative_stop: float) None[source]
# SEARch:GATE:RELative:STOP
driver.search.gate.relative.stop.set(search = 'abc', relative_stop = 1.0)

Defines the end value for the gate.

Parameters:
  • search – Search definition

  • relative_stop – 0 to 100