.. 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:`frompapers/Tetzlaff_2015 </examples/frompapers.Tetzlaff_2015>`
* Example :doc:`multiprocessing/01_using_cython </examples/multiprocessing.01_using_cython>`
* Example :doc:`multiprocessing/02_using_standalone </examples/multiprocessing.02_using_standalone>`
* Example :doc:`standalone/standalone_multiple_processes </examples/standalone.standalone_multiple_processes>`
* Example :doc:`synapses/jeffress </examples/synapses.jeffress>`
* Example :doc:`synapses/spike_based_homeostasis </examples/synapses.spike_based_homeostasis>`

