temperatureType: temperatureType R6 class.

temperatureTypeR Documentation

temperatureType R6 class.

Description

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

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.

Super classes

RDML::rdmlBaseType -> RDML::baseTemperatureType -> temperatureType

Methods

Public methods

Inherited methods

Method new()

Usage
temperatureType$new(temperature, ...)

Method clone()

The objects of this class are cloneable with this method.

Usage
temperatureType$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


kablag/RDML documentation built on Aug. 30, 2024, 1:18 p.m.