|
carputils
Doxygen code documentation for the python framework controlling openCARP
|
Functions | |
| def | RP_B (args, job, cmd_ref, meshname, stim_points, steady_state_dir) |
| Rapid Pacing with reentry check after every Beat: More... | |
| def | check_propagation (args, job, meshname, cmd_ref, stim_index, simid, nodes_to_check_str, startstatef, start_S2) |
| def carputils.model.protocols.RP_B_algorithm.check_propagation | ( | args, | |
| job, | |||
| meshname, | |||
| cmd_ref, | |||
| stim_index, | |||
| simid, | |||
| nodes_to_check_str, | |||
| startstatef, | |||
| start_S2 | |||
| ) |
| def carputils.model.protocols.RP_B_algorithm.RP_B | ( | args, | |
| job, | |||
| cmd_ref, | |||
| meshname, | |||
| stim_points, | |||
| steady_state_dir | |||
| ) |
Rapid Pacing with reentry check after every Beat:
It consists of a train of electrical stimulations with decreasing coupling interval (args.step) between args.start_bcl and args.end_bcl. It can give multiple beats with the same cycle length (args.max_n_beats_RP) and it checks for arrhythmia induction after every beat.
Input parser arguments (args), output directory (job.ID), struct containing imp_regions and gregions (cmd_ref), meshname, stimulation point location (x,y,z) and prepacing directory (steady_state_dir)