Click or drag to resize

Q800FileReaderFromFileName Method

Creates a instance of the reader from a file.

Namespace: Altaxo.Serialization.TA_Instruments
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static Q800FileReader FromFileName(
	string fileName,
	bool convertUnitsToSIUnits
)

Parameters

fileName  String
Name of the file.
convertUnitsToSIUnits  Boolean
If set to true, the units are converted to SI units.

Return Value

Q800FileReader
An instance of the reader.
See Also