ChadaImportImportRamanCHADA(String, DataTable) Method |
Imports a single RamanChada file.
Namespace: Altaxo.Serialization.HDF5.ChadaAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string? ImportRamanCHADA(
string fileName,
DataTable dataTable
)
Parameters
- fileName String
- Name of the file.
- dataTable DataTable
- The data table to write the data to.
Return Value
StringNull if successful; otherwise the error message.
See Also