NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::amat2_psc_exp::State_ Struct Reference

State variables of the model. More...

Public Member Functions

 State_ ()
 Default initialization.
 
void get (Dictionary &, const Parameters_ &) const
 
void set (const Dictionary &, const Parameters_ &, double, Node *)
 Set values from dictionary.
 

Public Attributes

double i_0_
 synaptic dc input current, variable 0
 
double I_syn_ex_
 postsynaptic current for exc. inputs, variable 1
 
double I_syn_in_
 postsynaptic current for inh. inputs, variable 2
 
double V_m_
 membrane potential, variable 3
 
double V_th_1_
 short time adaptive threshold (related to tau_1_), variable 4
 
double V_th_2_
 long time adaptive threshold (related to tau_2_), variable 5
 
double V_th_dv_
 derivative of voltage dependent threshold, variable 6
 
double V_th_v_
 voltage dependent threshold, variable 7
 
int r_
 total refractory counter (no spikes can be generated)
 

Detailed Description

State variables of the model.

Constructor & Destructor Documentation

◆ State_()

nest::amat2_psc_exp::State_::State_ ( )

Default initialization.

Member Function Documentation

◆ get()

void nest::amat2_psc_exp::State_::get ( Dictionary &  d,
const Parameters_ &  p 
) const

References nest::names::V_m(), nest::names::V_th(), nest::names::V_th_alpha_1(), nest::names::V_th_alpha_2(), and nest::names::V_th_v().

Referenced by nest::amat2_psc_exp::get_status().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ set()

void nest::amat2_psc_exp::State_::set ( const Dictionary &  d,
const Parameters_ &  p,
double  delta_EL,
Node *  node 
)

Set values from dictionary.

Parameters
dictionaryto take data from
currentparameters
Changein reversal potential E_L specified by this dict

References nest::update_value_param(), nest::names::V_m(), nest::names::V_th_alpha_1(), nest::names::V_th_alpha_2(), and nest::names::V_th_v().

Referenced by nest::amat2_psc_exp::set_status().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ i_0_

double nest::amat2_psc_exp::State_::i_0_

synaptic dc input current, variable 0

Referenced by nest::amat2_psc_exp::update().

◆ I_syn_ex_

double nest::amat2_psc_exp::State_::I_syn_ex_

postsynaptic current for exc. inputs, variable 1

Referenced by nest::amat2_psc_exp::get_I_syn_ex_(), and nest::amat2_psc_exp::update().

◆ I_syn_in_

double nest::amat2_psc_exp::State_::I_syn_in_

postsynaptic current for inh. inputs, variable 2

Referenced by nest::amat2_psc_exp::get_I_syn_in_(), and nest::amat2_psc_exp::update().

◆ r_

int nest::amat2_psc_exp::State_::r_

total refractory counter (no spikes can be generated)

Referenced by nest::amat2_psc_exp::update().

◆ V_m_

double nest::amat2_psc_exp::State_::V_m_

membrane potential, variable 3

Referenced by nest::amat2_psc_exp::get_V_m_(), and nest::amat2_psc_exp::update().

◆ V_th_1_

double nest::amat2_psc_exp::State_::V_th_1_

short time adaptive threshold (related to tau_1_), variable 4

Referenced by nest::amat2_psc_exp::get_V_th_(), and nest::amat2_psc_exp::update().

◆ V_th_2_

double nest::amat2_psc_exp::State_::V_th_2_

long time adaptive threshold (related to tau_2_), variable 5

Referenced by nest::amat2_psc_exp::get_V_th_(), and nest::amat2_psc_exp::update().

◆ V_th_dv_

double nest::amat2_psc_exp::State_::V_th_dv_

derivative of voltage dependent threshold, variable 6

Referenced by nest::amat2_psc_exp::update().

◆ V_th_v_

double nest::amat2_psc_exp::State_::V_th_v_

voltage dependent threshold, variable 7

Referenced by nest::amat2_psc_exp::get_V_th_(), nest::amat2_psc_exp::get_V_th_v_(), and nest::amat2_psc_exp::update().


The documentation for this struct was generated from the following files: