neuroarch.na.NeuroArch.add_Circuit

NeuroArch.add_Circuit(name, circuit_type, neuropil=None, data_source=None)[source]

Create a Subregion record and link it to related node types.

Parameters:
  • name (str) – Name of the circuit

  • neuropil (str or models.Neuropil (optional)) – Neuropil that owns the subregion. Can be specified either by its name or the Neuropil object instance.

  • data_source (models.DataSource (optional)) – The datasource. If not specified, default DataSource will be used.

Returns:

Created Circuit object

Return type:

models.Circuit