neuroarch.na.NeuroArch.remove_Synapses_between
- NeuroArch.remove_Synapses_between(pre_neurons, post_neurons, data_source=None)[source]
Remove synapses between a list of presynaptic neurons and a list of postsynaptic neurons.
- Parameters:
pre_neurons (a list of str or models.Neuron) – The presynaptic neurons. If specified by str, can be either the rid or the uname of the neurons.
post_neurons (a list of str or models.Neuron) – The postsynaptic neurons. If specified by str, can be either the rid or the uname of the neurons.
data_source (model.DataSource (optional)) – The DataSource from which the pre- and post-synaptic neurons will be found will be queried.