Nektar++
Loading...
Searching...
No Matches
Variables
example_script Namespace Reference

Variables

 importer = cellml.CellMLImporter()
 
 exporter = nektar.NektarExporter()
 
 model = importer.model('courtemanche_ramirez_nattel_1998.cellml')
 
 _ = guess.remove_embedded_protocol(model)
 
dict variants
 
dict initial_states = {}
 
 sim = myokit.Simulation(model)
 

Variable Documentation

◆ _

example_script._ = guess.remove_embedded_protocol(model)
protected

Definition at line 27 of file example_script.py.

◆ exporter

example_script.exporter = nektar.NektarExporter()

Definition at line 18 of file example_script.py.

◆ importer

example_script.importer = cellml.CellMLImporter()

Definition at line 15 of file example_script.py.

◆ initial_states

dict example_script.initial_states = {}

Definition at line 48 of file example_script.py.

◆ model

example_script.model = importer.model('courtemanche_ramirez_nattel_1998.cellml')

Definition at line 21 of file example_script.py.

◆ sim

example_script.sim = myokit.Simulation(model)

Definition at line 54 of file example_script.py.

◆ variants

dict example_script.variants
Initial value:
1= {'Original': {'transient_outward_K_current.g_to': 0.1652,
2 'L_type_Ca_channel.g_Ca_L': 0.12375},
3 'AF': {'transient_outward_K_current.g_to':0.0826,
4 'L_type_Ca_channel.g_Ca_L': 0.037125}}

Definition at line 41 of file example_script.py.