Did some renaming to make things make sense

This commit is contained in:
2025-08-27 14:49:12 +02:00
parent a590027c44
commit 0e01193240
2 changed files with 4 additions and 4 deletions

14
cfg/scoutnmr_cfg.py Normal file
View File

@@ -0,0 +1,14 @@
import frappy.core as fc
docstring = 'NMR pulse sequence.\
Each pulse ``block`` consists of first a pulse with parameters pulse_width (microseconds), pulse_height (amplitude; for the SCOUT, percentage of max), and phase_cycle, and then a delay with parameter delay_time (microseconds).\
\
Please use the custom commands, ``generate_pulse``, ``scan_sequence``, and ``scan_sequences``. There exist example scripts in your NICOS install location/nicos_sinq/tnmr/example_scripts.\
Durations are in microseconds, excepting post_acquisition_time (ms), and frequencies are in MHz.\
'
Node('example_TNMR.psi.ch', 'The NMR system running the Scout and controlled with TNMR', interface='tcp://5000')
Mod('daq_scout', 'frappy_psi.tnmr.TNMRModule.TNMRModule', 'Tecmag SCOUT-based NMR System')
print('TNMR Module loaded - please refer to https://www.psi.ch/en/lin/nmr-spectroscopy for help and documentation')