A single input pulse. Note: this should be changed to allow easier specifications of pulse trains, input protocols, etc. |
<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> |