|
carputils
Doxygen code documentation for the python framework controlling openCARP
|
Functions | |
| def | RP_E (args, job, cmd_ref, meshname, stim_points, steady_state_dir) |
| Rapid Pacing with reentry check at the End: More... | |
| def | stimulation (args, start, start_bcl, end_bcl, step, n_beats, stimulation_node) |
| def carputils.model.protocols.RP_E_algorithm.RP_E | ( | args, | |
| job, | |||
| cmd_ref, | |||
| meshname, | |||
| stim_points, | |||
| steady_state_dir | |||
| ) |
Rapid Pacing with reentry check at the End:
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 at the end of the protocol
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)
| def carputils.model.protocols.RP_E_algorithm.stimulation | ( | args, | |
| start, | |||
| start_bcl, | |||
| end_bcl, | |||
| step, | |||
| n_beats, | |||
| stimulation_node | |||
| ) |