python_models8.neuron.neuron_models package

Submodules

python_models8.neuron.neuron_models.my_neuron_model module

class python_models8.neuron.neuron_models.my_neuron_model.MyNeuronModel(i_offset, my_neuron_parameter, v)[source]

Bases: AbstractStandardNeuronComponent

Parameters:
  • structs (list(Struct)) – The structures of the component

  • units (dict) – The units to use for each parameter

add_parameters(parameters: RangeDictionary[float]) None[source]

Add the initial values of the parameters to the parameter holder.

Parameters:

parameters (RangeDictionary) – A holder of the parameters

add_state_variables(state_variables: RangeDictionary[float]) None[source]

Add the initial values of the state variables to the state variables holder.

Parameters:

state_variables (RangeDictionary) – A holder of the state variables

property i_offset
property my_neuron_parameter
property v

Module contents