Merge branch 'wip' of git.psi.ch:sinqdev/frappy into wip
This commit is contained in:
commit
1f832388d7
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user