Position

SCPI Command :

SEARch:RESDiagram:HORZ:RELative:POSition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) float[source]
# SEARch:RESDiagram:HORZ:RELative:POSition
value: float = driver.search.resDiagram.horz.relative.position.get(search = 'abc')

Defines the x-value of the centerpoint of the zoom area.

Parameters:

search – Search definition

Returns:

rel_posi: 0 to 100

set(search: str, rel_posi: float) None[source]
# SEARch:RESDiagram:HORZ:RELative:POSition
driver.search.resDiagram.horz.relative.position.set(search = 'abc', rel_posi = 1.0)

Defines the x-value of the centerpoint of the zoom area.

Parameters:
  • search – Search definition

  • rel_posi – 0 to 100