Parent class for inner usage. Inherits: rdmlBaseType.
An 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.
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)deepWhether to make a deep clone.