Class VoltageClamp

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2

public class VoltageClamp extends Standalone implements org.jvnet.jaxb2_commons.lang.ToString2
Voltage clamp. Applies a variable current **i** to try to keep parent at **targetVoltage.** Not yet fully tested!!! Consider using voltageClampTriple!! \n :param delay: Delay before change in current. Current is zero prior to this. :type delay: time :param duration: Duration for attempting to keep parent at targetVoltage. Current is zero after delay + duration. :type duration: time :param targetVoltage: Current will be applied to try to get parent to this target voltage :type targetVoltage: 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 VoltageClamp complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="VoltageClamp">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}Standalone">
       <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="targetVoltage" 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

    • delay

      protected String delay
    • duration

      protected String duration
    • targetVoltage

      protected String targetVoltage
    • simpleSeriesResistance

      protected String simpleSeriesResistance
  • Constructor Details

    • VoltageClamp

      public VoltageClamp()
  • Method Details

    • 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
    • getTargetVoltage

      public String getTargetVoltage()
      Gets the value of the targetVoltage property.
      Returns:
      possible object is String
    • setTargetVoltage

      public void setTargetVoltage(String value)
      Sets the value of the targetVoltage 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