From bfea1263ae8c4b86a98f6197d718fbfbe742057d Mon Sep 17 00:00:00 2001 From: Last Davis Vern Date: Tue, 22 Jul 2025 11:20:30 +0200 Subject: [PATCH] Updated OTFModule config, added docstring --- cfg/frappy_OTFMod_cfg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cfg/frappy_OTFMod_cfg.py b/cfg/frappy_OTFMod_cfg.py index 7da5911c..3b952b79 100644 --- a/cfg/frappy_OTFMod_cfg.py +++ b/cfg/frappy_OTFMod_cfg.py @@ -3,8 +3,8 @@ 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, ``\ -\ +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')