Table of Contents

Class SMB

Namespace
BlueM.Wave.Fileformats
Assembly
Wave.dll

Klasse für das Simba-Dateiformat (*.SMB)

public class SMB : TimeSeriesFile
Inheritance
SMB
Inherited Members

Remarks

Constructors

SMB(string, bool)

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

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