ChadaImporterImportRamanCHADA(String, DataTable, Int32, DataColumn, Int32, Int32) Method |
Imports a Raman CHADA file while supporting import of multiple files into one table.
Namespace: Altaxo.Serialization.HDF5.ChadaAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected static string? ImportRamanCHADA(
string fileName,
DataTable dataTable,
int totalNumberOfFiles,
ref DataColumn?? lastXColumn,
ref int lastGroupNumber,
ref int lastNumberOfY
)
Parameters
- fileName String
- Name of the file to read from.
- dataTable DataTable
- The data table to write the data to.
- totalNumberOfFiles Int32
- The total number of files in this import.
- lastXColumn DataColumn
- The last x column. Can be null. At the first call to this function, the value should be null. Subsequent calls should provide the value returned from the previous call.
- lastGroupNumber Int32
- The last group number. At the first call to this function, the value should be -1. Subsequent calls should provide the value returned from the previous call.
- lastNumberOfY Int32
- The last number of the Y column. At the first call to this function, the value should be -1. Subsequent calls should provide the value returned from the previous call.
Return Value
String if successful; otherwise, the error message.
See Also