IonDetector

class pyopenms.IonDetector

Bases: object

Cython implementation of _IonDetector

Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1IonDetector.html

– Inherits from [‘MetaInfoInterface’]

__init__()
  • Cython signature: void IonDetector() Description of a ion detector (part of a MS Instrument)

  • Cython signature: void IonDetector(IonDetector &)

Methods

__init__

  • Cython signature: void IonDetector()

clearMetaInfo

Cython signature: void clearMetaInfo() Removes all meta values

getADCSamplingFrequency

Cython signature: double getADCSamplingFrequency() Returns the analog-to-digital converter sampling frequency (in Hz)

getAcquisitionMode

Cython signature: AcquisitionMode getAcquisitionMode() Returns the acquisition mode

getKeys

Cython signature: void getKeys(libcpp_vector[String] & keys) Fills the given vector with a list of all keys for which a value is set

getMetaValue

Cython signature: DataValue getMetaValue(String) Returns the value corresponding to a string, or

getOrder

Cython signature: int getOrder() Returns the order

getResolution

Cython signature: double getResolution() Returns the resolution (in ns)

getType

Cython signature: Type_IonDetector getType() Returns the detector type

isMetaEmpty

Cython signature: bool isMetaEmpty() Returns if the MetaInfo is empty

metaRegistry

Cython signature: MetaInfoRegistry metaRegistry() Returns a reference to the MetaInfoRegistry

metaValueExists

Cython signature: bool metaValueExists(String) Returns whether an entry with the given name exists

removeMetaValue

Cython signature: void removeMetaValue(String) Removes the DataValue corresponding to name if it exists

setADCSamplingFrequency

Cython signature: void setADCSamplingFrequency(double ADC_sampling_frequency) Sets the analog-to-digital converter sampling frequency (in Hz)

setAcquisitionMode

Cython signature: void setAcquisitionMode(AcquisitionMode acquisition_mode) Sets the acquisition mode

setMetaValue

Cython signature: void setMetaValue(String, DataValue) Sets the DataValue corresponding to a name

setOrder

Cython signature: void setOrder(int order) Sets the order

setResolution

Cython signature: void setResolution(double resolution) Sets the resolution (in ns)

setType

Cython signature: void setType(Type_IonDetector type_) Sets the detector type

AcquisitionMode

alias of pyopenms.pyopenms_1.__AcquisitionMode

Type_IonDetector

alias of pyopenms.pyopenms_1.__Type_IonDetector

clearMetaInfo()

Cython signature: void clearMetaInfo() Removes all meta values

getADCSamplingFrequency()

Cython signature: double getADCSamplingFrequency() Returns the analog-to-digital converter sampling frequency (in Hz)

getAcquisitionMode()

Cython signature: AcquisitionMode getAcquisitionMode() Returns the acquisition mode

getKeys()

Cython signature: void getKeys(libcpp_vector[String] & keys) Fills the given vector with a list of all keys for which a value is set

getMetaValue()

Cython signature: DataValue getMetaValue(String) Returns the value corresponding to a string, or

getOrder()

Cython signature: int getOrder() Returns the order

getResolution()

Cython signature: double getResolution() Returns the resolution (in ns)

getType()

Cython signature: Type_IonDetector getType() Returns the detector type

isMetaEmpty()

Cython signature: bool isMetaEmpty() Returns if the MetaInfo is empty

metaRegistry()

Cython signature: MetaInfoRegistry metaRegistry() Returns a reference to the MetaInfoRegistry

metaValueExists()

Cython signature: bool metaValueExists(String) Returns whether an entry with the given name exists

removeMetaValue()

Cython signature: void removeMetaValue(String) Removes the DataValue corresponding to name if it exists

setADCSamplingFrequency()

Cython signature: void setADCSamplingFrequency(double ADC_sampling_frequency) Sets the analog-to-digital converter sampling frequency (in Hz)

setAcquisitionMode()

Cython signature: void setAcquisitionMode(AcquisitionMode acquisition_mode) Sets the acquisition mode

setMetaValue()

Cython signature: void setMetaValue(String, DataValue) Sets the DataValue corresponding to a name

setOrder()

Cython signature: void setOrder(int order) Sets the order

setResolution()

Cython signature: void setResolution(double resolution) Sets the resolution (in ns)

setType()

Cython signature: void setType(Type_IonDetector type_) Sets the detector type