Vposition
SCPI Command :
MTESt:EYEMask:VPOSition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mask_test: str) float[source]
# MTESt:EYEMask:VPOSition value: float = driver.mtest.eyeMask.vposition.get(mask_test = 'abc')
Sets the vertical (voltage) value of the eye shape enter and thus defines the vertical position of the eye shape on the display.
- Parameters:
mask_test – String with the name of the mask test
- Returns:
pat_offset_y: -100 to 100
- set(mask_test: str, pat_offset_y: float) None[source]
# MTESt:EYEMask:VPOSition driver.mtest.eyeMask.vposition.set(mask_test = 'abc', pat_offset_y = 1.0)
Sets the vertical (voltage) value of the eye shape enter and thus defines the vertical position of the eye shape on the display.
- Parameters:
mask_test – String with the name of the mask test
pat_offset_y – -100 to 100