Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Jul 14, 2024
1 parent a4d8091 commit 9b23437
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ nonreactions(coupled_crn)
### [Accessing other model properties](@id model_accessing_basics_others)
There exist several other functions for accessing model properties.

The `observed`, `continuous_events`, `discrete_events` functions can be used to access a model's [observables](@ref dsl_advanced_options_observables), [continuous events](ref constraint_equations_events), and [discrete events](@ref constraint_equations_events), respectively.
The `observed`, `continuous_events`, `discrete_events` functions can be used to access a model's [observables](@ref dsl_advanced_options_observables), [continuous events](@ref constraint_equations_events), and [discrete events](@ref constraint_equations_events), respectively.

The `ModelingToolkit.get_iv` function can be used to retrieve a [model's independent variable](@ref programmatic_CRN_construction):
```@example model_accessing_basics
Expand Down

0 comments on commit 9b23437

Please sign in to comment.