Learn R Programming

RDML (version 0.9-1)

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
is.count. The duration of this step in
seconds.
temperatureChange
double. The change of the temperature from one cycle to the next: actual temperature = temperature + (temperatureChange * cycle counter)
durationChange
is.count. The change of the duration from one cycle to the next: actual duration = duration + (durationChange * cycle counter)
measure
measureType. Indicates to make a measurement and store it as meltcurve or real-time data.
ramp
double. The allowed temperature change from one step to the next in degrees Celsius per second. No value means maximal change rate.