CSol
Public Member Functions | Protected Member Functions | List of all members
CSol_CSV_to_TimeSeries Class Reference

Creates a time series from a CSV file. More...

#include <series/csol_timeseries_csv.h>

Inherits Operation.

Public Member Functions

 CSol_CSV_to_TimeSeries ()
 
virtual ~CSol_CSV_to_TimeSeries ()
 

Protected Member Functions

virtual bool execute ()
 

Detailed Description

The CSV file must be a single comma separated line in the form value 1, value 2, value 3. The timeseries can have an optional name, and must have a positive non-zero rate. If the cumulative option is checked, the cumalative values from the CSV file are used to populate the time series. A time offset can also be applied to the time series.

Constructor & Destructor Documentation

~CSol_CSV_to_TimeSeries ( )
virtual

Member Function Documentation

bool execute ( )
protectedvirtual