single_cell_parser ❭ cell_modify_functions ❭ synaptic_input ❭ synaptic_input
synaptic_input¶
-
single_cell_parser.cell_modify_functions.synaptic_input.synaptic_input(cell, network_param=
None, synapse_activation_file=None, tStop=None)¶ Add synaptic activations to the cell from a network.
- Parameters:¶
cell (
Cell) – The cell object.network_param (str | dict |
NTParameterSet) – The Network parameters.synapse_activation_file (str, optional) – The Synapse activation file with existing synapse activations. If None, synapse activations are generated from scratch using
create_saved_network2().tStop (float) – The simulation stop time.
- Returns:¶
The cell with the synaptic input set up as the
evokedNWattribute.- Return type:¶