TEXT   24
getcurdata
Guest on 9th September 2023 11:32:22 AM


  1. GETCURDATA
  2. SETCURDATA
  3. XCMD("parmode 2D")
  4. XCMD("pulprog dm_zg_kin")
  5. GETINT("How many spectra will be acquired?",i1)
  6. GETFLOAT("what is the delay between the expts in seconds?",f1)
  7. /*/
  8. /*GETDOUBLE("what is the delay between the expts? (ie 2s)",f1)*/
  9.  
  10. GETINT("How many scans per spectra (use 4,8 or 16 etc)", i2)
  11. STOREPAR("NS",i2)
  12. STOREPAR1("TD",i1)
  13. STOREPAR1("SI",i1)
  14. STOREPAR("D 8",f1)
  15. STOREPAR("L 4",i1)
  16. VIEWDATA
  17. QUITMSG("setup complete for 1D kinetic expt !\n1.vdlist is 'kinetic'\n2. Run expt with 'zg'.\n3.  Process data with 'xf2 or xf2p' command.")

Raw Paste

Login or Register to edit or fork this paste. It's free.