Skip to content
logo
In Silico Framework
set_inh_synapse_weight
Initializing search
    in_silico_framework
    • API reference
    • Tutorials
    • Installation
    • File & data formats
    • Bibliography
    in_silico_framework
    • API reference
      • Interface
      • biophysics_fitting
      • data_base
      • simrun
        • modular_reduced_model_inference
        • PSP_with_cell_modification
        • generate_synapse_activations
        • get_cell_with_network
        • parameters_to_cell
        • rerun_db
        • robust_dask_delayed_execution
        • run_new_simulations
        • seed_manager
        • sim_trial_to_cell_object
        • synaptic_strength_fitting
          • PSPs
          • set_ex_synapse_weight
          • set_inh_synapse_weight
            • Fsimrunsynaptic_strength_fittingset_inh_synapse_weight
              • Parameters
                • psyn
                • pweight
              • Returns
          • run_ex_synapse
          • run_ex_synapses
          • generate_ex_network_param_from_network_embedding
          • generate_inh_network_param_from_network_embedding
          • get_voltage_and_timing
          • get_summary_statistics
          • get_optimal_g
          • get_tMax_vMax_baseline
          • analyze_voltage_trace
          • get_tMax_vMax
          • merge_celltypes
          • ePSP_summary_statistics
          • linear_fit
          • linear_fit_pdf
          • calculate_optimal_g
        • utils
      • single_cell_parser
      • singlecell_input_mapper
      • spike_analysis
      • visualize
    • Tutorials
    • Installation
    • File & data formats
    • Bibliography
    • Fsimrunsynaptic_strength_fittingset_inh_synapse_weight
      • Parameters
        • psyn
        • pweight
      • Returns

    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.

    Documentation unclear, incomplete, broken or wrong? Let us know

    Previous set_ex_synapse_weight
    Next run_ex_synapse
    © Copyright 2025 Max Planck Institute for Neurobiology of Behavior - CAESAR.
    Created using Sphinx 7.2.6. and Sphinx-Immaterial