Click or drag to resize

PrincetonInstrumentsSPEImportDataSource(String, PrincetonInstrumentsSPEImportOptions) Constructor

Initializes a new instance of the PrincetonInstrumentsSPEImportDataSource class for a single file.

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

Parameters

fileName  String
The file name of the SPE file.
options  PrincetonInstrumentsSPEImportOptions
The import options.
See Also