Location: Model of excitation-contraction in uterine myocytes from a pregnant rat @ 1e8a68c9f921 / Components / IKCa_gating.cellml

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2021-09-14 17:32:05+12:00
Desc:
Add NS currents
Permanent Source URI:
https://models.physiomeproject.org/workspace/701/rawfile/1e8a68c9f92122aab2a28b05b34afe5aac611fdf/Components/IKCa_gating.cellml

<?xml version='1.0' encoding='UTF-8'?>
<model name="IKCa_gating" xmlns="http://www.cellml.org/cellml/1.1#" xmlns:cellml="http://www.cellml.org/cellml/1.1#" xmlns:xlink="http://www.w3.org/1999/xlink">
    <import xlink:href="../cellLib/Components/units.cellml">
        <units name="mV" units_ref="mV"/>
    </import>
    <component name="po_inf">
        <variable name="X_inf" public_interface="out" units="dimensionless"/>
        <variable name="V" public_interface="in" units="mV"/>
        <variable name="V_hKCa" public_interface="in" units="mV"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>X_inf</ci>
                <apply>
                    <divide/>
                    <cn cellml:units="dimensionless">1</cn>
                    <apply>
                        <plus/>
                        <cn cellml:units="dimensionless">1</cn>
                        <apply>
                            <exp/>
                            <apply>
                                <divide/>
                                <apply>
                                    <minus/>
                                    <ci>V_hKCa</ci>
                                    <ci>V</ci>
                                </apply>
                                <cn cellml:units="mV">18.25</cn>
                            </apply>
                        </apply>
                    </apply>
                </apply>
            </apply>
        </math>
    </component>
</model>