Boffset

SCPI Command :

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

Voltage distance from the eye shape center that limit the upper (TOFFset) and lower (BOFFset) regions.

Parameters:

mask_test – String with the name of the mask test

Returns:

rect_dist_btom: 0 to 100

set(mask_test: str, rect_dist_btom: float) None[source]
# MTESt:EYEMask:BOFFset
driver.mtest.eyeMask.boffset.set(mask_test = 'abc', rect_dist_btom = 1.0)

Voltage distance from the eye shape center that limit the upper (TOFFset) and lower (BOFFset) regions.

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

  • rect_dist_btom – 0 to 100