Stop

SCPI Command :

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

Defines the end value for the gate.

Parameters:

search – Search definition

Returns:

stop: -100E+24 to 100E+24

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

Defines the end value for the gate.

Parameters:
  • search – Search definition

  • stop – -100E+24 to 100E+24