|
carputils
Doxygen code documentation for the python framework controlling openCARP
|
Functions | |
| def | PEERP (args, job, cmd_ref, mesh_name, sinus, stim_point, steady_state_dir, tag_str="") |
| Pacing at the End of the Effective Refractory Period: More... | |
| def | save_S2_time (index_node, job, new_time_points) |
| def carputils.model.protocols.PEERP_algorithm.PEERP | ( | args, | |
| job, | |||
| cmd_ref, | |||
| mesh_name, | |||
| sinus, | |||
| stim_point, | |||
| steady_state_dir, | |||
tag_str = "" |
|||
| ) |
Pacing at the End of the Effective Refractory Period:
It triggers ectopic beats at the end of the effective refractory period, computed as the minimum coupling interval at which the action potential could propagate in the tissue.
Input parser arguments (args), output directory (job.ID), struct containing imp_regions and gregions (cmd_ref), meshname, sinus node location (sinus), stimulation point location (x,y,z) and prepacing directory (steady_state_dir)
help='tolerance to compute the end of the effective refractory period'
| args | |
| job | |
| cmd_ref | |
| mesh_name | |
| sinus | |
| stim_point | 3D position of the stimulation point |
| steady_state_dir | |
| tag_str | Tags which belong to the surface of the corresponding atrium size (all LA or all RA tags) :return: |
| def carputils.model.protocols.PEERP_algorithm.save_S2_time | ( | index_node, | |
| job, | |||
| new_time_points | |||
| ) |