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

Public Member Functions

 Parameters_ ()
 Sets default parameter values.
 
 Parameters_ (const Parameters_ &)
 
Parameters_ & operator= (const Parameters_ &p)
 
void get (Dictionary &) const
 Store current values in Dictionary.
 
void set (const Dictionary &, Node *node)
 Set values from Dictionary.
 

Public Attributes

double amp_
 Amplitude of sine-current.
 
double offset_
 Offset of sine-current.
 
double freq_
 Standard frequency in Hz.
 
double phi_deg_
 Phase of sine current (0-360 deg)
 

Constructor & Destructor Documentation

◆ Parameters_() [1/2]

nest::ac_generator::Parameters_::Parameters_ ( )

Sets default parameter values.

◆ Parameters_() [2/2]

nest::ac_generator::Parameters_::Parameters_ ( const Parameters_ &  p)

Member Function Documentation

◆ get()

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

Store current values in Dictionary.

References nest::names::amplitude(), nest::names::frequency(), nest::names::offset(), and nest::names::phase().

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

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

◆ operator=()

ac_generator::Parameters_ & nest::ac_generator::Parameters_::operator= ( const Parameters_ &  p)

◆ set()

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

Set values from Dictionary.

References nest::names::amplitude(), nest::names::frequency(), nest::names::offset(), nest::names::phase(), and nest::update_value_param().

Referenced by nest::ac_generator::set_data_from_stimulation_backend(), and nest::ac_generator::set_status().

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

Member Data Documentation

◆ amp_

double nest::ac_generator::Parameters_::amp_

Amplitude of sine-current.

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

◆ freq_

double nest::ac_generator::Parameters_::freq_

Standard frequency in Hz.

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

◆ offset_

double nest::ac_generator::Parameters_::offset_

Offset of sine-current.

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

◆ phi_deg_

double nest::ac_generator::Parameters_::phi_deg_

Phase of sine current (0-360 deg)

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


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