InputSite

Specifies a location on a cell where input is received

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
cell_id CellIdInNetwork required
fraction_along ZeroToOne 0.5 optional
segment_id SegmentIdInCell 0 optional

Used By

Element InputSites/site

Source

<xs:complexType name="InputSite">
  <xs:annotation>
    <xs:documentation>Specifies a location on a cell where input is received</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:annotation>
      <xs:documentation>Overrides global settings if there is a different value of pulse amplitude/rate, etc. for this site</xs:documentation>
    </xs:annotation>
    <xs:element name="pulse_input_instance" type="PulseInput" minOccurs="0"/>
    <xs:element name="random_stim_instance" type="RandomStimInstance" minOccurs="0"/>
  </xs:choice>
  <xs:attribute name="cell_id" type="CellIdInNetwork" use="required"/>
  <xs:attribute name="segment_id" type="meta:SegmentIdInCell" use="optional" default="0"/>
  <xs:attribute name="fraction_along" type="meta:ZeroToOne" use="optional" default="0.5"/>
</xs:complexType>