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

Public Member Functions

 State_ ()
 Sets default parameter values.
 
void get (Dictionary &) const
 Store current values in Dictionary.
 

Public Attributes

double y_0_
 
double y_1_
 
double I_
 Instantaneous current value; used for recording current Required to handle current values when device is inactive.
 

Constructor & Destructor Documentation

◆ State_()

nest::ac_generator::State_::State_ ( )

Sets default parameter values.

Member Function Documentation

◆ get()

void nest::ac_generator::State_::get ( Dictionary &  d) const

Store current values in Dictionary.

References nest::names::y_0(), and nest::names::y_1().

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

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

Member Data Documentation

◆ I_

double nest::ac_generator::State_::I_

Instantaneous current value; used for recording current Required to handle current values when device is inactive.

Referenced by nest::ac_generator::get_I_(), and nest::ac_generator::update().

◆ y_0_

double nest::ac_generator::State_::y_0_

◆ y_1_

double nest::ac_generator::State_::y_1_

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