Ystretch

SCPI Command :

MTESt:WFMRescale:YSTRetch
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mask_test: str) float[source]
# MTESt:WFMRescale:YSTRetch
value: float = driver.mtest.wfmRescale.ystretch.get(mask_test = 'abc')

Sets the vertical scaling to stretch the mask in y-direction. The scaling axis is the horizontal line through the lowest value of the lower mask limit.

Parameters:

mask_test – String containing the name of the mask test

Returns:

vert_stretch: Scale factor in %

set(mask_test: str, vert_stretch: float) None[source]
# MTESt:WFMRescale:YSTRetch
driver.mtest.wfmRescale.ystretch.set(mask_test = 'abc', vert_stretch = 1.0)

Sets the vertical scaling to stretch the mask in y-direction. The scaling axis is the horizontal line through the lowest value of the lower mask limit.

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

  • vert_stretch – Scale factor in %