Parameters for a spatially homogeneous boost stimulus.
More...
#include <boost_stimulus.h>
|
| double | amplitude |
| | Uniform input value applied across the entire field.
|
| |
| bool | isActive |
| | If false, the stimulus outputs zero regardless of amplitude.
|
| |
Parameters for a spatially homogeneous boost stimulus.
◆ BoostStimulusParameters()
| dnf_composer::element::BoostStimulusParameters::BoostStimulusParameters |
( |
const double |
amplitude = 5.0, |
|
|
const bool |
isActive = true |
|
) |
| |
|
inlineexplicit |
Construct a BoostStimulus parameter set.
- Parameters
-
| amplitude | Homogeneous input amplitude (default 5.0). |
| isActive | Whether the stimulus is currently active (default true). |
◆ operator==()
◆ toString()
| std::string dnf_composer::element::BoostStimulusParameters::toString |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ amplitude
| double dnf_composer::element::BoostStimulusParameters::amplitude |
Uniform input value applied across the entire field.
◆ isActive
| bool dnf_composer::element::BoostStimulusParameters::isActive |
If false, the stimulus outputs zero regardless of amplitude.
The documentation for this struct was generated from the following file: