Inherits: rdmlBaseType.
An R6Class generator object.
stepType$new(nr, description = NULL,
temperature = NULL, gradient = NULL, loop = NULL, pause = NULL, lidOpen =
NULL)
nrcheckCount. The incremental number of the step. First step should have value 1. The increment between steps should be constant and equivalent to 1.
description
temperaturetemperatureType.
gradientgradientType.
looploopType.
pausepauseType.
lidOpenlidOpenType.
RDML::rdmlBaseType -> stepType
new()stepType$new(
nr,
description = NULL,
temperature = NULL,
gradient = NULL,
loop = NULL,
pause = NULL,
lidOpen = NULL
)
clone()The objects of this class are cloneable with this method.
stepType$clone(deep = FALSE)deepWhether to make a deep clone.