Parent class for inner usage. Inherits: rdmlBaseType.
An R6Class
generator object.
baseTemperatureType$new(duration, temperatureChange = NULL, durationChange = NULL, measure = NULL, ramp = NULL)
duration
checkCount. Duration of this step in seconds.
temperatureChange
checkNumber. Change of the temperature between two consecutive cycles: actual temperature = temperature + (temperatureChange * cycle counter)
durationChange
checkCount. Change of the duration between two consecutive cycles: actual duration = duration + (durationChange * cycle counter)
measure
measureType. Indicates to make a measurement and store it as meltcurve or real-time data.
ramp
checkNumber. Allowed temperature change between two consecutive cycles in degrees Celsius per second. If unstated, the maximal change rate is assumed.
RDML::rdmlBaseType
-> baseTemperatureType
new()
baseTemperatureType$new( duration, temperatureChange = NULL, durationChange = NULL, measure = NULL, ramp = NULL )
clone()
The objects of this class are cloneable with this method.
baseTemperatureType$clone(deep = FALSE)
deep
Whether to make a deep clone.