This is an old revision of the document!
Table of Contents
Dataset
GroIMP supports the creation and visualization of datasets, which are simple tables used to store and track numerical data during simulations. Each dataset consists of rows called data series, and values are added to individual cells using code.
Datasets are accessible in both the GUI (via the Datasets Explorer) and in RGG code using the DatasetRef class.
Titles for columns can be set, and data can be plotted.
Datasets are persistent across simulation runs unless explicitly cleared.
Export
Using the explorer datasets can be exported to:
- txt
- csv
- html
- xls
- pdf
Using rgg code datasets can be exported to csv.
For code examples see the datasets tutorial.
Cleaning
Since datasets are persistent across simulation runs old data is kept inside. A dataset can be clean using the datasetRef function ''clear()'' or by simply deleting the object form the dataset explorer.
