ATE.complete {angstromATE} | R Documentation |
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)
Arguments
filename |
XML Status file from Angstrom Thermal Evaporator |
summaryOnly |
logical, if |
Details
Extracts information about the deposition thickness from the completed status XML file at the end of the deposition.
Value
deposition thickness, rate, ramping times, and actions
Author(s)
Thomas Gredig
Examples
fileName <- ATE.sampleFiles('_Complete_')
ATE.complete(fileName, TRUE)
ATE.complete(fileName)
[Package angstromATE version 0.1.2 Index]