X

SCPI Command :

MTESt:SEGMent:POINt:X
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:X
value: float = driver.mtest.segment.point.x.get(mask_test = 'abc', mask_segment = 1, msk_segm_pt = 1)

Defines the x-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:

x: -100E+24 to 100E+24

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

Defines the x-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.

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