Class SMB
- Namespace
- BlueM.Wave.Fileformats
- Assembly
- Wave.dll
Class for parsing the SIMBA file format (*.SMB)
public class SMB : TimeSeriesFile
- Inheritance
-
SMB
- Inherited Members
Remarks
Constructors
SMB(string, bool)
public SMB(string FileName, bool ReadAllNow = false)
Parameters
Properties
UseImportDialog
No import dialog needed for SMB files, as there is only one time series per file
public override bool UseImportDialog { get; }
Property Value
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()