Start

SCPI Command :

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

Defines the starting value for the gate.

Parameters:

search – Search definition

Returns:

relative_start: 0 to 100

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

Defines the starting value for the gate.

Parameters:
  • search – Search definition

  • relative_start – 0 to 100