PyNEST EI-clustered network: Stimulus ParametersΒΆ


Run this example as a Jupyter notebook:

See our guide for more information and troubleshooting.


A dictionary with parameters for an optinal stimulation of clusters.

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],
}

Gallery generated by Sphinx-Gallery