Tolerance

SCPI Command :

MTESt:TOLerance
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mask_test: str) int[source]
# MTESt:TOLerance
value: int = driver.mtest.tolerance.get(mask_test = 'abc')

Sets the second criteria for a failed test, the number of tolerable sample hits or acquisition hits. Use method RsRtx.mtest.condition.set() to define which hits are considered for test evaluation.

Parameters:

mask_test – String with the name of the mask test

Returns:

tol_viol_cnt: 0 to 4E+9

set(mask_test: str, tol_viol_cnt: int) None[source]
# MTESt:TOLerance
driver.mtest.tolerance.set(mask_test = 'abc', tol_viol_cnt = 1)

Sets the second criteria for a failed test, the number of tolerable sample hits or acquisition hits. Use method RsRtx.mtest.condition.set() to define which hits are considered for test evaluation.

Parameters:
  • mask_test – String with the name of the mask test

  • tol_viol_cnt – 0 to 4E+9