7 lines
383 B
Python
7 lines
383 B
Python
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') |