pynn_brainscales.brainscales2.standardmodels.cells.StandardCellType

class pynn_brainscales.brainscales2.standardmodels.cells.StandardCellType(**parameters)

Bases: abc.ABC, pyNN.standardmodels.StandardCellType

Network addable standard cell type, to be used as base for all cells.

__init__(**parameters)

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(**parameters)

Initialize self.

add_to_input_generator(population, builder, …)

Add external events to input generator.

add_to_network_graph(population, builder)

Add population to network builder.

Attributes

abstract static add_to_input_generator(population: pyNN.common.populations.Population, builder: _pygrenade_vx_network.InputGenerator, snippet_begin_time, snippet_end_time)

Add external events to input generator. :param population: Population to add featuring this cell’s celltype. :param builder: Input builder to add external events to.

abstract static add_to_network_graph(population: pyNN.common.populations.Population, builder: _pygrenade_vx_network.NetworkBuilder)_pygrenade_vx_network.PopulationOnNetwork

Add population to network builder. :param population: Population to add featuring this cell’s celltype. :param builder: Network builder to add population to. :return: Descriptor of added population