From c82ee52b9d530b9edbdb2ce78f401eeb54000de0 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 24 Jun 2026 16:43:42 +0200 Subject: [PATCH] update configuration --- cfg/psi_nmr_setup_cfg.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cfg/psi_nmr_setup_cfg.py b/cfg/psi_nmr_setup_cfg.py index 108d144f..f041aa11 100644 --- a/cfg/psi_nmr_setup_cfg.py +++ b/cfg/psi_nmr_setup_cfg.py @@ -1,7 +1,9 @@ import frappy.core as fc -enabled_modules = [ 'TNMR', 'Razorbill', 'Capacitance', 'NetAnalyser' ] # default -#enabled_modules = [ 'Capacitance' ] +#enabled_modules = [ 'TNMR', 'Razorbill', 'Capacitance', 'NetAnalyser' ] # default +#enabled_modules = [ 'TNMR', 'Razorbill', 'NetAnalyser' ] # removing the capacitance +enabled_modules = [ 'TNMR', 'Razorbill', 'Capacitance'] # removing the network analyser +#enabled_modules = [ 'TNMR' ] Node('uniaxial_nmr.psi.ch', 'The NMR system running the Scout and controlled with TNMR. Also contains a uniaxial cell (Razorbill RP100), a network analyser (ZVL), and a capacitance reader (for more direct measurements of the strain cell\'s status) (TSSOP16 with Arduino Nano V3)', @@ -9,7 +11,7 @@ Node('uniaxial_nmr.psi.ch', # TNMR if('TNMR' in enabled_modules): - Mod('tnmr_otf_module', 'frappy_psi.tnmr.OTFModule.ProgrammedSequence', 'NMR Sequence') + Mod('daq_scout', 'frappy_psi.tnmr.TNMRModule.TNMRModule', 'NMR Sequence') # Razorbill RP100 if('Razorbill' in enabled_modules):