Table of Contents

Class HystemExtran_WEL

Namespace
BlueM.Wave.Fileformats
Assembly
Wave.dll

Klasse für das WEL-Dateiformat von Hystem-Extran Bei WEL-Dateien in Hystem handelt es sich immer um Zuflussdaten Format ist festgeschrieben im HystemExtran-Anwenderhandbuch

public class HystemExtran_WEL : TimeSeriesFile
Inheritance
HystemExtran_WEL
Inherited Members

Remarks

Constructors

HystemExtran_WEL(string, bool)

Konstruktor

public HystemExtran_WEL(string FileName, bool ReadAllNow = false)

Parameters

FileName string
ReadAllNow bool

Properties

UseImportDialog

Gibt an, ob beim Import des Dateiformats der Importdialog angezeigt werden soll

public override bool UseImportDialog { get; }

Property Value

bool

Methods

readFile()

Zeitreihen einlesen

public override void readFile()

readSeriesInfo()

Spaltenköpfe auslesen

public override void readSeriesInfo()

verifyFormat(string)

Prüft, ob es sich um eine WEL-Datei für Hystem-Extran handelt

public static bool verifyFormat(string file)

Parameters

file string

Pfad zur Datei

Returns

bool