Internal variables of the model. More...
Public Attributes | |
| long | t_min_ |
| Time step of device activation. | |
| long | t_max_ |
| Time step of device deactivation. | |
Internal variables of the model.
| long nest::Device::Variables_::t_max_ |
Time step of device deactivation.
t_max_ = origin_ + stop_, in steps.
Referenced by nest::Device::get_t_max_(), and nest::Device::pre_run_hook().
| long nest::Device::Variables_::t_min_ |
Time step of device activation.
t_min_ = origin_ + start_, in steps.
Referenced by nest::Device::get_t_min_(), and nest::Device::pre_run_hook().