Cleaned up

This commit is contained in:
2025-07-21 10:12:47 +02:00
parent ccd15f50e7
commit 730aa61789
7 changed files with 22 additions and 6 deletions

View File

@@ -1,5 +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).\
\
For scans, use the custom command, ``\
\
'
Node('example_TNMR.psi.ch', 'The NMR system running the Scout and controlled with TNMR', interface='tcp://5000')
Mod('tnmr_otf_module', 'frappy_psi.tnmr.OTFModule.ProgrammedSequence', 'NMR Sequence')
Mod('tnmr_otf_module', 'frappy_psi.tnmr.OTFModule.ProgrammedSequence', 'NMR Sequence')
print('TNMR Module loaded - please refer to the following docstring for help:\n'+docstring)