XtUnit

SCPI Command :

MTESt<*>:AUTomask:XTUNit
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(maskTest=MaskTest.Default) HorizontalToleranceUnit[source]
# MTESt<*>:AUTomask:XTUNit
value: enums.HorizontalToleranceUnit = driver.mtest.automask.xtUnit.get(maskTest = repcap.MaskTest.Default)

Set the unit of the mask tolerance in horizontal and vertical direction: divisions or in the unit of the corresponding axis.

Parameters:

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

set(horizontal_tol_unit: HorizontalToleranceUnit, maskTest=MaskTest.Default) None[source]
# MTESt<*>:AUTomask:XTUNit
driver.mtest.automask.xtUnit.set(horizontal_tol_unit = enums.HorizontalToleranceUnit.DIVisions, maskTest = repcap.MaskTest.Default)

Set the unit of the mask tolerance in horizontal and vertical direction: divisions or in the unit of the corresponding axis.

Parameters:
  • horizontal_tol_unit – DIVisions | PHYSical

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