Package xal.app.scanner
Class Csv
- java.lang.Object
-
- xal.app.scanner.Csv
-
public class Csv extends Object
- Author:
- yngvelevinsen
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexportToCSV(List<String> headers, xal.ca.Timestamp[] tStamps, double[][] data)StringgetFilePath()voidsetFilePath(File newPath)voidsetFilePath(String newPath)
-
-
-
Constructor Detail
-
Csv
public Csv(File fPath)
-
-