Yoffset

SCPI Command :

MTESt:SEGMent:RESCale:YOFFset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mask_test: str, mask_segment: int) float[source]
# MTESt:SEGMent:RESCale:YOFFset
value: float = driver.mtest.segment.rescale.yoffset.get(mask_test = 'abc', mask_segment = 1)

Moves the mask segment vertically. The specified offset is added to the y-values of all points of the selected mask segment. Only takes effect after the method RsRtx.mtest.segment.rescale.recalculate.set() command.

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

  • mask_segment – Number of the segment. Counting starts from 0.

Returns:

offset_y: -1000 to 1000

set(mask_test: str, mask_segment: int, offset_y: float) None[source]
# MTESt:SEGMent:RESCale:YOFFset
driver.mtest.segment.rescale.yoffset.set(mask_test = 'abc', mask_segment = 1, offset_y = 1.0)

Moves the mask segment vertically. The specified offset is added to the y-values of all points of the selected mask segment. Only takes effect after the method RsRtx.mtest.segment.rescale.recalculate.set() command.

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

  • mask_segment – Number of the segment. Counting starts from 0.

  • offset_y – -1000 to 1000