Difference between revisions of "Awg interface.m"
(Normalise sequential blank lines) |
m (Spot-edit Spinach function page first-line NOTOC and template fields) |
||
| Line 1: | Line 1: | ||
| − | {{DISPLAYTITLE:awg_interface.m}} | + | {{DISPLAYTITLE:awg_interface.m}} __NOTOC__ |
Interface to the Bruker SpinJet AWG, calling a library of Python scripts that inteface with the Bruker Xepr API. | Interface to the Bruker SpinJet AWG, calling a library of Python scripts that inteface with the Bruker Xepr API. | ||
Revision as of 18:27, 5 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)
Arguments
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
Version 2.2, authors: David Goodwin