Open
Description
Cyclus db's have a convention of allowing archetypes to write to fixed-schema time series tables with names of their choosing. All time series tables are named TimeSeries[bla]
and have the schema:
- SimID (blob/uuid)
- AgentId (int)
- Time (int)
- Value (double)
We should load in these tables automatically when opening a db/sim along with the other standard tables.
Metadata
Metadata
Assignees
Labels
No labels