|
| 1 | +<Lems> |
| 2 | + |
| 3 | + |
| 4 | + <!-- Specify which component to run --> |
| 5 | + <Target component="Sim_IClamp" reportFile="report.Soma.__SIMULATOR__.txt"/> |
| 6 | + |
| 7 | + <!-- Include core NeuroML2 ComponentType definitions --> |
| 8 | + <Include file="Cells.xml"/> |
| 9 | + <Include file="Networks.xml"/> |
| 10 | + <Include file="Simulation.xml"/> |
| 11 | + |
| 12 | + <Include file="PyNN.xml"/> |
| 13 | + |
| 14 | + <include href="leak.channel.nml"/> |
| 15 | + <include href="kqt1.channel.nml"/> |
| 16 | + <include href="CaDynamics.nml"/> |
| 17 | + |
| 18 | + |
| 19 | + <pulseGenerator id="stim" delay="100ms" duration="500ms" amplitude="5pA"/> |
| 20 | + |
| 21 | + <cell id="TestCell"> |
| 22 | + |
| 23 | + <morphology id="morphology"> |
| 24 | + <segment id="0" name="soma"> |
| 25 | + <proximal x="0.0" y="0.0" z="0.0" diameter="12.922774419120067"/> |
| 26 | + <distal x="0.0" y="12.922774419120067" z="0.0" diameter="12.922774419120067"/> |
| 27 | + </segment> |
| 28 | + <segmentGroup id="soma_group" neuroLexId="GO:0043025"> |
| 29 | + <notes>Default soma segment group for the cell</notes> |
| 30 | + <member segment="0"/> |
| 31 | + </segmentGroup> |
| 32 | + <segmentGroup id="all"> |
| 33 | + <notes>Default segment group for all segments in the cell</notes> |
| 34 | + <member segment="0"/> |
| 35 | + </segmentGroup> |
| 36 | + </morphology> |
| 37 | + <biophysicalProperties id="biophys"> |
| 38 | + <membraneProperties> |
| 39 | + <channelDensity id="leak_chans" ionChannel="leak" condDensity="0.00021247533768401888 S_per_cm2" erev="-89.57mV" ion="non_specific"/> |
| 40 | + <channelDensity id="kqt1_chans" ionChannel="kqt1" condDensity="0.000303536 S_per_cm2" erev="-80mV" ion="k"/> |
| 41 | + |
| 42 | + |
| 43 | + <spikeThresh value="0mV"/> |
| 44 | + <specificCapacitance value="1.5 uF_per_cm2"/> |
| 45 | + <initMembPotential value="-70mV"/> |
| 46 | + </membraneProperties> |
| 47 | + <intracellularProperties> |
| 48 | + <species id="ca" concentrationModel="CaDynamics_VA5" ion="ca" initialConcentration=".0001 mM" initialExtConcentration="2 mM"/> |
| 49 | + <resistivity value="0.1 kohm_cm"/> |
| 50 | + </intracellularProperties> |
| 51 | + </biophysicalProperties> |
| 52 | + </cell> |
| 53 | + |
| 54 | + <network id="TestNet" type="networkWithTemperature" temperature="6.3degC"> |
| 55 | + |
| 56 | + <property tag="recommended_dt_ms" value="0.025"/> |
| 57 | + <property tag="recommended_duration_ms" value="11000.0"/> |
| 58 | + |
| 59 | + <population id="pop0" component="TestCell" size="1" type="populationList"> |
| 60 | + <property tag="color" value="0 0.5 1"/> |
| 61 | + <property tag="region" value="Worm"/> |
| 62 | + <instance id="0"> |
| 63 | + <location x="966.453535692138757" y="44.073259917535268" z="7.491470058587191"/> |
| 64 | + </instance> |
| 65 | + |
| 66 | + </population> |
| 67 | + |
| 68 | + <inputList id="input0" population="pop0" component="stim"> |
| 69 | + <input id="0" target="../pop0/0/TestCell" destination="synapses"/> |
| 70 | + </inputList> |
| 71 | + |
| 72 | + </network> |
| 73 | + |
| 74 | + <Simulation id="Sim_IClamp" length="700.0ms" step="0.01ms" target="TestNet" seed="12345"> <!-- Note seed: ensures same random numbers used every run --> |
| 75 | + |
| 76 | +<!-- |
| 77 | + <Display id="pop_m_h" title="Plots of m" timeScale="1ms" xmin="-50.0" xmax="750" ymin="-.1" ymax="1.1"> |
| 78 | + |
| 79 | + <Line id="egl19_m_q" quantity="pop0/0/TestCell/biophys/membraneProperties/egl19_chans/egl19/m/q" scale="1" color="#0534e4" timeScale="1ms"/> |
| 80 | + <Line id="egl19_h_q" quantity="pop0/0/TestCell/biophys/membraneProperties/egl19_chans/egl19/h/q" scale="1" color="#fff4e4" timeScale="1ms"/> |
| 81 | +
|
| 82 | + <Line id="slo1egl19_m_egl19" quantity="pop0/0/TestCell/biophys/membraneProperties/slo1egl19_chans/slo1egl19/m/steadyState/m_egl19" scale="1" color="#ff3333" timeScale="1ms"/> |
| 83 | + <Line id="slo1egl19_m" quantity="pop0/0/TestCell/biophys/membraneProperties/slo1egl19_chans/slo1egl19/m/q" scale="1" color="#ff33ff" timeScale="1ms"/> |
| 84 | +
|
| 85 | + <Line id="slo1egl19_kcm2" quantity="pop0/0/TestCell/biophys/membraneProperties/slo1egl19_chans/slo1egl19/m/steadyState/kcm2" scale="1" color="#faaaaf" timeScale="1ms"/> |
| 86 | + <Line id="slo1egl19_kom2" quantity="pop0/0/TestCell/biophys/membraneProperties/slo1egl19_chans/slo1egl19/m/steadyState/kom2" scale="1" color="#444aaf" timeScale="1ms"/> |
| 87 | + <Line id="slo1egl19_kop2" quantity="pop0/0/TestCell/biophys/membraneProperties/slo1egl19_chans/slo1egl19/m/steadyState/kop2" scale="1" color="#4999af" timeScale="1ms"/> |
| 88 | +
|
| 89 | + </Display> |
| 90 | +
|
| 91 | + <Display id="pop_caConc" title="Plots of caConc" timeScale="1ms" xmin="-50.0" xmax="750" ymin="0" ymax="6e-4"> |
| 92 | + <Line id="pop_ca" quantity="pop0/0/TestCell/caConc" scale="1" color="#ff4f33" timeScale="1ms"/> |
| 93 | + <Line id="caconc_eca" quantity="pop0/0/TestCell/biophys/membraneProperties/slo1egl19_chans/slo1egl19/m/steadyState/caConc" scale="1" color="#faaaaf" timeScale="1ms"/> |
| 94 | +
|
| 95 | + </Display> |
| 96 | + |
| 97 | + <Display id="pop_eca" title="Plots of eca" timeScale="1ms" xmin="-50.0" xmax="750" ymin="0" ymax="130"> |
| 98 | + <Line id="pop_ca" quantity="pop0/0/TestCell/biophys/membraneProperties/egl19_chans/erev" scale="1mV" color="#ff4f33" timeScale="1ms"/> |
| 99 | + <Line id="slo1egl19_eca" quantity="pop0/0/TestCell/biophys/membraneProperties/slo1egl19_chans/slo1egl19/m/steadyState/eca" scale="1" color="#faaaaf" timeScale="1ms"/> |
| 100 | + </Display> |
| 101 | +--> |
| 102 | + |
| 103 | + <Display id="pop_v" title="Plots of pop_v" timeScale="1ms" xmin="-50.0" xmax="750" ymin="-92" ymax="0"> |
| 104 | + <Line id="v" quantity="pop0/0/TestCell/v" scale="1mV" color="#85ff96" timeScale="1ms"/> |
| 105 | + </Display> |
| 106 | + |
| 107 | + <OutputFile id="Sim_v_dat" fileName="Soma.v.dat"> |
| 108 | + <OutputColumn id="pop_v" quantity="pop0/0/TestCell/v"/> |
| 109 | + </OutputFile> |
| 110 | + <!-- |
| 111 | + <OutputFile id="pop_caConc_dat" fileName="Soma.ca.dat"> |
| 112 | + <OutputColumn id="pop_caConc" quantity="pop0/0/TestCell/caConc"/> |
| 113 | + </OutputFile> |
| 114 | + |
| 115 | + <OutputFile id="pop_eca_dat" fileName="Soma.eca.dat"> |
| 116 | + <OutputColumn id="pop_eca" quantity="pop0/0/TestCell/biophys/membraneProperties/egl19_chans/erev"/> |
| 117 | + </OutputFile> |
| 118 | +
|
| 119 | + <OutputFile id="pop_chans" fileName="Soma.chans.dat"> |
| 120 | + <OutputColumn id="0" quantity="pop0/0/TestCell/biophys/membraneProperties/egl19_chans/egl19/m/q"/> |
| 121 | + <OutputColumn id="1" quantity="pop0/0/TestCell/biophys/membraneProperties/egl19_chans/egl19/h/q"/> |
| 122 | + <OutputColumn id="2" quantity="pop0/0/TestCell/biophys/membraneProperties/slo1egl19_chans/slo1egl19/m/steadyState/m_egl19"/> |
| 123 | + <OutputColumn id="3" quantity="pop0/0/TestCell/biophys/membraneProperties/slo1egl19_chans/slo1egl19/m/q"/> |
| 124 | + </OutputFile> |
| 125 | + |
| 126 | + <OutputFile id="pop_vars" fileName="Soma.vars.dat"> |
| 127 | + <OutputColumn id="0" quantity="pop0/0/TestCell/biophys/membraneProperties/slo1egl19_chans/slo1egl19/m/steadyState/kcm2"/> |
| 128 | + <OutputColumn id="1" quantity="pop0/0/TestCell/biophys/membraneProperties/slo1egl19_chans/slo1egl19/m/steadyState/kom2"/> |
| 129 | + <OutputColumn id="2" quantity="pop0/0/TestCell/biophys/membraneProperties/slo1egl19_chans/slo1egl19/m/steadyState/kop2"/> |
| 130 | + </OutputFile> |
| 131 | +--> |
| 132 | + </Simulation> |
| 133 | + |
| 134 | +</Lems> |
0 commit comments