Click or drag to resize

Q800ImportDataSource(String, Q800ImportOptions) Constructor

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

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

Parameters

fileName  String
The file name of the Q800 file.
options  Q800ImportOptions
The import options.
See Also