pygrenade_vx.network.multicompartment.mechanisms.ConductanceBasedSynapse
-
class
pygrenade_vx.network.multicompartment.mechanisms.ConductanceBasedSynapse(conductance: int = 0, potential: int = 0, time_constant: int = 0) Bases:
pygrenade_vx.network.multicompartment.mechanisms.MechanismMechanism that defines the parameters of a conductance based synaptic input.
-
__init__(conductance: int = 0, potential: int = 0, time_constant: int = 0) Initialize a conductance based synapse.
- Parameters
conductance – Strength of the synaptic input.
potential – Reversal potential.
time_constant – Time constant of the synaptic input.
Methods
__init__([conductance, potential, time_constant])Initialize a conductance based synapse.
copy()Create copy of the mechanism.
Create the mechanism in grenade.
-
copy() → pygrenade_vx.network.multicompartment.mechanisms.ConductanceBasedSynapse Create copy of the mechanism.
- Returns
Copy of the mechanism.
-
to_grenade() → _pygrenade_vx_network.MechanismSynapticInputConductance Create the mechanism in grenade.
- Returns
Grenade object of the mechanism.
-