Divisions

SCPI Command :

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

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

Parameters:

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

Returns:

horizontal_tol: Tolerance value in divisions. The overall mask width is twice the specified value.

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

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

Parameters:
  • horizontal_tol – Tolerance value in divisions. The overall mask width is twice the specified value.

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