Value

SCPI Command :

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

Defines the main heigth af all eye mask shapes and the minor height for octagon mask shapes.

Parameters:

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

set(mask_test_name: str, value: float, mtestHeight=MtestHeight.Default) None[source]
# MTESt:EYEMask:HEIGht<*>[:VALue]
driver.mtest.eyeMask.height.value.set(mask_test_name = 'abc', value = 1.0, mtestHeight = repcap.MtestHeight.Default)

Defines the main heigth af all eye mask shapes and the minor height for octagon mask shapes.

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

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