diff --git a/superfrappy_cfg.py b/superfrappy_cfg.py new file mode 100644 index 0000000..86e27b6 --- /dev/null +++ b/superfrappy_cfg.py @@ -0,0 +1,16 @@ +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', +# )