stepType {RDML} | R Documentation |
stepType R6 class.
Description
Inherits: rdmlBaseType.
Format
An R6Class
generator object.
Initialization
stepType$new(nr, description = NULL, temperature = NULL, gradient = NULL, loop = NULL, pause = NULL, lidOpen = NULL)
Fields
nr
checkCount. The incremental number of the step. First step should have value 1. The increment between steps should be constant and equivalent to 1.
description
temperature
gradient
loop
pause
lidOpen
Super class
RDML::rdmlBaseType
-> stepType
Methods
Public methods
Inherited methods
Method new()
Usage
stepType$new( nr, description = NULL, temperature = NULL, gradient = NULL, loop = NULL, pause = NULL, lidOpen = NULL )
Method clone()
The objects of this class are cloneable with this method.
Usage
stepType$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package RDML version 1.1 Index]