Product

class pyopenms.Product

Bases: object

Cython implementation of _Product

Original C++ documentation is available here

This class describes the product isolation window for special scan types, such as MRM

__init__()

Overload:

__init__(self) None

Overload:

__init__(self, in_0: Product) None

Methods

__init__

Overload:

getIsolationWindowLowerOffset(self)

Returns the lower offset from the target m/z

getIsolationWindowUpperOffset(self)

Returns the upper offset from the target m/z

getMZ(self)

Returns the target m/z

setIsolationWindowLowerOffset(self, bound)

Sets the lower offset from the target m/z

setIsolationWindowUpperOffset(self, bound)

Sets the upper offset from the target m/z

setMZ(self, in_0)

Sets the target m/z

getIsolationWindowLowerOffset(self) float

Returns the lower offset from the target m/z

getIsolationWindowUpperOffset(self) float

Returns the upper offset from the target m/z

getMZ(self) float

Returns the target m/z

setIsolationWindowLowerOffset(self, bound: float) None

Sets the lower offset from the target m/z

setIsolationWindowUpperOffset(self, bound: float) None

Sets the upper offset from the target m/z

setMZ(self, in_0: float) None

Sets the target m/z