Learn R Programming

RDML (version 0.9-1)

stepType: stepType R6 class.

Description

Inherits: rdmlBaseType.

Usage

stepType

Arguments

Format

An R6Class generator object.

Initialization

stepType$new(nr, description = NULL, temperature = NULL, gradient = NULL, loop = NULL, pause = NULL, lidOpen = NULL)

Fields

nr
is.count. The incremental number of the step. First step should be nr = 1 and then increment each step by + 1.
description
is.string.
temperature
temperatureType.
gradient
gradientType.
loop
loopType.
pause
pauseType.
lidOpen
lidOpenType.