simrunsynaptic_strength_fittingPSPs_get_cell_and_nw_map

PSPs._get_cell_and_nw_map

simrun.synaptic_strength_fitting.PSPs._get_cell_and_nw_map(network_param=None)

Get a network-embedded neuron model and its single_cell_parser.network.Networkmapper from parameter files.

Parameters:

network_param (NTParameterSet) – The Network parameters file.

Returns:

A tuple of the neuron model (single_cell_parser.cell.Cell)

and the single_cell_parser.network.NetworkMapper that assigns synapses onto it.

Return type:

tuple