13 |
class DataCollector: |
class DataCollector: |
14 |
""" |
""" |
15 |
Class that defines a data collector. A data collector is used to read |
Class that defines a data collector. A data collector is used to read |
16 |
data from an XML file or from an escript object directly. Writing XML |
data from a XML file or from an escript object directly. Writing XML |
17 |
files are expensive, but this approach has the advantage given that the |
files are expensive, but this approach has the advantage given that the |
18 |
results can be analyzed easily after the simulation has completed. |
results can be analyzed easily after the simulation has completed. |
19 |
|
|