This step keeps a constant temperature on the heat block. Inherits: baseTemperatureType.
An R6Class
generator object.
temperatureType$new(temperature, ...)
temperature
checkNumber. The temperature of the step in degrees Celsius.
...
Params of parent class baseTemperatureType.
RDML::rdmlBaseType
-> RDML::baseTemperatureType
-> temperatureType
new()
temperatureType$new(temperature, ...)
clone()
The objects of this class are cloneable with this method.
temperatureType$clone(deep = FALSE)
deep
Whether to make a deep clone.