neuroarch.na.NeuroArch.add_LPU

NeuroArch.add_LPU(neuropil, circuit_model, version=None)[source]

Add an LPU.

Parameters:
  • neuropil (str or models.neuropil) – The neuropil that the created LPU models.

  • circuit_model (models.ExecutableCircuit or str) – The ExecutableCircuit model that should own this LPU.

  • version (str (optional)) – The version of the LPU.

Returns:

the created LPU node

Return type:

models.LPU