Class RampGeneratorDL

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

public class RampGeneratorDL extends Standalone implements org.jvnet.jaxb2_commons.lang.ToString2
Dimensionless equivalent of **rampGenerator** . Generates a ramping current after a time **delay,** for a fixed **duration.** During this time the dimensionless current steadily changes from **startAmplitude** to **finishAmplitude.** Scaled by **weight,** if set \n :param delay: Delay before change in current. Current is baselineAmplitude prior to this. :type delay: time :param duration: Duration for holding current at amplitude. Current is baselineAmplitude after delay + duration. :type duration: time :param startAmplitude: Amplitude of linearly varying current at time delay :type startAmplitude: none :param finishAmplitude: Amplitude of linearly varying current at time delay + duration :type finishAmplitude: none :param baselineAmplitude: Amplitude of current before time delay, and after time delay + duration :type baselineAmplitude: none

Java class for RampGeneratorDL complex type.

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

 <complexType name="RampGeneratorDL">
   <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="startAmplitude" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_none" />
       <attribute name="finishAmplitude" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_none" />
       <attribute name="baselineAmplitude" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_none" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • delay

      protected String delay
    • duration

      protected String duration
    • startAmplitude

      protected String startAmplitude
    • finishAmplitude

      protected String finishAmplitude
    • baselineAmplitude

      protected String baselineAmplitude
  • Constructor Details

    • RampGeneratorDL

      public RampGeneratorDL()
  • 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
    • getStartAmplitude

      public String getStartAmplitude()
      Gets the value of the startAmplitude property.
      Returns:
      possible object is String
    • setStartAmplitude

      public void setStartAmplitude(String value)
      Sets the value of the startAmplitude property.
      Parameters:
      value - allowed object is String
    • getFinishAmplitude

      public String getFinishAmplitude()
      Gets the value of the finishAmplitude property.
      Returns:
      possible object is String
    • setFinishAmplitude

      public void setFinishAmplitude(String value)
      Sets the value of the finishAmplitude property.
      Parameters:
      value - allowed object is String
    • getBaselineAmplitude

      public String getBaselineAmplitude()
      Gets the value of the baselineAmplitude property.
      Returns:
      possible object is String
    • setBaselineAmplitude

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