ATE.complete {angstromATE} | R Documentation |
Reads an XML Status file from the ATE thermal evaporator and returns the procedural timeline.
ATE.complete(filename, summaryOnly = FALSE)
filename |
XML Status file from Angstrom Thermal Evaporator |
summaryOnly |
logical, if |
Extracts information about the deposition thickness from the completed status XML file at the end of the deposition.
deposition thickness, rate, ramping times, and actions
Thomas Gredig
fileName <- ATE.sampleFiles('_Complete_')
ATE.complete(fileName, TRUE)
ATE.complete(fileName)