.. currentmodule:: brian2.input.timedarray

TimedArray class
================

(*Shortest import*: ``from brian2 import TimedArray)``

.. autoclass:: TimedArray

Tutorials and examples using this
---------------------------------

* Tutorial :doc:`3-intro-to-brian-simulations </resources/tutorials/3-intro-to-brian-simulations>`
* Example :doc:`advanced/COBAHH_approximated </examples/advanced.COBAHH_approximated>`
* Example :doc:`frompapers/Brunel_Wang_2001 </examples/frompapers.Brunel_Wang_2001>`
* Example :doc:`frompapers/Jansen_Rit_1995_single_column </examples/frompapers.Jansen_Rit_1995_single_column>`
* Example :doc:`frompapers/Stimberg_et_al_2018/example_4_synrel </examples/frompapers.Stimberg_et_al_2018.example_4_synrel>`
* Example :doc:`frompapers/Stimberg_et_al_2018/example_6_COBA_with_astro </examples/frompapers.Stimberg_et_al_2018.example_6_COBA_with_astro>`
* Example :doc:`frompapers/Sturzl_et_al_2000 </examples/frompapers.Sturzl_et_al_2000>`
* Example :doc:`synapses/jeffress </examples/synapses.jeffress>`
* Example :doc:`synapses/spike_based_homeostasis </examples/synapses.spike_based_homeostasis>`

