MSFilter
Bitwise filter for scan types.
Remarks
Bitwise operator to filter for one or more scan types. The filter operates on the MsLevel value of a spectrum.
Fields
Name | Value | Description |
---|---|---|
None | 0 | Allows all spectra where MsLevel has not been set. |
MS1 | 1 | Allows MsLevel = 1 type spectra. |
MS2 | 2 | Allows MsLevel = 2 type spectra. |
MS3 | 4 | Allows MsLevel = 3 type spectra. |
Example
None yet.
This post is licensed under CC BY 4.0 by the author.