Skip to content

Commit

Permalink
Merge pull request #214 from NeuroML/feat/add-meta-to-sim
Browse files Browse the repository at this point in the history
chore(componenttypes): add `Meta`
  • Loading branch information
pgleeson authored Sep 8, 2023
2 parents 7f981f7 + e7b96eb commit bdf170a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NeuroML2CoreTypes/Simulation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<Parameter name="length" dimension="time" description="Duration of the simulation run"/>
<Parameter name="step" dimension="time" description="Time step (dt) to use in the simulation"/>

<Children name="metas" type="Meta"/>
<Children name="displays" type="Display"/>
<Children name="outputs" type="OutputFile"/>
<Children name="events" type="EventOutputFile"/>
Expand Down Expand Up @@ -102,4 +103,11 @@
</Simulation>
</ComponentType>

<ComponentType name="Meta" description="Metadata to add to simulation">
<Text name="for" description="Simulator name"/>
<Text name="method" description="Integration method to use"/>
<Text name="abs_tolerance" description="Absolute tolerance for NEURON's cvode method"/>
<Text name="rel_tolerance" description="Relative tolerance for NEURON's cvode method"/>
</ComponentType>

</Lems>

0 comments on commit bdf170a

Please sign in to comment.