Skip to content

How is DataStructure designed? #371

Discussion options

You must be logged in to vote

There are a lot of kinds of functios that require interpolation, the equivalence is given in the following section https://pysd.readthedocs.io/en/master/structure/vensim_translation.html#supported-functions-and-features. Here a brief summary with some models with examples of each tipes

  • GetDataStructure and GetLookupsStructure are used for Vensim's GET XLS/DIRECT DATA/LOOKUPS, where all the data is read from an Excel file. These create External objects which are initialized before the Statefuls -> test-models/tests/get_lookups_data_3d_xls

  • DataStructure is used for regular Data definitions from Vensim (sub-type Normal, second figure). In this definition the variable's RHS is empty and t…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hyunjimoon
Comment options

Answer selected by enekomartinmartinez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants