NEST  2.6.0,not_revisioned_source_dir@0
Public Attributes | List of all members
nest::Device::Variables_ Struct Reference

Internal variables of the model. More...

Public Attributes

long_t t_min_
 Time step of device activation. More...
 
long_t t_max_
 Time step of device deactivation. More...
 

Detailed Description

Internal variables of the model.

Member Data Documentation

long_t 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().
long_t 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().

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