Learn R Programming

angstromATE (version 0.1.3)

ATE.complete: ATE Deposition Summary

Description

Reads an XML Status file from the ATE thermal evaporator and returns the procedural timeline.

Usage

ATE.complete(filename, summaryOnly = FALSE)

Value

deposition thickness, rate, ramping times, and actions

Arguments

filename

XML Status file from Angstrom Thermal Evaporator

summaryOnly

logical, if TRUE, returns summary for one layer

Author

Thomas Gredig

Details

Extracts information about the deposition thickness from the completed status XML file at the end of the deposition.

Examples

Run this code
fileName <- ATE.sampleFiles('_Complete_')
ATE.complete(fileName, TRUE)
ATE.complete(fileName)

Run the code above in your browser using DataLab