Package org.neuroml.model
Class VoltageClampTriple
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.Standalone
org.neuroml.model.VoltageClampTriple
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class VoltageClampTriple
extends Standalone
implements org.jvnet.jaxb2_commons.lang.ToString2
Voltage clamp with 3 clamp levels. Applies a variable current **i** ( through **simpleSeriesResistance** ) to try to keep parent cell at **conditioningVoltage** until time **delay,** **testingVoltage** until **delay** + **duration,** and **returnVoltage** afterwards. Only enabled if **active** = 1.
\n
:param active: Whether the voltage clamp is active ( 1 ) or inactive ( 0 ).
:type active: none
:param delay: Delay before switching from conditioningVoltage to testingVoltage.
:type delay: time
:param duration: Duration to hold at testingVoltage.
:type duration: time
:param conditioningVoltage: Target voltage before time delay
:type conditioningVoltage: voltage
:param testingVoltage: Target voltage between times delay and delay + duration
:type testingVoltage: voltage
:param returnVoltage: Target voltage after time duration
:type returnVoltage: voltage
:param simpleSeriesResistance: Current will be calculated by the difference in voltage between the target and parent, divided by this value
:type simpleSeriesResistance: resistance
Java class for VoltageClampTriple complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VoltageClampTriple"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}Standalone"> <attribute name="active" use="required" type="{http://www.neuroml.org/schema/neuroml2}ZeroOrOne" /> <attribute name="delay" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" /> <attribute name="duration" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" /> <attribute name="conditioningVoltage" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" /> <attribute name="testingVoltage" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" /> <attribute name="returnVoltage" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" /> <attribute name="simpleSeriesResistance" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_resistance" /> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected double
protected String
protected String
protected String
protected String
protected String
protected String
Fields inherited from class org.neuroml.model.Standalone
annotation, metaid, notes, property
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) double
Gets the value of the active property.Gets the value of the conditioningVoltage property.getDelay()
Gets the value of the delay property.Gets the value of the duration property.Gets the value of the returnVoltage property.Gets the value of the simpleSeriesResistance property.Gets the value of the testingVoltage property.void
setActive
(double value) Sets the value of the active property.void
setConditioningVoltage
(String value) Sets the value of the conditioningVoltage property.void
Sets the value of the delay property.void
setDuration
(String value) Sets the value of the duration property.void
setReturnVoltage
(String value) Sets the value of the returnVoltage property.void
setSimpleSeriesResistance
(String value) Sets the value of the simpleSeriesResistance property.void
setTestingVoltage
(String value) Sets the value of the testingVoltage property.toString()
Methods inherited from class org.neuroml.model.Standalone
getAnnotation, getMetaid, getNotes, getProperty, setAnnotation, setMetaid, setNotes
-
Field Details
-
active
protected double active -
delay
-
duration
-
conditioningVoltage
-
testingVoltage
-
returnVoltage
-
simpleSeriesResistance
-
-
Constructor Details
-
VoltageClampTriple
public VoltageClampTriple()
-
-
Method Details
-
getActive
public double getActive()Gets the value of the active property. -
setActive
public void setActive(double value) Sets the value of the active property. -
getDelay
Gets the value of the delay property.- Returns:
- possible object is
String
-
setDelay
Sets the value of the delay property.- Parameters:
value
- allowed object isString
-
getDuration
Gets the value of the duration property.- Returns:
- possible object is
String
-
setDuration
Sets the value of the duration property.- Parameters:
value
- allowed object isString
-
getConditioningVoltage
Gets the value of the conditioningVoltage property.- Returns:
- possible object is
String
-
setConditioningVoltage
Sets the value of the conditioningVoltage property.- Parameters:
value
- allowed object isString
-
getTestingVoltage
Gets the value of the testingVoltage property.- Returns:
- possible object is
String
-
setTestingVoltage
Sets the value of the testingVoltage property.- Parameters:
value
- allowed object isString
-
getReturnVoltage
Gets the value of the returnVoltage property.- Returns:
- possible object is
String
-
setReturnVoltage
Sets the value of the returnVoltage property.- Parameters:
value
- allowed object isString
-
getSimpleSeriesResistance
Gets the value of the simpleSeriesResistance property.- Returns:
- possible object is
String
-
setSimpleSeriesResistance
Sets the value of the simpleSeriesResistance property.- Parameters:
value
- allowed object isString
-
toString
- Overrides:
toString
in classStandalone
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
append
in classStandalone
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
appendFields
in classStandalone
-