Class BasePyNNIaFCondCell

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
EIFCondExpIsfaIsta, IFCondAlpha, IFCondExp

public class BasePyNNIaFCondCell extends BasePyNNIaFCell implements org.jvnet.jaxb2_commons.lang.ToString2
Base type of conductance based PyNN IaF cell models \n :param e_rev_E: This parameter is never used in the NeuroML2 description of this cell! Any synapse producing a current can be placed on this cell :type e_rev_E: none :param e_rev_I: This parameter is never used in the NeuroML2 description of this cell! Any synapse producing a current can be placed on this cell :type e_rev_I: none :param tau_refrac: :type tau_refrac: none :param v_thresh: :type v_thresh: none :param tau_m: :type tau_m: none :param v_rest: :type v_rest: none :param v_reset: :type v_reset: none :param cm: :type cm: none :param i_offset: :type i_offset: none :param tau_syn_E: This parameter is never used in the NeuroML2 description of this cell! Any synapse producing a current can be placed on this cell :type tau_syn_E: none :param tau_syn_I: This parameter is never used in the NeuroML2 description of this cell! Any synapse producing a current can be placed on this cell :type tau_syn_I: none :param v_init: :type v_init: none

Java class for basePyNNIaFCondCell complex type.

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

 <complexType name="basePyNNIaFCondCell">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}basePyNNIaFCell">
       <attribute name="e_rev_E" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="e_rev_I" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • eRevE

      protected float eRevE
    • eRevI

      protected float eRevI
  • Constructor Details

    • BasePyNNIaFCondCell

      public BasePyNNIaFCondCell()
  • Method Details

    • getERevE

      public float getERevE()
      Gets the value of the eRevE property.
    • setERevE

      public void setERevE(float value)
      Sets the value of the eRevE property.
    • getERevI

      public float getERevI()
      Gets the value of the eRevI property.
    • setERevI

      public void setERevI(float value)
      Sets the value of the eRevI property.
    • toString

      public String toString()
      Overrides:
      toString in class BasePyNNIaFCell
    • 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 BasePyNNIaFCell
    • 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 BasePyNNIaFCell