Click or drag to resize

Q800ImportDataSource(IEnumerableString, Q800ImportOptions) Constructor

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

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

Parameters

fileNames  IEnumerableString
The file names of the Q800 files.
options  Q800ImportOptions
The import options.
See Also