#include <config.h>
Public Attributes | |
| std::string | cells |
| Node sets on which to report. | |
| Sections | sections |
| Sections on which to report. Default value: "soma". | |
| Type | type |
| Report type. | |
| Scaling | scaling |
| Compartments | compartments |
| std::string | variableName |
| std::string | unit |
| Descriptive text of the unit recorded. Not validated for correctness. | |
| double | dt {} |
| Interval between reporting steps in milliseconds. | |
| double | startTime {} |
| Time to step reporting in milliseconds. | |
| double | endTime {} |
| Time to stop reporting in milliseconds. | |
| std::string | fileName |
| Report filename. Default is "<report name>.h5". | |
| bool | enabled = true |
| Allows for suppressing a report so that is not created. Default is true. | |
List of report parameters collected during the simulation
| Compartments bbp::sonata::SimulationConfig::Report::compartments |
For compartment type, select compartments to report. Default value: "center"(for sections: soma), "all"(for other sections)
| Scaling bbp::sonata::SimulationConfig::Report::scaling |
For summation type, specify the handling of density values. Default value: "area"
| std::string bbp::sonata::SimulationConfig::Report::variableName |
The simulation variable to access. The variables available are model dependent. For summation type, it supports multiple variables by comma separated strings. E.g. “ina”, "AdEx.V_M, v", "i_membrane, IClamp".