Product#
- class pyopenms.Product#
Bases:
objectCython implementation of _Product
Original C++ documentation is available here
This class describes the product isolation window for special scan types, such as MRM
Methods
Overload:
Returns the lower offset from the target m/z
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