pynn_brainscales.brainscales2.examples.chip_plotter_usage_example

Classes

ChipPlotter(do_label_synapses, …)

How to use: call __init__(**params) call add_plot_matrix(**params) or add_plot_chipmap(**params) to add plots to plot_list call plot_all() or plot_by_id(id : int) to plot plots from plot_list call save_all(**params) or save_by_id(**params) to save plots from plot_list plot_list syntax: [{“plot_type”: plot_type, “fig”:fig, “ax”:ax, “settings”:settings}, {“plot_type”: plot_type, “fig”:fig, “ax”:ax, “settings”:settings}, …]

StaticSynapse(**parameters)

Synaptic connection with fixed weight and delay.

Functions

pynn_brainscales.brainscales2.examples.chip_plotter_usage_example.setup_synfire_chain(alternating: bool, exc_pop_sizes: int, inh_pop_sizes: int, numb_pops: int, closed: Optional[bool, None] = False)

sets up a synfire chain network in pynn