simrun
❭ get_cell_with_network
❭ get_cell_with_network
get_cell_with_network¶
-
simrun.get_cell_with_network.get_cell_with_network(neuron_param, network_param, cache=
True
)¶ Build a cell with realized synapses from a Cell parameters file and a Network parameters file.
This method creates a new network embedding for the
Cell
based on the Network parameters file.- Parameters:¶
neuron_param (
sumatra.NTParameterSet
) – The Cell parameters.network_param (
sumatra.NTParameterSet
) – The Network parameters.
- Returns:¶
A callable that returns a
Cell
andNetworkMapper
when called.- Return type:¶
callable
See also
simrun.parameters_to_cell
for rebuilding and simulating the cell and network from an existing network realization (.syn file) it.