Hi
I don't understand how brain2 handles parameters. (for instance in this code: https://lcn-neurodynex-exercises.readthedocs.io/en/latest/_modules/neurodynex3/exponential_integrate_fire/exp_IF.html#simulate_exponential_IF_neuron)
first we define the differential equation as a string and send it to NeuronGroup. Then we run the simulation by calling Network and then net.run. How does the library receive the actual values of the parameters like tau or even the injected current I_stim(t,i) ? (The only value that is explicitly set is v_rest.)