Table of Contents

Class ASC

Namespace
BlueM.Wave.Fileformats
Assembly
Wave.dll

Klasse für ASC-Dateiformat (SMUSI)

public class ASC : TimeSeriesFile
Inheritance
ASC
Inherited Members

Remarks

Format siehe https://wiki.bluemodel.org/index.php/ASC-Format Kann nur das ASC-Format von SMUSI-Versionen vor v4.0 einlesen. TODO: Das ASC-Format ab SMUSI 4.0 sollte erkannt und zumindest eine entsprechende Meldung ausgegeben werden

Constructors

ASC(string, bool)

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