Table of Contents

Class ZRE

Namespace
BlueM.Wave.Fileformats
Assembly
Wave.dll

Klasse für das ZRE-Dateiformat

public class ZRE : TimeSeriesFile
Inheritance
ZRE
Inherited Members

Remarks

Constructors

ZRE(string, bool)

public ZRE(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 ZRE-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()