PulseInput

A single input pulse. Note: this should be changed to allow easier specifications of
pulse trains, input protocols, etc.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
amplitude CurrentValue required
delay TimeValue required
duration TimeValue required

Used By

Source

<xs:complexType name="PulseInput">
  <xs:annotation>
    <xs:documentation>A single input pulse. Note: this should be changed to allow easier specifications of pulse trains, input protocols, etc.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="delay" type="bio:TimeValue" use="required"/>
  <xs:attribute name="duration" type="bio:TimeValue" use="required"/>
  <xs:attribute name="amplitude" type="bio:CurrentValue" use="required"/>
</xs:complexType>