Hposition

SCPI Command :

MTESt:EYEMask:HPOSition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mask_test: str) float[source]
# MTESt:EYEMask:HPOSition
value: float = driver.mtest.eyeMask.hposition.get(mask_test = 'abc')

Sets the horizontal (time) value of the eye shape enter and thus defines the horizontal position of the eye shape on the display.

Parameters:

mask_test – String with the name of the mask test

Returns:

pat_offset_x: -100 to 100

set(mask_test: str, pat_offset_x: float) None[source]
# MTESt:EYEMask:HPOSition
driver.mtest.eyeMask.hposition.set(mask_test = 'abc', pat_offset_x = 1.0)

Sets the horizontal (time) value of the eye shape enter and thus defines the horizontal position of the eye shape on the display.

Parameters:
  • mask_test – String with the name of the mask test

  • pat_offset_x – -100 to 100