Position

SCPI Command :

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

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

Parameters:

search – Search definition

Returns:

position: -100E+24 to 100E+24

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

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

Parameters:
  • search – Search definition

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