TbWidth

SCPI Command :

MTESt:EYEMask:TBWidth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mask_test: str) float[source]
# MTESt:EYEMask:TBWidth
value: float = driver.mtest.eyeMask.tbWidth.get(mask_test = 'abc')

Sets the time width of the outer regions, symmetric to the eye shape center.

Parameters:

mask_test – String with the name of the mask test

Returns:

rectlgth: 0 to 100

set(mask_test: str, rectlgth: float) None[source]
# MTESt:EYEMask:TBWidth
driver.mtest.eyeMask.tbWidth.set(mask_test = 'abc', rectlgth = 1.0)

Sets the time width of the outer regions, symmetric to the eye shape center.

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

  • rectlgth – 0 to 100