F refactor high level api
3 unresolved threads
3 unresolved threads
Compare changes
+ 50
− 0
@@ -119,3 +119,53 @@ Each property stored in a CaosDB record corresponds to:
First, the data model will be filled with the parameter values for this specific simulation run. It will be stored in the python variable `MonodomainRecord`. Passing the `MonodomainRecord` through the python functions, the simulation parameters can be easily accessed everywhere in the code when needed.
Records are created by the `create_record` function. Parameter values can be set at record creation and also after creation as python properties of the corresponding record instance. The following example shows how to create a record, how to set the parameter at creation and how to set them as python properties