Value

SCPI Command :

MTESt:EYEMask:WIDTh<*>[:VALue]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(eyeMaskWidth=EyeMaskWidth.Default) float[source]
# MTESt:EYEMask:WIDTh<*>[:VALue]
value: float = driver.mtest.eyeMask.width.value.get(eyeMaskWidth = repcap.EyeMaskWidth.Default)

Defines the main width af all eye mask shapes and the minor width for hexagon and octagon mask shapes.

Parameters:

eyeMaskWidth – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Width’)

set(mask_test_name: str, value: float, eyeMaskWidth=EyeMaskWidth.Default) None[source]
# MTESt:EYEMask:WIDTh<*>[:VALue]
driver.mtest.eyeMask.width.value.set(mask_test_name = 'abc', value = 1.0, eyeMaskWidth = repcap.EyeMaskWidth.Default)

Defines the main width af all eye mask shapes and the minor width for hexagon and octagon mask shapes.

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

  • eyeMaskWidth – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Width’)