further work on needle valve, pump and lakeshore

This commit is contained in:
l_samenv
2025-03-19 16:37:27 +01:00
committed by Markus Zolliker
parent 5c7fe37807
commit 79dbfdfad0
10 changed files with 959 additions and 242 deletions

View File

@ -215,7 +215,10 @@ class HasStates:
self.read_status()
if fast_poll:
sm.reset_fast_poll = True
self.setFastPoll(True)
if fast_poll is True:
self.setFastPoll(True)
else:
self.setFastPoll(True, fast_poll)
self.pollInfo.trigger(True) # trigger poller
def stop_machine(self, stopped_status=(IDLE, 'stopped')):