flowsas project as of 2025-04-14

This commit is contained in:
l_samenv
2025-04-14 11:40:12 +02:00
parent adfb561308
commit a7fd90cd6d
8 changed files with 462 additions and 31 deletions

11
cfg/rheotrigger_cfg.py Normal file
View File

@ -0,0 +1,11 @@
Node('flowsas.psi.ch',
'rheometer triggering',
'tcp://3000',
)
Mod('rheo',
'frappy_psi.rheo_trigger.RheoTrigger',
'Trigger for the rheometer',
addr='dt1',
doBeep = False,
)