17 lines
302 B
Python
17 lines
302 B
Python
doc="""super frappy
|
|
|
|
server to keep track of secop servers on an instrument
|
|
"""
|
|
Node('superfrappy.psi.ch', doc,
|
|
interface='tcp://15999',
|
|
)
|
|
|
|
IO('cache', 'localhost')
|
|
|
|
#Mod('frappy',
|
|
# 'frappy_psi.superfrappy.SuperFrappy',
|
|
# 'this instrument',
|
|
# instance='this',
|
|
# io='cache',
|
|
# )
|