Physical

SCPI Command :

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

Sets the width of the mask in horizontal direction in the unit of the horizontal axis, and sets method RsMxo.mtest.automask.xtUnit.set() to PHYSical.

Parameters:

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

Returns:

horizontal_tol: Tolerance value in the physical unit of the x-axis. The overall mask width is twice the specified value.

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

Sets the width of the mask in horizontal direction in the unit of the horizontal axis, and sets method RsMxo.mtest.automask.xtUnit.set() to PHYSical.

Parameters:
  • horizontal_tol – Tolerance value in the physical unit of the x-axis. The overall mask width is twice the specified value.

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