Class 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 Details

    • active

      protected double active
    • delay

      protected String delay
    • duration

      protected String duration
    • conditioningVoltage

      protected String conditioningVoltage
    • testingVoltage

      protected String testingVoltage
    • returnVoltage

      protected String returnVoltage
    • simpleSeriesResistance

      protected String 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

      public String getDelay()
      Gets the value of the delay property.
      Returns:
      possible object is String
    • setDelay

      public void setDelay(String value)
      Sets the value of the delay property.
      Parameters:
      value - allowed object is String
    • getDuration

      public String getDuration()
      Gets the value of the duration property.
      Returns:
      possible object is String
    • setDuration

      public void setDuration(String value)
      Sets the value of the duration property.
      Parameters:
      value - allowed object is String
    • getConditioningVoltage

      public String getConditioningVoltage()
      Gets the value of the conditioningVoltage property.
      Returns:
      possible object is String
    • setConditioningVoltage

      public void setConditioningVoltage(String value)
      Sets the value of the conditioningVoltage property.
      Parameters:
      value - allowed object is String
    • getTestingVoltage

      public String getTestingVoltage()
      Gets the value of the testingVoltage property.
      Returns:
      possible object is String
    • setTestingVoltage

      public void setTestingVoltage(String value)
      Sets the value of the testingVoltage property.
      Parameters:
      value - allowed object is String
    • getReturnVoltage

      public String getReturnVoltage()
      Gets the value of the returnVoltage property.
      Returns:
      possible object is String
    • setReturnVoltage

      public void setReturnVoltage(String value)
      Sets the value of the returnVoltage property.
      Parameters:
      value - allowed object is String
    • getSimpleSeriesResistance

      public String getSimpleSeriesResistance()
      Gets the value of the simpleSeriesResistance property.
      Returns:
      possible object is String
    • setSimpleSeriesResistance

      public void setSimpleSeriesResistance(String value)
      Sets the value of the simpleSeriesResistance property.
      Parameters:
      value - allowed object is String
    • toString

      public String toString()
      Overrides:
      toString in class Standalone
    • append

      public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      append in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      append in class Standalone
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      appendFields in class Standalone