ModelingToolkit.jl and Dyad
All code in the Dyad language lowers to Julia code that uses ModelingToolkit.jl. If you inspect the generated
folder in your Dyad project, for example, you will see all your components and analyses lowered to ModelingToolkit.jl code.
In this tutorial, we assume that you're already familiar with ModelingToolkit. If you haven't used ModelingToolkit directly before, please see the ModelingToolkit.jl getting started documentation.