Yposition
SCPI Command :
MTESt:WFMRescale:YPOSition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mask_test: str) float[source]
# MTESt:WFMRescale:YPOSition value: float = driver.mtest.wfmRescale.yposition.get(mask_test = 'abc')
Moves the mask vertically within the display.
- Parameters:
mask_test – String containing the name of the mask test
- Returns:
vert_posi: -1000 to 1000
- set(mask_test: str, vert_posi: float) None[source]
# MTESt:WFMRescale:YPOSition driver.mtest.wfmRescale.yposition.set(mask_test = 'abc', vert_posi = 1.0)
Moves the mask vertically within the display.
- Parameters:
mask_test – String containing the name of the mask test
vert_posi – -1000 to 1000