Click or drag to resize

Q800FileReader Class

Reads files from TA Instruments Q800 series. The format is a hybrid text and binary format. The text header is UTF-32 coded, and contains the metadata. After a sequence 0x0D, 0x00, 0x0A, 0x00, 0x0C, 0x00 follows the binary data, which consist of 32-bit floating point numbers (IEEE 754 format).
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.TA_InstrumentsQ800FileReader

Namespace: Altaxo.Serialization.TA_Instruments
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class Q800FileReader : IImmutable

The Q800FileReader type exposes the following members.

Properties
 NameDescription
Public propertyColumnNames Gets the column names of the data.
Public propertyData Gets the data columns. Each element in the first level corresponds to a column, and each element in the second level corresponds to a row in that column.
Public propertyNotes Gets the notes (all metadata) of the file.
Public propertyNumberOfColumns Gets the number of data columns.
Public propertyNumberOfRows Gets the number of dat rows.
Public propertyUnits Gets the units of the data columns.
Top
Methods
 NameDescription
Public methodStatic memberCheckFileFormat Checks if the file format is a valid Q800 file format.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberFromFileName Creates a instance of the reader from a file.
Public methodStatic memberFromStream Creates a instance of the reader from a stream.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also