Skip to content

Commit

Permalink
Regenerated hybridsmall nml
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Mar 21, 2024
1 parent 47d995c commit a2f87ef
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 58 deletions.
2 changes: 1 addition & 1 deletion NetPyNE/HybridSmall/HybridSmall.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


# Stimulation parameters
netParams.stimSourceParams['bkg'] = {'type': 'NetStim', 'rate': 10, 'noise': 0.5}
netParams.stimSourceParams['bkg'] = {'type': 'NetStim', 'rate': 10, 'noise': 1}
netParams.stimTargetParams['bg->PYR_Izhi'] = {'source': 'bkg', 'conds': {'cellType': 'PYR_Izhi'},
'weight': 1, 'delay': 'uniform(1,5)', 'synMech': 'AMPA'}
netParams.stimTargetParams['bg->PYR_HH'] = {'source': 'bkg', 'conds': {'cellType': 'PYR_HH'},
Expand Down
102 changes: 57 additions & 45 deletions NeuroML2/HybridSmall.net.nml
Original file line number Diff line number Diff line change
Expand Up @@ -21,42 +21,54 @@
<reverseRate type="HHExpRate" rate="0.125per_ms" midpoint="-65mV" scale="-80mV"/>
</gateHHrates>
</ionChannelHH>
<expOneSynapse id="syn1" gbase="1uS" erev="0mV" tauDecay="30ms"/>
<expOneSynapse id="syn2" gbase="1uS" erev="0mV" tauDecay="4ms"/>
<cell id="CELL_HH_PYR">
<expOneSynapse id="AMPA" gbase="1uS" erev="0mV" tauDecay="0.1ms"/>
<cell id="CELL_PYR_HH">
<notes>Cell exported from NetPyNE:
{'conds': {'cellType': 'PYR', 'cellModel': 'HH'}, 'secs': {'soma': {'geom': {'diam': 18.8, 'L': 18.8, 'Ra': 123.0, 'pt3d': [(0, 0, 0, 18.8), (0, 0, 18.8, 18.8)]}, 'topol': {}, 'mechs': {'hh': {'gnabar': 0.12, 'gkbar': 0.036, 'gl': 0.003, 'el': -70}}}}}</notes>
<morphology id="morph_CELL_HH_PYR">
{secs: {'soma': {'geom': {'diam': 6.3, 'L': 5, 'Ra': 123.0, 'pt3d': [(0, 0, 0, 20), (0, 0, 20, 20)]}, 'topol': {}, 'mechs': {'hh': {'gnabar': 0.12, 'gkbar': 0.036, 'gl': 0.003, 'el': -70}}}, 'dend': {'geom': {'diam': 5.0, 'L': 150.0, 'Ra': 150.0, 'cm': 1, 'pt3d': []}, 'topol': {'parentSec': 'soma', 'parentX': 1.0, 'childX': 0}, 'mechs': {'pas': {'g': 3.57e-05, 'e': -70}}}}}</notes>
<morphology id="morph_CELL_PYR_HH">
<segment id="0" name="soma">
<proximal x="0.0" y="0.0" z="0.0" diameter="18.8"/>
<distal x="0.0" y="0.0" z="18.8" diameter="18.8"/>
<proximal x="0.0" y="0.0" z="0.0" diameter="20.0"/>
<distal x="0.0" y="0.0" z="20.0" diameter="20.0"/>
</segment>
<segment id="1" name="dend">
<parent segment="0"/>
<distal x="0.0" y="150.0" z="0.0" diameter="5.0"/>
</segment>
<segmentGroup id="soma_SECTION" neuroLexId="sao864921383">
<member segment="0"/>
</segmentGroup>
<segmentGroup id="soma_group">
<include segmentGroup="soma_SECTION"/>
</segmentGroup>
<segmentGroup id="dend_SECTION" neuroLexId="sao864921383">
<member segment="1"/>
</segmentGroup>
<segmentGroup id="dend_group">
<include segmentGroup="dend_SECTION"/>
</segmentGroup>
</morphology>
<biophysicalProperties id="biophys_CELL_HH_PYR">
<biophysicalProperties id="biophys_CELL_PYR_HH">
<membraneProperties>
<channelDensity id="leak_soma_group" ionChannel="leak_hh" condDensity="0.003 S_per_cm2" erev="-70 mV" ion="non_specific"/>
<channelDensity id="k_soma_group" ionChannel="k_hh" condDensity="0.036 S_per_cm2" erev="-77 mV" ion="k"/>
<channelDensity id="na_soma_group" ionChannel="na_hh" condDensity="0.12 S_per_cm2" erev="50 mV" ion="na"/>
<channelDensity id="leak_dend_group" ionChannel="leak_hh" condDensity="3.57e-05 mS_per_cm2" erev="-70 mV" ion="non_specific"/>
<spikeThresh value="10 mV"/>
<specificCapacitance value="1 uF_per_cm2" segmentGroup="soma_group"/>
<specificCapacitance value="1 uF_per_cm2" segmentGroup="dend_group"/>
<initMembPotential value="-65 mV"/>
</membraneProperties>
<intracellularProperties>
<resistivity value="123.0 ohm_cm" segmentGroup="soma_group"/>
<resistivity value="150.0 ohm_cm" segmentGroup="dend_group"/>
</intracellularProperties>
</biophysicalProperties>
</cell>
<izhikevich2007Cell id="CELL_Izhi_PYR" C="100 pF" v0="-60 mV" k="0.7 nS_per_mV" vr="-60 mV" vt="-40 mV" vpeak="35 mV" a="0.03 per_ms" b="-2 nS" c="-50 mV" d="100 pA"/>
<spikeGenerator id="NetStim_bkg1_PYR_Izhi_20_0_syn2" period="0.05s"/>
<spikeGeneratorPoisson id="NetStim_bkg2_PYR_HH_20_1_syn1" averageRate="20 Hz"/>
<izhikevich2007Cell id="CELL_PYR_Izhi" C="100 pF" v0="-60 mV" k="0.7 nS_per_mV" vr="-60 mV" vt="-40 mV" vpeak="35 mV" a="0.03 per_ms" b="-2 nS" c="-50 mV" d="100 pA"/>
<spikeGeneratorPoisson id="NetStim_bkg_PYR_HH_10_1_AMPA" averageRate="10 Hz"/>
<spikeGeneratorPoisson id="NetStim_bkg_PYR_Izhi_10_1_AMPA" averageRate="10 Hz"/>
<network id="HybridSmall">
<population id="PYR_HH" component="CELL_HH_PYR" size="3" type="populationList">
<population id="PYR_HH" component="CELL_PYR_HH" size="3" type="populationList">
<property tag="color" value="0.41661987254534116 0.010169169457068361 0.8252065092537432"/>
<instance id="0">
<location x="29.565889544420436" y="18.528336282230836" z="13.667258291117088"/>
Expand All @@ -68,7 +80,7 @@
<location x="28.392855676730893" y="55.244638897654454" z="91.525576195790066"/>
</instance>
</population>
<population id="PYR_Izhi" component="CELL_Izhi_PYR" size="3" type="populationList">
<population id="PYR_Izhi" component="CELL_PYR_Izhi" size="3" type="populationList">
<property tag="radius" value="5"/>
<property tag="color" value="0.2986398551995928 0.3684116894884757 0.19366134904507426"/>
<instance id="0">
Expand All @@ -81,43 +93,43 @@
<location x="81.868385993440555" y="93.398357254127419" z="51.077729265420288"/>
</instance>
</population>
<population id="Pop_NetStim_bkg2_PYR_HH_20_1_syn1" component="NetStim_bkg2_PYR_HH_20_1_syn1" size="3"/>
<population id="Pop_NetStim_bkg1_PYR_Izhi_20_0_syn2" component="NetStim_bkg1_PYR_Izhi_20_0_syn2" size="3"/>
<projection id="NetConn_PYR_Izhi_PYR_HH_syn1" presynapticPopulation="PYR_Izhi" postsynapticPopulation="PYR_HH" synapse="syn1">
<connectionWD id="0" preCellId="../PYR_Izhi/0/CELL_Izhi_PYR" postCellId="../PYR_HH/0/CELL_HH_PYR" weight="0.0" delay="12.369474744944261 ms"/>
<connectionWD id="1" preCellId="../PYR_Izhi/2/CELL_Izhi_PYR" postCellId="../PYR_HH/0/CELL_HH_PYR" weight="0.0" delay="12.97146338366091 ms"/>
<connectionWD id="2" preCellId="../PYR_Izhi/0/CELL_Izhi_PYR" postCellId="../PYR_HH/1/CELL_HH_PYR" weight="0.0" delay="14.241028963278428 ms"/>
<connectionWD id="3" preCellId="../PYR_Izhi/2/CELL_Izhi_PYR" postCellId="../PYR_HH/1/CELL_HH_PYR" weight="0.0" delay="11.661004595683124 ms"/>
<connectionWD id="4" preCellId="../PYR_Izhi/1/CELL_Izhi_PYR" postCellId="../PYR_HH/2/CELL_HH_PYR" weight="0.0" delay="13.099619872130592 ms"/>
<connectionWD id="5" preCellId="../PYR_Izhi/2/CELL_Izhi_PYR" postCellId="../PYR_HH/2/CELL_HH_PYR" weight="0.0" delay="14.315653269032612 ms"/>
<population id="Pop_NetStim_bkg_PYR_HH_10_1_AMPA" component="NetStim_bkg_PYR_HH_10_1_AMPA" size="3"/>
<population id="Pop_NetStim_bkg_PYR_Izhi_10_1_AMPA" component="NetStim_bkg_PYR_Izhi_10_1_AMPA" size="3"/>
<projection id="NetConn_PYR_Izhi_PYR_HH_AMPA" presynapticPopulation="PYR_Izhi" postsynapticPopulation="PYR_HH" synapse="AMPA">
<connectionWD id="0" preCellId="../PYR_Izhi/0/CELL_PYR_Izhi" postCellId="../PYR_HH/0/CELL_PYR_HH" weight="0.2" delay="12.369474744944261 ms"/>
<connectionWD id="1" preCellId="../PYR_Izhi/2/CELL_PYR_Izhi" postCellId="../PYR_HH/0/CELL_PYR_HH" weight="0.2" delay="12.97146338366091 ms"/>
<connectionWD id="2" preCellId="../PYR_Izhi/0/CELL_PYR_Izhi" postCellId="../PYR_HH/1/CELL_PYR_HH" weight="0.2" delay="14.241028963278428 ms"/>
<connectionWD id="3" preCellId="../PYR_Izhi/2/CELL_PYR_Izhi" postCellId="../PYR_HH/1/CELL_PYR_HH" weight="0.2" delay="11.661004595683124 ms"/>
<connectionWD id="4" preCellId="../PYR_Izhi/1/CELL_PYR_Izhi" postCellId="../PYR_HH/2/CELL_PYR_HH" weight="0.2" delay="13.099619872130592 ms"/>
<connectionWD id="5" preCellId="../PYR_Izhi/2/CELL_PYR_Izhi" postCellId="../PYR_HH/2/CELL_PYR_HH" weight="0.2" delay="14.315653269032612 ms"/>
</projection>
<projection id="NetConn_PYR_HH_PYR_HH_syn1" presynapticPopulation="PYR_HH" postsynapticPopulation="PYR_HH" synapse="syn1">
<connectionWD id="0" preCellId="../PYR_HH/0/CELL_HH_PYR" postCellId="../PYR_HH/1/CELL_HH_PYR" weight="0.0" delay="12.882266700443374 ms"/>
<connectionWD id="1" preCellId="../PYR_HH/2/CELL_HH_PYR" postCellId="../PYR_HH/1/CELL_HH_PYR" weight="0.0" delay="14.214732391680146 ms"/>
<connectionWD id="2" preCellId="../PYR_HH/0/CELL_HH_PYR" postCellId="../PYR_HH/2/CELL_HH_PYR" weight="0.0" delay="14.602870231822557 ms"/>
<connectionWD id="3" preCellId="../PYR_HH/1/CELL_HH_PYR" postCellId="../PYR_HH/2/CELL_HH_PYR" weight="0.0" delay="11.514025612022943 ms"/>
<projection id="NetConn_PYR_HH_PYR_HH_AMPA" presynapticPopulation="PYR_HH" postsynapticPopulation="PYR_HH" synapse="AMPA">
<connectionWD id="0" preCellId="../PYR_HH/0/CELL_PYR_HH" postCellId="../PYR_HH/1/CELL_PYR_HH" weight="0.2" delay="12.882266700443374 ms"/>
<connectionWD id="1" preCellId="../PYR_HH/2/CELL_PYR_HH" postCellId="../PYR_HH/1/CELL_PYR_HH" weight="0.2" delay="14.214732391680146 ms"/>
<connectionWD id="2" preCellId="../PYR_HH/0/CELL_PYR_HH" postCellId="../PYR_HH/2/CELL_PYR_HH" weight="0.2" delay="14.602870231822557 ms"/>
<connectionWD id="3" preCellId="../PYR_HH/1/CELL_PYR_HH" postCellId="../PYR_HH/2/CELL_PYR_HH" weight="0.2" delay="11.514025612022943 ms"/>
</projection>
<projection id="NetConn_PYR_HH_PYR_Izhi_syn1" presynapticPopulation="PYR_HH" postsynapticPopulation="PYR_Izhi" synapse="syn1">
<connectionWD id="0" preCellId="../PYR_HH/0/CELL_HH_PYR" postCellId="../PYR_Izhi/0/CELL_Izhi_PYR" weight="0.0" delay="12.913412871388646 ms"/>
<connectionWD id="1" preCellId="../PYR_HH/2/CELL_HH_PYR" postCellId="../PYR_Izhi/0/CELL_Izhi_PYR" weight="0.0" delay="11.564341090342863 ms"/>
<connectionWD id="2" preCellId="../PYR_HH/0/CELL_HH_PYR" postCellId="../PYR_Izhi/2/CELL_Izhi_PYR" weight="0.0" delay="13.45455050580457 ms"/>
<connectionWD id="3" preCellId="../PYR_HH/1/CELL_HH_PYR" postCellId="../PYR_Izhi/2/CELL_Izhi_PYR" weight="0.0" delay="12.817358977569082 ms"/>
<connectionWD id="4" preCellId="../PYR_HH/2/CELL_HH_PYR" postCellId="../PYR_Izhi/2/CELL_Izhi_PYR" weight="0.0" delay="15.581628749853062 ms"/>
<projection id="NetConn_PYR_HH_PYR_Izhi_AMPA" presynapticPopulation="PYR_HH" postsynapticPopulation="PYR_Izhi" synapse="AMPA">
<connectionWD id="0" preCellId="../PYR_HH/0/CELL_PYR_HH" postCellId="../PYR_Izhi/0/CELL_PYR_Izhi" weight="0.2" delay="12.913412871388646 ms"/>
<connectionWD id="1" preCellId="../PYR_HH/2/CELL_PYR_HH" postCellId="../PYR_Izhi/0/CELL_PYR_Izhi" weight="0.2" delay="11.564341090342863 ms"/>
<connectionWD id="2" preCellId="../PYR_HH/0/CELL_PYR_HH" postCellId="../PYR_Izhi/2/CELL_PYR_Izhi" weight="0.2" delay="13.45455050580457 ms"/>
<connectionWD id="3" preCellId="../PYR_HH/1/CELL_PYR_HH" postCellId="../PYR_Izhi/2/CELL_PYR_Izhi" weight="0.2" delay="12.817358977569082 ms"/>
<connectionWD id="4" preCellId="../PYR_HH/2/CELL_PYR_HH" postCellId="../PYR_Izhi/2/CELL_PYR_Izhi" weight="0.2" delay="15.581628749853062 ms"/>
</projection>
<projection id="NetConn_PYR_Izhi_PYR_Izhi_syn1" presynapticPopulation="PYR_Izhi" postsynapticPopulation="PYR_Izhi" synapse="syn1">
<connectionWD id="0" preCellId="../PYR_Izhi/2/CELL_Izhi_PYR" postCellId="../PYR_Izhi/0/CELL_Izhi_PYR" weight="0.0" delay="15.017115573506961 ms"/>
<connectionWD id="1" preCellId="../PYR_Izhi/0/CELL_Izhi_PYR" postCellId="../PYR_Izhi/2/CELL_Izhi_PYR" weight="0.0" delay="13.643281270729352 ms"/>
<connectionWD id="2" preCellId="../PYR_Izhi/1/CELL_Izhi_PYR" postCellId="../PYR_Izhi/2/CELL_Izhi_PYR" weight="0.0" delay="11.557444650642978 ms"/>
<projection id="NetConn_PYR_Izhi_PYR_Izhi_AMPA" presynapticPopulation="PYR_Izhi" postsynapticPopulation="PYR_Izhi" synapse="AMPA">
<connectionWD id="0" preCellId="../PYR_Izhi/2/CELL_PYR_Izhi" postCellId="../PYR_Izhi/0/CELL_PYR_Izhi" weight="0.2" delay="15.017115573506961 ms"/>
<connectionWD id="1" preCellId="../PYR_Izhi/0/CELL_PYR_Izhi" postCellId="../PYR_Izhi/2/CELL_PYR_Izhi" weight="0.2" delay="13.643281270729352 ms"/>
<connectionWD id="2" preCellId="../PYR_Izhi/1/CELL_PYR_Izhi" postCellId="../PYR_Izhi/2/CELL_PYR_Izhi" weight="0.2" delay="11.557444650642978 ms"/>
</projection>
<projection id="NetConn_NetStim_bkg2_PYR_HH_20_1_syn1__PYR_HH" presynapticPopulation="Pop_NetStim_bkg2_PYR_HH_20_1_syn1" postsynapticPopulation="PYR_HH" synapse="syn1">
<connectionWD id="0" preCellId="../Pop_NetStim_bkg2_PYR_HH_20_1_syn1[0]" postCellId="../PYR_HH/0/CELL_HH_PYR" weight="0.005" delay="0 ms"/>
<connectionWD id="1" preCellId="../Pop_NetStim_bkg2_PYR_HH_20_1_syn1[1]" postCellId="../PYR_HH/1/CELL_HH_PYR" weight="0.005" delay="0 ms"/>
<connectionWD id="2" preCellId="../Pop_NetStim_bkg2_PYR_HH_20_1_syn1[2]" postCellId="../PYR_HH/2/CELL_HH_PYR" weight="0.005" delay="0 ms"/>
<projection id="NetConn_NetStim_bkg_PYR_HH_10_1_AMPA__PYR_HH" presynapticPopulation="Pop_NetStim_bkg_PYR_HH_10_1_AMPA" postsynapticPopulation="PYR_HH" synapse="AMPA">
<connectionWD id="0" preCellId="../Pop_NetStim_bkg_PYR_HH_10_1_AMPA[0]" postCellId="../PYR_HH/0/CELL_PYR_HH" weight="1.0" delay="4.364354378691791 ms"/>
<connectionWD id="1" preCellId="../Pop_NetStim_bkg_PYR_HH_10_1_AMPA[1]" postCellId="../PYR_HH/1/CELL_PYR_HH" weight="1.0" delay="2.9350596522132264 ms"/>
<connectionWD id="2" preCellId="../Pop_NetStim_bkg_PYR_HH_10_1_AMPA[2]" postCellId="../PYR_HH/2/CELL_PYR_HH" weight="1.0" delay="3.260543552632317 ms"/>
</projection>
<projection id="NetConn_NetStim_bkg1_PYR_Izhi_20_0_syn2__PYR_Izhi" presynapticPopulation="Pop_NetStim_bkg1_PYR_Izhi_20_0_syn2" postsynapticPopulation="PYR_Izhi" synapse="syn2">
<connectionWD id="0" preCellId="../Pop_NetStim_bkg1_PYR_Izhi_20_0_syn2[0]" postCellId="../PYR_Izhi/0/CELL_Izhi_PYR" weight="0.01" delay="0 ms"/>
<connectionWD id="1" preCellId="../Pop_NetStim_bkg1_PYR_Izhi_20_0_syn2[1]" postCellId="../PYR_Izhi/1/CELL_Izhi_PYR" weight="0.01" delay="0 ms"/>
<connectionWD id="2" preCellId="../Pop_NetStim_bkg1_PYR_Izhi_20_0_syn2[2]" postCellId="../PYR_Izhi/2/CELL_Izhi_PYR" weight="0.01" delay="0 ms"/>
<projection id="NetConn_NetStim_bkg_PYR_Izhi_10_1_AMPA__PYR_Izhi" presynapticPopulation="Pop_NetStim_bkg_PYR_Izhi_10_1_AMPA" postsynapticPopulation="PYR_Izhi" synapse="AMPA">
<connectionWD id="0" preCellId="../Pop_NetStim_bkg_PYR_Izhi_10_1_AMPA[0]" postCellId="../PYR_Izhi/0/CELL_PYR_Izhi" weight="1.0" delay="2.859525935291423 ms"/>
<connectionWD id="1" preCellId="../Pop_NetStim_bkg_PYR_Izhi_10_1_AMPA[1]" postCellId="../PYR_Izhi/1/CELL_PYR_Izhi" weight="1.0" delay="3.166521908210935 ms"/>
<connectionWD id="2" preCellId="../Pop_NetStim_bkg_PYR_Izhi_10_1_AMPA[2]" postCellId="../PYR_Izhi/2/CELL_PYR_Izhi" weight="1.0" delay="3.9715051206360794 ms"/>
</projection>
</network>
</neuroml>
24 changes: 12 additions & 12 deletions NeuroML2/LEMS_HybridSmall.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,27 @@

<Simulation id="Sim_HybridSmall" length="1000.0ms" step="0.005ms" target="HybridSmall" seed="12345"> <!-- Note seed: ensures same random numbers used every run -->
<Display id="DispPop__PYR_HH" title="Membrane potentials of cells in PYR_HH" timeScale="1ms" xmin="-100.0" xmax="1100.0" ymin="-90" ymax="50">
<Line id="PYR_HH[0]: v" quantity="PYR_HH/0/CELL_HH_PYR/v" scale="1mV" color="#d54f33" timeScale="1ms"/>
<Line id="PYR_HH[1]: v" quantity="PYR_HH/1/CELL_HH_PYR/v" scale="1mV" color="#0534e4" timeScale="1ms"/>
<Line id="PYR_HH[2]: v" quantity="PYR_HH/2/CELL_HH_PYR/v" scale="1mV" color="#98e752" timeScale="1ms"/>
<Line id="PYR_HH[0]: v" quantity="PYR_HH/0/CELL_PYR_HH/v" scale="1mV" color="#d54f33" timeScale="1ms"/>
<Line id="PYR_HH[1]: v" quantity="PYR_HH/1/CELL_PYR_HH/v" scale="1mV" color="#0534e4" timeScale="1ms"/>
<Line id="PYR_HH[2]: v" quantity="PYR_HH/2/CELL_PYR_HH/v" scale="1mV" color="#98e752" timeScale="1ms"/>
</Display>

<Display id="DispPop__PYR_Izhi" title="Membrane potentials of cells in PYR_Izhi" timeScale="1ms" xmin="-100.0" xmax="1100.0" ymin="-90" ymax="50">
<Line id="PYR_Izhi[0]: v" quantity="PYR_Izhi/0/CELL_Izhi_PYR/v" scale="1mV" color="#bca074" timeScale="1ms"/>
<Line id="PYR_Izhi[1]: v" quantity="PYR_Izhi/1/CELL_Izhi_PYR/v" scale="1mV" color="#632794" timeScale="1ms"/>
<Line id="PYR_Izhi[2]: v" quantity="PYR_Izhi/2/CELL_Izhi_PYR/v" scale="1mV" color="#8a5d88" timeScale="1ms"/>
<Line id="PYR_Izhi[0]: v" quantity="PYR_Izhi/0/CELL_PYR_Izhi/v" scale="1mV" color="#bca074" timeScale="1ms"/>
<Line id="PYR_Izhi[1]: v" quantity="PYR_Izhi/1/CELL_PYR_Izhi/v" scale="1mV" color="#632794" timeScale="1ms"/>
<Line id="PYR_Izhi[2]: v" quantity="PYR_Izhi/2/CELL_PYR_Izhi/v" scale="1mV" color="#8a5d88" timeScale="1ms"/>
</Display>

<OutputFile id="Volts_file__PYR_HH" fileName="Sim_HybridSmall.PYR_HH.v.dat">
<OutputColumn id="v_PYR_HH_0_CELL_HH_PYR_v" quantity="PYR_HH/0/CELL_HH_PYR/v"/>
<OutputColumn id="v_PYR_HH_1_CELL_HH_PYR_v" quantity="PYR_HH/1/CELL_HH_PYR/v"/>
<OutputColumn id="v_PYR_HH_2_CELL_HH_PYR_v" quantity="PYR_HH/2/CELL_HH_PYR/v"/>
<OutputColumn id="v_PYR_HH_0_CELL_PYR_HH_v" quantity="PYR_HH/0/CELL_PYR_HH/v"/>
<OutputColumn id="v_PYR_HH_1_CELL_PYR_HH_v" quantity="PYR_HH/1/CELL_PYR_HH/v"/>
<OutputColumn id="v_PYR_HH_2_CELL_PYR_HH_v" quantity="PYR_HH/2/CELL_PYR_HH/v"/>
</OutputFile>

<OutputFile id="Volts_file__PYR_Izhi" fileName="Sim_HybridSmall.PYR_Izhi.v.dat">
<OutputColumn id="v_PYR_Izhi_0_CELL_Izhi_PYR_v" quantity="PYR_Izhi/0/CELL_Izhi_PYR/v"/>
<OutputColumn id="v_PYR_Izhi_1_CELL_Izhi_PYR_v" quantity="PYR_Izhi/1/CELL_Izhi_PYR/v"/>
<OutputColumn id="v_PYR_Izhi_2_CELL_Izhi_PYR_v" quantity="PYR_Izhi/2/CELL_Izhi_PYR/v"/>
<OutputColumn id="v_PYR_Izhi_0_CELL_PYR_Izhi_v" quantity="PYR_Izhi/0/CELL_PYR_Izhi/v"/>
<OutputColumn id="v_PYR_Izhi_1_CELL_PYR_Izhi_v" quantity="PYR_Izhi/1/CELL_PYR_Izhi/v"/>
<OutputColumn id="v_PYR_Izhi_2_CELL_PYR_Izhi_v" quantity="PYR_Izhi/2/CELL_PYR_Izhi/v"/>
</OutputFile>

</Simulation>
Expand Down

0 comments on commit a2f87ef

Please sign in to comment.