NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::Device::Variables_ Struct Reference

Internal variables of the model. More...

Public Attributes

long t_min_
 Time step of device activation.
 
long t_max_
 Time step of device deactivation.
 

Detailed Description

Internal variables of the model.

Member Data Documentation

◆ t_max_

long nest::Device::Variables_::t_max_

Time step of device deactivation.

t_max_ = origin_ + stop_, in steps.

Note
This is an auxiliary variable that is initialized to -1 in the constructor and set to its proper value by calibrate. It should NOT be returned by get_parameters().

Referenced by nest::Device::get_t_max_(), and nest::Device::pre_run_hook().

◆ t_min_

long nest::Device::Variables_::t_min_

Time step of device activation.

t_min_ = origin_ + start_, in steps.

Note
This is an auxiliary variable that is initialized to -1 in the constructor and set to its proper value by calibrate. It should NOT be returned by get_parameters().

Referenced by nest::Device::get_t_min_(), and nest::Device::pre_run_hook().


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