NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::pp_psc_delta::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_ &, Node *)
 

Public Attributes

double y0_
 This is piecewise constant external current.
 
double y3_
 This is the membrane potential RELATIVE TO RESTING POTENTIAL.
 
double q_
 This is the change of the 'threshold' due to adaptation.
 
std::vector< double > q_elems_
 Vector of adaptation parameters. by Hesam.
 
int r_
 Number of refractory steps remaining.
 
bool initialized_
 it is true if the vectors are initialized
 

Detailed Description

State variables of the model.

Constructor & Destructor Documentation

◆ State_()

nest::pp_psc_delta::State_::State_ ( )

Default initialization.

References q_elems_.

Member Function Documentation

◆ get()

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

References nest::names::E_sfa(), and nest::names::V_m().

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

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

◆ set()

void nest::pp_psc_delta::State_::set ( const Dictionary &  d,
const Parameters_ &  ,
Node *  node 
)

References nest::names::E_sfa(), nest::Node::initialized_, nest::update_value_param(), and nest::names::V_m().

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

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

Member Data Documentation

◆ initialized_

bool nest::pp_psc_delta::State_::initialized_

it is true if the vectors are initialized

Referenced by nest::pp_psc_delta::pre_run_hook().

◆ q_

double nest::pp_psc_delta::State_::q_

This is the change of the 'threshold' due to adaptation.

Referenced by nest::pp_psc_delta::get_E_sfa_(), and nest::pp_psc_delta::update().

◆ q_elems_

std::vector< double > nest::pp_psc_delta::State_::q_elems_

Vector of adaptation parameters. by Hesam.

Referenced by nest::pp_psc_delta::pre_run_hook(), State_(), and nest::pp_psc_delta::update().

◆ r_

int nest::pp_psc_delta::State_::r_

Number of refractory steps remaining.

Referenced by nest::pp_psc_delta::init_state_(), and nest::pp_psc_delta::update().

◆ y0_

double nest::pp_psc_delta::State_::y0_

This is piecewise constant external current.

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

◆ y3_

double nest::pp_psc_delta::State_::y3_

This is the membrane potential RELATIVE TO RESTING POTENTIAL.

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


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