RDML (version 0.9-8)

baseTemperatureType: baseTemperatureType R6 class.

Description

Parent class for inner usage. Inherits: rdmlBaseType.

Usage

baseTemperatureType

Arguments

Format

An R6Class generator object.

Initialization

baseTemperatureType$new(duration,
  temperatureChange = NULL, durationChange = NULL, measure = NULL, ramp =
  NULL)

Fields

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.