RandomStim

A random stimulation at a specific frequency. Note: can be interpreted differently by different simulators!!

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
frequency FrequencyValue required
synaptic_mechanism xs:string required
The name of a synaptic mechanism which will provides the conductance change.
This will be fired once every 'spike' at the given frequency

Used By

Source

<xs:complexType name="RandomStim">
  <xs:annotation>
    <xs:documentation>A random stimulation at a specific frequency. Note: can be interpreted differently by different simulators!!</xs:documentation>
  </xs:annotation>
  <xs:attribute name="frequency" type="bio:FrequencyValue" use="required"/>
  <xs:attribute name="synaptic_mechanism" type="xs:string" use="required">
    <xs:annotation>
      <xs:documentation>The name of a synaptic mechanism which will provides the conductance change. This will be fired once every 'spike' at the given frequency</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>