Table of Contents

Class PRMS

Namespace
BlueM.Wave.Fileformats
Assembly
Wave.dll

Class for PRMS result files

public class PRMS : TimeSeriesFile
Inheritance
PRMS
Inherited Members

Remarks

Supports annual summary, monthly summary and DPOUT files, for which we assume that the headers are fixed (files always contain the same variables), and Statistic variables result files (statvar.dat)

Constructors

PRMS(string)

Constructor

public PRMS(string FileName)

Parameters

FileName string

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 file

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)

Checks whether a file is in the PRMS OUT format Recognizes annual summary, monthly summary and DPOUT files

public static bool verifyFormat(string file)

Parameters

file string

Returns

bool

Remarks

Assumes that headers are fixed (always the same variables)