TbSymmetric
SCPI Command :
MTESt:EYEMask:TBSYmmetric
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mask_test: str) bool[source]
# MTESt:EYEMask:TBSYmmetric value: bool = driver.mtest.eyeMask.tbSymmetric.get(mask_test = 'abc')
Sets bottom and top offsets to the same value so that the outer regions are symmetric to the eye shape.
- Parameters:
mask_test – String with the name of the mask test
- Returns:
top_btom_symetrie: OFF | ON
- set(mask_test: str, top_btom_symetrie: bool) None[source]
# MTESt:EYEMask:TBSYmmetric driver.mtest.eyeMask.tbSymmetric.set(mask_test = 'abc', top_btom_symetrie = False)
Sets bottom and top offsets to the same value so that the outer regions are symmetric to the eye shape.
- Parameters:
mask_test – String with the name of the mask test
top_btom_symetrie – OFF | ON