When I submit an MSX scan with several isolation ranges and different max injection times it is executed properly, but the IMsScan instance that I get back never has "Multiple Injection" and "Multi Inject Info" trailers set. So I don't know what the actual injection times for each range were.
Question
Is there a way to get the actual injection times for each MSX mz range in the received iAPI scan?
Example
Custom scan that I set:
[Polarity] => [0]
[FirstMass] => [63.5]
[LastMass] => [952.6]
[Resolution] => [15000]
[AGC_Mode] => [1]
[IsolationRangeLow] => [471.1]
[IsolationRangeHigh] => [474.9]
[MsxInjectRanges] => [(471.1,471.9), (474.1,474.9)]
[AGC_Target] => [100000]
[MsxInjectTargets] => [50000, 50000]
[MsxInjectMaxITs] => [25.00, 25.00]
[MaxIT] => [50.00]
[MsxInjectNCEs] => [28.00, 28.00]
Some of the relevant trailers that I get in the resulting scan:
Scan Description: => []
Multiple Injection: => []
Multi Inject Info: => []
AGC: => [On]
Ion Injection Time (ms): => [22.718]
Max. Ion Time (ms): => [50.00]
FT Resolution: => [15000]
MS2 Isolation Width: => [3.80]
MS2 Isolation Offset: => [0.00]
AGC Target: => [100000]