Product

class pyopenms.Product

Bases: object

Cython 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

__init__

  • Cython signature: void Product()

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

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