Location: Models for the OpenCOR and PMR tutorial by Peter Hunter @ e3ef4cf57b9b / Noble62_units.cellml

Author:
David Nickerson <nickerso@users.sourceforge.net>
Date:
2017-09-13 14:24:42+12:00
Desc:
update Noble 62 SED-ML to match changes in the CellML
Permanent Source URI:
https://models.cellml.org/workspace/25d/rawfile/e3ef4cf57b9be0b9f5ccb72e98dac46f2381add5/Noble62_units.cellml

<?xml version='1.0'?>
<model name="Noble62_units" xmlns="http://www.cellml.org/cellml/1.1#" xmlns:cellml="http://www.cellml.org/cellml/1.1#">
    <units name="ms">
        <unit prefix="milli" units="second"/>
    </units>
    <units name="per_ms">
        <unit exponent="-1" prefix="milli" units="second"/>
    </units>
    <units name="mV">
        <unit prefix="milli" units="volt"/>
    </units>
    <units name="mM">
        <unit prefix="milli" units="mole"/>
    </units>
    <units name="per_mV">
        <unit exponent="-1" prefix="milli" units="volt"/>
    </units>
    <units name="per_mV_ms">
        <unit exponent="-1" units="mV"/>
        <unit exponent="-1" units="ms"/>
    </units>
    <units name="mS">
        <unit prefix="milli" units="siemens"/>
    </units>
    <units name="microF">
        <unit prefix="micro" units="farad"/>
    </units>
    <units name="microA">
        <unit prefix="micro" units="ampere"/>
    </units>
</model>