finished thermofisher

but: convergence does not work yet properly
Change-Id: I834f8368730c347ba9f08a03eceae1a60fc66f90
This commit is contained in:
Oksana Shliakhtun
2023-04-26 10:23:14 +02:00
parent 329c8d999a
commit 2d628e151c
5 changed files with 96 additions and 48 deletions

View File

@ -21,10 +21,11 @@
# *****************************************************************************
from frappy.core import Parameter, FloatRange, BUSY, IDLE, WARN
from frappy.states import HasStates
from frappy.lib.statemachine import StateMachine, Retry, Stop
class HasConvergence:
class HasConvergence(HasStates):
"""mixin for convergence checks
Implementation based on tolerance, settling time and timeout.