.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "auto_examples/EI_clustered_network/stimulus_params_EI.py" .. LINE NUMBERS ARE GIVEN BELOW. .. only:: html .. note:: :class: sphx-glr-download-link-note :ref:`Go to the end ` to download the full example code. .. rst-class:: sphx-glr-example-title .. _sphx_glr_auto_examples_EI_clustered_network_stimulus_params_EI.py: PyNEST EI-clustered network: Stimulus Parameters ----------------------------------------------------- .. only:: html ---- Run this example as a Jupyter notebook: .. card:: :width: 25% :margin: 2 :text-align: center :link: https://lab.ebrains.eu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fnest%2Fnest-simulator-examples&urlpath=lab%2Ftree%2Fnest-simulator-examples%2Fnotebooks%2Fnotebooks%2FEI_clustered_network%2Fstimulus_params_EI.ipynb&branch=main :link-alt: JupyterHub service .. image:: https://nest-simulator.org/TryItOnEBRAINS.png .. grid:: 1 1 1 1 :padding: 0 0 2 0 .. grid-item:: :class: sd-text-muted :margin: 0 0 3 0 :padding: 0 0 3 0 :columns: 4 See :ref:`our guide ` for more information and troubleshooting. ---- A dictionary with parameters for an optinal stimulation of clusters. .. GENERATED FROM PYTHON SOURCE LINES 28-39 .. code-block:: Python stim_dict = { # list of clusters to be stimulated (None: no stimulation, 0-n_clusters-1) "stim_clusters": [2, 3, 4], # stimulus amplitude (in pA) "stim_amp": 0.15, # stimulus start times in ms: list (warmup time is added automatically) "stim_starts": [2000, 6000], # list of stimulus end times in ms (warmup time is added automatically) "stim_ends": [3500, 7500], } .. _sphx_glr_download_auto_examples_EI_clustered_network_stimulus_params_EI.py: .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-example .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: stimulus_params_EI.ipynb ` .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: stimulus_params_EI.py ` .. container:: sphx-glr-download sphx-glr-download-zip :download:`Download zipped: stimulus_params_EI.zip ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_