baseTemperatureType: baseTemperatureType R6 class.

Description Usage Format Initialization Fields

Description

Parent class for inner usage. Inherits: rdmlBaseType.

Usage

1

Format

An R6Class generator object.

Initialization

1
2
3
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.


RDML documentation built on June 25, 2019, 5:03 p.m.