pynn_brainscales.brainscales2.standardmodels.cells.OffChipSource

class pynn_brainscales.brainscales2.standardmodels.cells.OffChipSource(*, enable_internal_loopback: bool = True, data_rate_scaler: int = 1, label: List[int] = None)

Bases: pynn_brainscales.brainscales2.standardmodels.cells.SpikeIOCell

SpikeIO Input (RX) population

__init__(*, enable_internal_loopback: bool = True, data_rate_scaler: int = 1, label: List[int] = None)

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

Methods

generate_input_data(population, experiment, …)

Generate input data for this population.

generate_vertex(population)

Generate vertex representation for this population.

Attributes

generate_input_data(population: pyNN.common.populations.Population, experiment: pygrenade_vx.network.abstract.frontend.ExperimentSnippet, snippet_begin_time: float, snippet_end_time: float)Dict[int, pygrenade_common.PortData]

Generate input data for this population. :param population: Population featuring this cell’s celltype :param experiment: Experiment snippet to generate data for :param snippet_begin_time: Begin time of snippet :param snippet_end_time: End time of snippet :return: Population input data

static generate_vertex(population: pyNN.common.populations.Population)pygrenade_common.Population

Generate vertex representation for this population. :param population: Population featuring this cell’s celltype :return: Population vertex