Physical

SCPI Command :

MTESt<*>:AUTomask:YTOLerance:PHYSical
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(maskTest=MaskTest.Default) float[source]
# MTESt<*>:AUTomask:YTOLerance:PHYSical
value: float = driver.mtest.automask.ytolerance.physical.get(maskTest = repcap.MaskTest.Default)

Sets the height of the mask in vertical direction in the unit of the vertical axis, and sets method RsMxo.mtest.automask.ytUnit.set() to PHYSical.

Parameters:

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

Returns:

vertical_tol: Tolerance value in the physical unit of the y-axis. The overall mask height is twice the specified value.

set(vertical_tol: float, maskTest=MaskTest.Default) None[source]
# MTESt<*>:AUTomask:YTOLerance:PHYSical
driver.mtest.automask.ytolerance.physical.set(vertical_tol = 1.0, maskTest = repcap.MaskTest.Default)

Sets the height of the mask in vertical direction in the unit of the vertical axis, and sets method RsMxo.mtest.automask.ytUnit.set() to PHYSical.

Parameters:
  • vertical_tol – Tolerance value in the physical unit of the y-axis. The overall mask height is twice the specified value.

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