Table of Contents

Class HystemExtran_REG

Namespace
BlueM.Wave.Fileformats
Assembly
Wave.dll

Klasse für das Hystem-Extran REG-Dateiformat

public class HystemExtran_REG : TimeSeriesFile
Inheritance
HystemExtran_REG
Inherited Members

Remarks

Constructors

HystemExtran_REG(string, bool)

public HystemExtran_REG(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

Write_File(TimeSeries, string)

Exportiert eine Zeitreihe als REG-Datei

public static void Write_File(TimeSeries Reihe, string File)

Parameters

Reihe TimeSeries

Die zu exportierende Zeitreihe

File string

Pfad zur anzulegenden Datei

readFile()

Reads the selected series (see SelectedSeries) from the file and stores them as timeseries in TimeSeries

public override void readFile()

readSeriesInfo()

Reads information about the series contained in the file and stores it in TimeSeriesInfos

public override void readSeriesInfo()

verifyFormat(string)

Prüft, ob es sich um eine HystemExtran-REG-Datei handelt

public static bool verifyFormat(string file)

Parameters

file string

Pfad zur Datei

Returns

bool