Y

SCPI Command :

MTESt:SEGMent:POINt:Y
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mask_test: str, mask_segment: int, msk_segm_pt: int) float[source]
# MTESt:SEGMent:POINt:Y
value: float = driver.mtest.segment.point.y.get(mask_test = 'abc', mask_segment = 1, msk_segm_pt = 1)

Defines the y-value of the mask segment point.

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

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

  • msk_segm_pt – Number of the point. Counting starts from 0.

Returns:

y: -100E+24 to 100E+24

set(mask_test: str, mask_segment: int, msk_segm_pt: int, y: float) None[source]
# MTESt:SEGMent:POINt:Y
driver.mtest.segment.point.y.set(mask_test = 'abc', mask_segment = 1, msk_segm_pt = 1, y = 1.0)

Defines the y-value of the mask segment point.

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

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

  • msk_segm_pt – Number of the point. Counting starts from 0.

  • y – -100E+24 to 100E+24