Network Description
<?xml version="1.0" encoding="utf-8"?>
<network xmlns="RSME.simulation_parameters">
<network_description> TEST </network_description>
<populations>
<population name="SAC" cell_id="0">
<instances size="1">
<instance id="0">
<location x="0" y="0" z="0" />
</instance>
</instances>
</population>
</populations>
</network><?xml version="1.0" encoding="utf-8"?>
<network xmlns="RSME.simulation_parameters">
<network_description> TEST </network_description>
<populations>
<population name="SACs" cell_id="0">
<layered_2d_grid>
<grid_arrangement>
<rectangular_location>
<corner x="0" y="0" z="0" />
<cells_number x="3" y="3" />
</rectangular_location>
<spacing x="125" y="125" />
<synapse type="TBD" />
</grid_arrangement>
<grid_arrangement>
<rectangular_location>
<corner x="62" y="67" z="0" />
<cells_number x="2" y="2" />
</rectangular_location>
<spacing x="125" y="125" />
<synapse type="TBD" />
</grid_arrangement>
</layered_2d_grid>
</population>
</populations>
</network>
Last updated