Click or drag to resize

PrincetonInstrumentsSPEImporterImport(IReadOnlyListString, DataTable, Object, Boolean) Method

Imports a couple of Princeton Instruments SPE files into a table. The spectra are added as columns to the (one and only) table. If the x column of the rightmost column does not match the x-data of the spectra, a new x-column is also created.

Namespace: Altaxo.Serialization.PrincetonInstruments
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public override string? Import(
	IReadOnlyList<string> filenames,
	DataTable table,
	Object importOptionsObj,
	bool attachDataSource = true
)

Parameters

filenames  IReadOnlyListString
An array of filenames to import.
table  DataTable
The table the spectra should be imported to.
importOptionsObj  Object
The import options. Has to be an instance of PrincetonInstrumentsSPEImportOptions.
attachDataSource  Boolean  (Optional)

Return Value

String
Null if no error occurs, or an error description.

Implements

IDataFileImporterImport(IReadOnlyListString, DataTable, Object, Boolean)
See Also