on the fly

This commit is contained in:
2025-07-21 17:10:50 +02:00
parent 730aa61789
commit 7adf4bf452
6 changed files with 30 additions and 9 deletions

7
cfg/frappy_test_cfg.py Normal file
View File

@@ -0,0 +1,7 @@
import frappy.core as fc
import TNMRExt.FlexibleModule as mod
Node('example_TNMR.psi.ch', 'The NMR system running the Scout and controlled with TNMR', interface='tcp://5000')
Mod('sequence0', mod.flexible_module('D:\\Users\\Garrad\\sequence_0.tps', 's0'), 'The zeroth sequence')
Mod('sequence1', mod.flexible_module('D:\\Users\\Garrad\\sequence_1.tps', 's1'), 'The first sequence')