Q800FileReaderFromFileName Method |
Creates a instance of the reader from a file.
Namespace: Altaxo.Serialization.TA_InstrumentsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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
Q800FileReaderAn instance of the reader.
See Also