HPLC#

class pyopenms.HPLC#

Bases: object

Cython implementation of _HPLC

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

__init__()#
  • Cython signature: void HPLC() Representation of a HPLC experiment

  • Cython signature: void HPLC(HPLC &)

Methods

__init__

  • Cython signature: void HPLC()

getColumn

Cython signature: String getColumn() Returns a reference to the column description

getComment

Cython signature: String getComment() Returns the comments

getFlux

Cython signature: unsigned int getFlux() Returns the flux (in microliter/sec)

getGradient

Cython signature: Gradient getGradient() Returns a mutable reference to the used gradient

getInstrument

Cython signature: String getInstrument() Returns a reference to the instument name

getPressure

Cython signature: unsigned int getPressure() Returns the pressure (in bar)

getTemperature

Cython signature: int getTemperature() Returns the temperature (in degree C)

setColumn

Cython signature: void setColumn(String column) Sets the column description

setComment

Cython signature: void setComment(String comment) Sets the comments

setFlux

Cython signature: void setFlux(unsigned int flux) Sets the flux (in microliter/sec)

setGradient

Cython signature: void setGradient(Gradient gradient) Sets the used gradient

setInstrument

Cython signature: void setInstrument(String instrument) Sets the instument name

setPressure

Cython signature: void setPressure(unsigned int pressure) Sets the pressure (in bar)

setTemperature

Cython signature: void setTemperature(int temperature) Sets the temperature (in degree C)

getColumn()#

Cython signature: String getColumn() Returns a reference to the column description

getComment()#

Cython signature: String getComment() Returns the comments

getFlux()#

Cython signature: unsigned int getFlux() Returns the flux (in microliter/sec)

getGradient()#

Cython signature: Gradient getGradient() Returns a mutable reference to the used gradient

getInstrument()#

Cython signature: String getInstrument() Returns a reference to the instument name

getPressure()#

Cython signature: unsigned int getPressure() Returns the pressure (in bar)

getTemperature()#

Cython signature: int getTemperature() Returns the temperature (in degree C)

setColumn()#

Cython signature: void setColumn(String column) Sets the column description

setComment()#

Cython signature: void setComment(String comment) Sets the comments

setFlux()#

Cython signature: void setFlux(unsigned int flux) Sets the flux (in microliter/sec)

setGradient()#

Cython signature: void setGradient(Gradient gradient) Sets the used gradient

setInstrument()#

Cython signature: void setInstrument(String instrument) Sets the instument name

setPressure()#

Cython signature: void setPressure(unsigned int pressure) Sets the pressure (in bar)

setTemperature()#

Cython signature: void setTemperature(int temperature) Sets the temperature (in degree C)