Files
frappycfg/superfrappy_cfg.py
zolliker bf26b46c4a add superfrappy cfg
as it is not yet working properly, its main module is disabled
2026-05-15 10:33:25 +02:00

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',
# )