Merge branch 'wip' of git.psi.ch:sinqdev/frappy into wip

This commit is contained in:
l_samenv 2020-09-08 13:37:01 +02:00
commit 1f832388d7
2 changed files with 73 additions and 78 deletions

View File

@ -1,4 +1,4 @@
# Frappy Framework
current running code at SINQ, with newset changes not yet pushed
current running code at SINQ, with newest changes not yet pushed
through the Gerrit workflow at MLZ

View File

@ -21,7 +21,6 @@
"""a very simple simulator for a LakeShore Model 370"""
from secop.modules import Communicator
#from secop.lib import mkthread
class Ls370Sim(Communicator):
CHANNEL_COMMANDS = [
@ -71,7 +70,3 @@ class Ls370Sim(Communicator):
# print('> %s\t< %s' % (command, reply))
return ';'.join(reply)
#def run(self):
# # time dependent simulation
# while True:
# time.sleep(1)