Parent class for inner usage. Inherits: rdmlBaseType.
baseTemperatureTypeAn R6Class generator object.
baseTemperatureType$new(duration, temperatureChange = NULL, durationChange = NULL, measure = NULL, ramp = NULL)
durationcheckCount. Duration of this step in seconds.
temperatureChangecheckNumber. Change of the temperature between two consecutive cycles: actual temperature = temperature + (temperatureChange * cycle counter)
durationChangecheckCount. Change of the duration between two consecutive cycles: actual duration = duration + (durationChange * cycle counter)
measuremeasureType. Indicates to make a measurement and store it as meltcurve or real-time data.
rampcheckNumber. Allowed temperature change between two consecutive cycles in degrees Celsius per second. If unstated, the maximal change rate is assumed.