Click or drag to resize

PrincetonInstrumentsSPEImportDataSource(IEnumerableString, PrincetonInstrumentsSPEImportOptions) Constructor

Initializes a new instance of the PrincetonInstrumentsSPEImportDataSource class for multiple files.

Namespace: Altaxo.Serialization.PrincetonInstruments
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PrincetonInstrumentsSPEImportDataSource(
	IEnumerable<string> fileNames,
	PrincetonInstrumentsSPEImportOptions options
)

Parameters

fileNames  IEnumerableString
The file names of the SPE files.
options  PrincetonInstrumentsSPEImportOptions
The import options.
See Also