You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<neuromlxmlns="http://www.neuroml.org/schema/neuroml2"xmlns:xs="http://www.w3.org/2001/XMLSchema"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://www.neuroml.org/schema/neuroml2 https://raw.github.com/NeuroML/NeuroML2/development/Schemas/NeuroML2/NeuroML_v2.3.1.xsd"id="kd3">
<ionChannelHHid="kd3"species="K"conductance="10 pS">
<annotation/>
<gateid="n"instances="1"type="gateHHrates">
<q10Settingstype="q10ExpTemp"q10Factor="3"experimentalTemp="16 degC"/>
<forwardRatetype="HHNearlyExpLinearRate"rate="0.02 per_ms"midpoint="20 mV"scale="9 mV"/>
<reverseRatetype="HHNearlyExpLinearRate"rate="-0.002 per_ms"midpoint="20 mV"scale="-9 mV"/>
</gate>
</ionChannelHH>
<ComponentTypename="HHNearlyExpLinearRate"extends="baseHHRate"description="A HHExpLinearRate, but not quite">
<Parametername="scale"dimension="voltage"/>
<Parametername="midpoint"dimension="voltage"/>
<Parametername="rate"dimension="per_time"/>
<Dynamics>
<DerivedVariablename="x"dimension="voltage"value="(v - midpoint)"/>
<ConditionalDerivedVariablename="r"dimension="per_time"exposure="r">
<!-- the condition below should throw an error, the value bit should also throw an error, dimensions are wrong in both places -->
<Casecondition="x .neq. 0"value="rate * x/(1 - exp(0 - x/scale))"/>
<Casevalue="rate"/>
</ConditionalDerivedVariable>
</Dynamics>
</ComponentType>
</neuroml>
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: