|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
define the wave form of a stimulation pulse More...
#include <stimulate.h>
Public Member Functions | |
| void | assign (double _strength, double _duration, double _dt, waveform_t _wform) |
| void | setup (int id) |
| Setup from a param stimulus index. More... | |
Public Attributes | |
| double | strength = 0.0 |
| strength of stimulus More... | |
| double | duration = 0.0 |
| duration of stimulus More... | |
| waveform_t | wform = unsetPulse |
| wave form of stimulus More... | |
| sig::time_trace | wave |
| wave form of stimulus pulse More... | |
define the wave form of a stimulation pulse
Definition at line 89 of file stimulate.h.
|
inline |
| void opencarp::stim_pulse::setup | ( | int | id | ) |
Setup from a param stimulus index.
define stimulus waveform and generate discrete trace of it
| id | The index of the stimulus used for setup. |
Definition at line 197 of file stimulate.cc.
| double opencarp::stim_pulse::duration = 0.0 |
duration of stimulus
Definition at line 93 of file stimulate.h.
| double opencarp::stim_pulse::strength = 0.0 |
strength of stimulus
Definition at line 92 of file stimulate.h.
| sig::time_trace opencarp::stim_pulse::wave |
wave form of stimulus pulse
Definition at line 96 of file stimulate.h.
| waveform_t opencarp::stim_pulse::wform = unsetPulse |
wave form of stimulus
Definition at line 94 of file stimulate.h.