simrunsynaptic_strength_fittingset_inh_synapse_weight

set_inh_synapse_weight

simrun.synaptic_strength_fitting.set_inh_synapse_weight(syn, weight)

Set the synaptic strength of an inhibitory single_cell_parser.synapse.Synapse.

Parameters:
  • syn (single_cell_parser.synapse.Synapse) – The inhibitory synapse to set the synaptic strength for.

  • weight (float) – The synaptic strength value.

Returns:

None. Updates the synaptic strength of the inhibitory synapse.