update configuration
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user