Difference between revisions of "Awg interface.m"

From Spinach Documentation Wiki
Jump to: navigation, search
m (Rename Arguments section heading to Parameters)
(Update function See also links and function index membership)
 
Line 34: Line 34:
  
 
==See also==
 
==See also==
[[py_run.m]]
+
[[py_run.m]], [[bootstrap.m]], [[gslice.m]], [[guess_csa_pro.m]], [[guess_j_nuc.m]], [[guess_j_pro.m]], [[retrieve_file.m]], [[spinach2hiper.m]], [[Import,_export,_and_visualisation]]
  
 
''Version 2.2, authors: [[David Goodwin]]''
 
''Version 2.2, authors: [[David Goodwin]]''

Latest revision as of 19:34, 6 June 2026

Interface to the Bruker SpinJet AWG, calling a library of Python scripts that inteface with the Bruker Xepr API.

Syntax

    data=awg_interface(spin_system,awg_cmd,cmd_input)

Parameters

      spin_system     - should contain spinach root directory
                        in spin_system.sys.root_dir

      awg_cmd         - switch between available commands:
                              'reset_pspel'
                              'compile_pspel_shp'
                              'compile_pspel_def'
                              'compile_pspel_exp'
                              'modify_pspel_defs'
                              'acquire_data'

      cmd_input       - cell array of inputs to be passed to 
                        python scripts

Outputs

      data.X          - abscissa values from the acquired 
                        signal

      data.rY         - real ordinate values from the ac-
                        quired signal

      data.iY         - imaginary ordinate values from 
                        the acquired signal.

See also

py_run.m, bootstrap.m, gslice.m, guess_csa_pro.m, guess_j_nuc.m, guess_j_pro.m, retrieve_file.m, spinach2hiper.m, Import,_export,_and_visualisation

Version 2.2, authors: David Goodwin