powered by
Reads an XML Status file from the ATE thermal evaporator and returns the procedural timeline.
ATE.complete(filename, summaryOnly = FALSE)
deposition thickness, rate, ramping times, and actions
XML Status file from Angstrom Thermal Evaporator
logical, if TRUE, returns summary for one layer
TRUE
Thomas Gredig
Extracts information about the deposition thickness from the completed status XML file at the end of the deposition.
fileName <- ATE.sampleFiles('_Complete_') ATE.complete(fileName, TRUE) ATE.complete(fileName)
Run the code above in your browser using DataLab