ATE.import {angstromATE} | R Documentation |
Imports Angstrom Engineering Thermal Evaporator Log Data
ATE.import(filename)
filename |
CSV filename including path for the ATE log file |
data frame with around 50 variables and rows that represent time; the variables include Date, Time, SubstrateShutterOpen, ChamberPressure and many other parameters.
Thomas Gredig
fileName = ATE.sampleFiles("csv")[1]
d = ATE.import(fileName)
head(d)