This step keeps a constant temperature on the heat block. Inherits: baseTemperatureType.

Format

An R6Class generator object.

Initialization

temperatureType$new(temperature, ...)

Fields

temperature

checkNumber. The temperature of the step in degrees Celsius.

...

Params of parent class baseTemperatureType.

Super classes

RDML::rdmlBaseType -> RDML::baseTemperatureType -> temperatureType

Methods

Public methods

Inherited methods

Method new()

Usage

temperatureType$new(temperature, ...)


Method clone()

The objects of this class are cloneable with this method.

Usage

temperatureType$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.