Harmony
HARMONic stabilitY assessment of PE-penetrated power systems
Loading...
Searching...
No Matches
Writer.h
Go to the documentation of this file.
1#ifndef _WRITER_H_
2#define _WRITER_H_
3
9#include "../../Constants.h"
10
18extern void write_file(const std::vector<double>& time, const std::vector<Eigen::MatrixXd>& values, const std::vector<std::string>& headers, const std::string& filename);
19
20
21#endif // _WRITER_H_
void write_file(const std::vector< double > &time, const std::vector< Eigen::MatrixXd > &values, const std::vector< std::string > &headers, const std::string &filename)
Writes time-series matrix data to a CSV file.
Definition Writer.cpp:7