Defining Components#
Schema against which LEMS based on these should be valid: LEMS_v0.7.6.xsd. Generated on 18/06/24 from this commit. Please file any issues or questions at the issue tracker here.
Component#
id |
String |
|
name |
String |
Name by which the component was declared - this shouldn’t be accessible. |
declaredType |
String |
Name by which the component was declared - this shouldn’t be accessible. |
type |
String |
|
eXtends |
String |
<xs:complexType name="Component">
<xs:sequence>
<xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
</xs:sequence>
<xs:anyAttribute processContents="skip"/>
</xs:complexType>
<Component id="ctb" type="iaf1" threshold="-30 mV" refractoryPeriod="2 ms" capacitance="1uF"/>
<Component id="celltype_c" type="iaf3" leakConductance="3 pS" refractoryPeriod="3 ms" threshold="45 mV" leakReversal="-50 mV" deltaV="5mV" capacitance="1uF"/>
<Component id="gen1" type="spikeGenerator" period="30ms"/>
<Component id="gen2" type="spikeGenerator2" period="32ms"/>
<Component id="iaf3cpt" type="iaf3" leakReversal="-50mV" deltaV="50mV" threshold="-30mV" leakConductance="50pS" refractoryPeriod="4ms" capacitance="1pF"/>