frappy_psi.tnmr: added a module (frappy_psi.tnmr.OTFModule) to interface with the Tecmag NMR (TNMR) program from a frappy server.

This commit is contained in:
2025-06-11 08:50:21 +02:00
parent 2c5d5da773
commit 05324a8966
7 changed files with 1008 additions and 0 deletions

6
cfg/frappy_OTFMod_cfg.py Normal file
View File

@@ -0,0 +1,6 @@
import frappy.core as fc
import TNMRExt.OTFModule as mod
Node('example_TNMR.psi.ch', 'The NMR system running the Scout and controlled with TNMR', interface='tcp://5000')
Mod('tnmr_otf_module', mod.ProgrammedSequence, 'NMR Sequence')