thermofisherlsms / iapi

Instrument Application Programming Interface
MIT License
44 stars 17 forks source link

Add support for BoxCar style acquisition #15

Closed chhh closed 1 year ago

chhh commented 6 years ago

Allow setting multiple custom isolation windows and corresponding injection times for the quadrupole.

dbaileychess commented 6 years ago

This is in the works.

jesse-canterbury commented 1 year ago

If I understand correctly, this was enabled as of Tune version 3.5. See Changelog; for each window you can supply a target like so:

scan.Values["PrecursorMass"] = "195,524,1522"; scan.Values["IsolationWidth"] = "5,5,5"; scan.Values["MSXTargets"] = "1000,10000,100000";