51 ss <<
"RUN: "<<
object().m_run;
52 ss <<
", START TIME: " <<
object().m_start_time_str;
53 ss <<
", STOP TIME:" <<
object().m_stop_time_str;
54 ss <<
", START CURRENT: " <<
object().m_start_current;
55 ss <<
", STOP CURRENT: " <<
object().m_stop_current;
56 ss <<
", AVG CURRENT: " <<
object().m_avg_current;
57 ss <<
", MIN CURRENT: " <<
object().m_min_current;
58 ss <<
", MAX CURRENT: " <<
object().m_max_current;
59 ss <<
", RUN INTERVALL IN MICROSECONDS: "<<
object().m_run_intervall_micros;
66 for (
size_t i=0;
i<
object().m_fed_in.size();
i++){
67 ss<<
object().m_fed_in[
i] <<
", ";
77 std::vector<int>
const&,
78 std::vector<float>
const& )
const {
80 std::ofstream
f(fname.c_str());
std::string plot(std::string const &, std::string const &, std::vector< int > const &, std::vector< float > const &) const
#define PYTHON_WRAPPER(_class, _name)
std::string summary() const
float m_run_intervall_micros
long long m_start_time_ll