temperatureType {RDML}R Documentation

temperatureType R6 class.

Description

This step keeps a constant temperature on the heat block. Inherits: baseTemperatureType.

Usage

temperatureType

Format

An R6Class generator object.

Initialization

temperatureType$new(temperature, ...)

Fields

temperature

checkNumber. The temperature of the step in degrees Celsius.

...

Params of parent class baseTemperatureType.


[Package RDML version 1.0 Index]