org.simBio.bio.sarai_noma_2004
Class VoltageClamp
java.lang.Object
org.simBio.core.Component
org.simBio.core.Parameter
org.simBio.core.Composite
org.simBio.core.Reactor
org.simBio.bio.sarai_noma_2004.VoltageClamp
- All Implemented Interfaces:
- Node
public class VoltageClamp
- extends Reactor
apply square voltage pulse
- Version:
- $Revision: 1.1 $
- Author:
- Nobuaki Sarai
- See Also:
- XML example
Method Summary |
protected void |
calculate(double t)
apply square voltage pulse |
protected void |
prepare()
set membrane potential = holding potential |
Methods inherited from class org.simBio.core.Component |
addDydt, end, getIndent, getIndentedShortName, getName, getName, getParent, getRoot, getShortName, getUnits, isNamed, isPrefixed, logIndented, quit, setLinks |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Vm
public Node Vm
interval
public double interval
onset
public double onset
offset
public double offset
hold
public double hold
test
public double test
VoltageClamp
public VoltageClamp()
prepare
protected void prepare()
- set membrane potential = holding potential
- Overrides:
prepare
in class Parameter
- See Also:
Component.prepare()
calculate
protected void calculate(double t)
- apply square voltage pulse
- Specified by:
calculate
in class Reactor
- Parameters:
t
- elapsed time (ms)- See Also:
Reactor.calculate(double)
Copyright © 2005 Cell/Biodinamics simulation project. All Rights Reserved.