Product#
- class pyopenms.Product#
Bases:
objectCython implementation of _Product
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1Product.html
This class describes the product isolation window for special scan types, such as MRM
- __init__()#
Cython signature: void Product()
Cython signature: void Product(Product &)
Methods
Cython signature: void Product()
Cython signature: double getIsolationWindowLowerOffset() Returns the lower offset from the target m/z
Cython signature: double getIsolationWindowUpperOffset() Returns the upper offset from the target m/z
Cython signature: double getMZ() Returns the target m/z
Cython signature: void setIsolationWindowLowerOffset(double bound) Sets the lower offset from the target m/z
Cython signature: void setIsolationWindowUpperOffset(double bound) Sets the upper offset from the target m/z
Cython signature: void setMZ(double) Sets the target m/z
- getIsolationWindowLowerOffset()#
Cython signature: double getIsolationWindowLowerOffset() Returns the lower offset from the target m/z
- getIsolationWindowUpperOffset()#
Cython signature: double getIsolationWindowUpperOffset() Returns the upper offset from the target m/z
- getMZ()#
Cython signature: double getMZ() Returns the target m/z
- setIsolationWindowLowerOffset()#
Cython signature: void setIsolationWindowLowerOffset(double bound) Sets the lower offset from the target m/z
- setIsolationWindowUpperOffset()#
Cython signature: void setIsolationWindowUpperOffset(double bound) Sets the upper offset from the target m/z
- setMZ()#
Cython signature: void setMZ(double) Sets the target m/z