Table of Contents

Class WEL

Namespace
BlueM.Wave.Fileformats
Assembly
Wave.dll

Klasse für das WEL-Dateiformat

public class WEL : TimeSeriesFile
Inheritance
WEL
Inherited Members

Remarks

Constructors

WEL(string, bool)

Konstruktor

public WEL(string FileName, bool ReadAllNow = false)

Parameters

FileName string
ReadAllNow bool

Properties

DateTimeLength

Length of date time stamp

public int DateTimeLength { get; set; }

Property Value

int

UseImportDialog

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

public override bool UseImportDialog { get; }

Property Value

bool

iLineInfo

Number of the line containing general information

public int iLineInfo { get; set; }

Property Value

int

Methods

extractFromWLZIP(string)

Attempts to extract a specified WEL file from a WLZIP file of the same name

public static bool extractFromWLZIP(string file)

Parameters

file string

path to WEL file

Returns

bool

True if successful

Remarks

TALSIM specific

readFile()

WEL-Datei einlesen

public override void readFile()

readSeriesInfo()

Spalten auslesen

public override void readSeriesInfo()

verifyFormat(string)

Checks whether a file is in the WEL format

public static bool verifyFormat(string file)

Parameters

file string

path to the file to check

Returns

bool

True if verification was successful