// ******************************************************
//
// File generated by: neuroConstruct v1.3.8
//
// ******************************************************
{load_file("nrngui.hoc")}
// Initialising stopwatch for timing setup
{startsw()}
print ""
print "*****************************************************"
print ""
print " neuroConstruct generated NEURON simulation "
print " for project: /home/Simon/nC_projects/Rat_Mitral_Cell_Gap_Network_copy4/Rat_Mitral_Cell_Gap_Network_copy4.ncx "
print ""
print " Description: "
print ""
print " Simulation Configuration: SimConfig: Default Simulation Configuration "
print " This is the default configuration of the Cell Groups, stimulations, plots, etc for this project "
print " "
print "*****************************************************"
strdef pwd
{system("pwd", pwd)}
print ""
print "Current working dir: ", pwd
objectvar allCells
{allCells = new List()}
// A flag to signal simulation was generated by neuroConstruct
{nC = 1}
// Including neuroConstruct utilities file
{load_file("nCtools.hoc")}
// Including neuroConstruct cell check file
{load_file("cellCheck.hoc")}
// Getting hostname
objref strFuncs
{strFuncs = new StringFunctions()}
strdef host
{system("hostname", host)}
{strFuncs.left(host, strFuncs.len(host)-1)}
// Simulation running in serial mode, setting default host id
{hostid = 0}
// Initializes random-number generator
{use_mcell_ran4(1)}
{mcell_ran4_init(1490934605)}
//////////////////////////////////////////////////////////////////////
// Cell group 0: CellGroup_1 has cells of type: Cell2
//////////////////////////////////////////////////////////////////////
// Adding cell template file: Cell2.hoc for cell group CellGroup_1
{ load_file("Cell2.hoc") }
// Adding 1 cells of type Cell2 in region Regions_1
{n_CellGroup_1 = 1}
objectvar a_CellGroup_1[n_CellGroup_1]
proc addCell_CellGroup_1() {
strdef reference
sprint(reference, "CellGroup_1_%d", $1)
a_CellGroup_1[$1] = new Cell2(reference, "Cell2", "Cell: KA060328c0.asc imported NEURON Import 3D exported as Cellbuilder exported from NEURON ModelView")
allCells.append(a_CellGroup_1[$1])
}
for i = 0, n_CellGroup_1-1 {
addCell_CellGroup_1(i)
}
// Placing these cells in a region described by: Rectangular Box from point: (0.0, 0.0, 18.0) to (50.0, 50.0, 68.0)
// Packing has been generated by: Single cell: (25.0, 25.0, 25.0)
{a_CellGroup_1[0].position(25.0,25.0,43.0)}
//////////////////////////////////////////////////////////////////////
// Cell group 1: CellGroup_2 has cells of type: Cell3
//////////////////////////////////////////////////////////////////////
// Adding cell template file: Cell3.hoc for cell group CellGroup_2
{ load_file("Cell3.hoc") }
// Adding 1 cells of type Cell3 in region Regions_2
{n_CellGroup_2 = 1}
objectvar a_CellGroup_2[n_CellGroup_2]
proc addCell_CellGroup_2() {
strdef reference
sprint(reference, "CellGroup_2_%d", $1)
a_CellGroup_2[$1] = new Cell3(reference, "Cell3", "Cell: KA060331c3.asc imported NEURON Import 3D exported as Cellbuilder exported from NEURON ModelView")
allCells.append(a_CellGroup_2[$1])
}
for i = 0, n_CellGroup_2-1 {
addCell_CellGroup_2(i)
}
// Placing these cells in a region described by: Rectangular Box from point: (145.0, 175.0, 0.0) to (195.0, 225.0, 50.0)
// Packing has been generated by: Single cell: (25.0, 25.0, 25.0)
{a_CellGroup_2[0].position(170.0,200.0,25.0)}
//////////////////////////////////////////////////////////////////////
// Cell group 2: CellGroup_3 has cells of type: Cell1
//////////////////////////////////////////////////////////////////////
// Adding cell template file: Cell1.hoc for cell group CellGroup_3
{ load_file("Cell1.hoc") }
// Adding 1 cells of type Cell1 in region Regions_3
{n_CellGroup_3 = 1}
objectvar a_CellGroup_3[n_CellGroup_3]
proc addCell_CellGroup_3() {
strdef reference
sprint(reference, "CellGroup_3_%d", $1)
a_CellGroup_3[$1] = new Cell1(reference, "Cell1", "Cell: KA060331c2.asc imported NEURON Import 3D exported as Cellbuilder exported from NEURON ModelView")
allCells.append(a_CellGroup_3[$1])
}
for i = 0, n_CellGroup_3-1 {
addCell_CellGroup_3(i)
}
// Placing these cells in a region described by: Rectangular Box from point: (-470.0, 125.0, 0.0) to (-420.0, 175.0, 50.0)
// Packing has been generated by: Single cell: (25.0, 25.0, 25.0)
{a_CellGroup_3[0].position(-445.0,150.0,25.0)}
//////////////////////////////////////////////////////////////////////
// Cell group 3: CellGroup_4 has cells of type: Cell4
//////////////////////////////////////////////////////////////////////
// Adding cell template file: Cell4.hoc for cell group CellGroup_4
{ load_file("Cell4.hoc") }
// Adding 1 cells of type Cell4 in region Regions_4
{n_CellGroup_4 = 1}
objectvar a_CellGroup_4[n_CellGroup_4]
proc addCell_CellGroup_4() {
strdef reference
sprint(reference, "CellGroup_4_%d", $1)
a_CellGroup_4[$1] = new Cell4(reference, "Cell4", "Cell: KA060330c0.asc imported NEURON Import 3D exported as Cellbuilder exported from NEURON ModelView")
allCells.append(a_CellGroup_4[$1])
}
for i = 0, n_CellGroup_4-1 {
addCell_CellGroup_4(i)
}
// Placing these cells in a region described by: Rectangular Box from point: (60.0, 205.0, 0.0) to (110.0, 255.0, 50.0)
// Packing has been generated by: Single cell: (25.0, 25.0, 25.0)
{a_CellGroup_4[0].position(85.0,230.0,25.0)}
//////////////////////////////////////////////////////////////////////
// Cell group 4: CellGroup_5 has cells of type: Cell5
//////////////////////////////////////////////////////////////////////
// Adding cell template file: Cell5.hoc for cell group CellGroup_5
{ load_file("Cell5.hoc") }
// Adding 1 cells of type Cell5 in region Regions_5
{n_CellGroup_5 = 1}
objectvar a_CellGroup_5[n_CellGroup_5]
proc addCell_CellGroup_5() {
strdef reference
sprint(reference, "CellGroup_5_%d", $1)
a_CellGroup_5[$1] = new Cell5(reference, "Cell5", "Cell: KA051216c1.asc imported NEURON Import 3D exported as Cellbuilder exported from NEURON ModelView")
allCells.append(a_CellGroup_5[$1])
}
for i = 0, n_CellGroup_5-1 {
addCell_CellGroup_5(i)
}
// Placing these cells in a region described by: Rectangular Box from point: (-620.0, 235.0, 0.0) to (-570.0, 285.0, 50.0)
// Packing has been generated by: Single cell: (25.0, 25.0, 25.0)
{a_CellGroup_5[0].position(-595.0,260.0,25.0)}
//////////////////////////////////////////////////////////////////////
// Cell group 5: CellGroup_6 has cells of type: Cell6
//////////////////////////////////////////////////////////////////////
// Adding cell template file: Cell6.hoc for cell group CellGroup_6
{ load_file("Cell6.hoc") }
// Adding 1 cells of type Cell6 in region Regions_6
{n_CellGroup_6 = 1}
objectvar a_CellGroup_6[n_CellGroup_6]
proc addCell_CellGroup_6() {
strdef reference
sprint(reference, "CellGroup_6_%d", $1)
a_CellGroup_6[$1] = new Cell6(reference, "Cell6", "Cell: KA060329c0.asc imported NEURON Import 3D exported as Cellbuilder exported from NEURON ModelView")
allCells.append(a_CellGroup_6[$1])
}
for i = 0, n_CellGroup_6-1 {
addCell_CellGroup_6(i)
}
// Placing these cells in a region described by: Rectangular Box from point: (-460.0, 235.0, 0.0) to (-410.0, 285.0, 50.0)
// Packing has been generated by: Single cell: (25.0, 25.0, 25.0)
{a_CellGroup_6[0].position(-435.0,260.0,25.0)}
//////////////////////////////////////////////////////////////////////
// Setting initial parameters
//////////////////////////////////////////////////////////////////////
strdef simConfig
{simConfig = "Default Simulation Configuration"}
{celsius = 35.0}
proc initialiseValues0() {
// Setting initial vals in cell group: CellGroup_1 which has 1 cells
// Giving all cells an initial potential of: -65.0
for i = 0, n_CellGroup_1-1 {
forsec a_CellGroup_1[i].all v = -65.0
}
// Setting initial vals in cell group: CellGroup_2 which has 1 cells
// Giving all cells an initial potential of: -65.0
for i = 0, n_CellGroup_2-1 {
forsec a_CellGroup_2[i].all v = -65.0
}
// Setting initial vals in cell group: CellGroup_3 which has 1 cells
// Giving all cells an initial potential of: -65.0
for i = 0, n_CellGroup_3-1 {
forsec a_CellGroup_3[i].all v = -65.0
}
// Setting initial vals in cell group: CellGroup_4 which has 1 cells
// Giving all cells an initial potential of: -65.0
for i = 0, n_CellGroup_4-1 {
forsec a_CellGroup_4[i].all v = -65.0
}
// Setting initial vals in cell group: CellGroup_5 which has 1 cells
// Giving all cells an initial potential of: -65.0
for i = 0, n_CellGroup_5-1 {
forsec a_CellGroup_5[i].all v = -65.0
}
// Setting initial vals in cell group: CellGroup_6 which has 1 cells
// Giving all cells an initial potential of: -65.0
for i = 0, n_CellGroup_6-1 {
forsec a_CellGroup_6[i].all v = -65.0
}
}
objref fih0
{fih0 = new FInitializeHandler(0, "initialiseValues0()")}
//////////////////////////////////////////////////////////////////////
// Adding Network Connections
//////////////////////////////////////////////////////////////////////
{ load_file("gap.hoc") }
ggap = 0.37
// Adding NetConn: NetConn_CellGroup_6_CellGroup_1 from: CellGroup_6 to: CellGroup_1 with 100 connections
// each with syn(s): [Gap_Junction_simple [thresh: -20.0, delay: 5.0, weight: 1.0]]
// Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_76 on tgt cell 0
// Fraction along src section: 0.021610787, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
objectvar elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[100]
// objectvar elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[100]
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[0] = new Gap()
a_CellGroup_1[0].apic_76 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[0].src(0.50444216)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[0].vgap, a_CellGroup_6[0].apic_17.v(0.021610787)
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[0].target(0.021610787)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[0].vgap, a_CellGroup_1[0].apic_76.v(0.50444216)
// Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.9613847, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[1] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[1].src(0.2681094)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[1].vgap, a_CellGroup_6[0].apic_17.v(0.9613847)
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[1].target(0.9613847)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[1].vgap, a_CellGroup_1[0].apic_45.v(0.2681094)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_76 on tgt cell 0
// Fraction along src section: 0.013600229, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[2] = new Gap()
a_CellGroup_1[0].apic_76 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[2].src(0.5090243)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[2].vgap, a_CellGroup_6[0].apic_20.v(0.013600229)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[2].target(0.013600229)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[2].vgap, a_CellGroup_1[0].apic_76.v(0.5090243)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.5592559, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[3] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[3].src(0.7780951)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[3].vgap, a_CellGroup_6[0].apic_20.v(0.5592559)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[3].target(0.5592559)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[3].vgap, a_CellGroup_1[0].apic_45.v(0.7780951)
// Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.25598586, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[4] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[4].src(0.44092828)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[4].vgap, a_CellGroup_6[0].apic_17.v(0.25598586)
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[4].target(0.25598586)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[4].vgap, a_CellGroup_1[0].apic_48.v(0.44092828)
// Syn conn (type: Gap_Junction_simple) from apic_6 on src cell 0 to apic_70 on tgt cell 0
// Fraction along src section: 0.7876191, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[5] = new Gap()
a_CellGroup_1[0].apic_70 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[5].src(0.90122485)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[5].vgap, a_CellGroup_6[0].apic_6.v(0.7876191)
a_CellGroup_6[0].apic_6 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[5].target(0.7876191)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[5].vgap, a_CellGroup_1[0].apic_70.v(0.90122485)
// Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_72 on tgt cell 0
// Fraction along src section: 0.58387464, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[6] = new Gap()
// a_CellGroup_1[0].apic_72 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[6].src(0.9713114)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[6].vgap, a_CellGroup_6[0].apic_11.v(0.58387464)
a_CellGroup_6[0].apic_11 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[6].target(0.58387464)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[6].vgap, a_CellGroup_1[0].apic_72.v(0.9713114)
// Syn conn (type: Gap_Junction_simple) from apic_4 on src cell 0 to apic_66 on tgt cell 0
// Fraction along src section: 0.7743089, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[7] = new Gap()
a_CellGroup_1[0].apic_66 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[7].src(0.9898827)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[7].vgap, a_CellGroup_6[0].apic_4.v(0.7743089)
a_CellGroup_6[0].apic_4 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[7].target(0.7743089)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[7].vgap, a_CellGroup_1[0].apic_66.v(0.9898827)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.5689381, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[8] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[8].src(0.7659844)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[8].vgap, a_CellGroup_6[0].apic_20.v(0.5689381)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[8].target(0.5689381)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[8].vgap, a_CellGroup_1[0].apic_45.v(0.7659844)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_5 on tgt cell 0
// Fraction along src section: 0.6885161, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[9] = new Gap()
a_CellGroup_1[0].apic_5 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[9].src(0.9336895)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[9].vgap, a_CellGroup_6[0].apic_18.v(0.6885161)
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[9].target(0.6885161)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[9].vgap, a_CellGroup_1[0].apic_5.v(0.9336895)
// Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_43 on tgt cell 0
// Fraction along src section: 0.7616671, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[10] = new Gap()
a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[10].src(0.16351698)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[10].vgap, a_CellGroup_6[0].apic_17.v(0.7616671)
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[10].target(0.7616671)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[10].vgap, a_CellGroup_1[0].apic_43.v(0.16351698)
// Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_66 on tgt cell 0
// Fraction along src section: 0.16176718, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[11] = new Gap()
a_CellGroup_1[0].apic_66 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[11].src(0.9669106)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[11].vgap, a_CellGroup_6[0].apic_12.v(0.16176718)
a_CellGroup_6[0].apic_12 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[11].target(0.16176718)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[11].vgap, a_CellGroup_1[0].apic_66.v(0.9669106)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_29 on tgt cell 0
// Fraction along src section: 0.72189605, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[12] = new Gap()
a_CellGroup_1[0].apic_29 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[12].src(0.91597503)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[12].vgap, a_CellGroup_6[0].apic_20.v(0.72189605)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[12].target(0.72189605)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[12].vgap, a_CellGroup_1[0].apic_29.v(0.91597503)
// Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_70 on tgt cell 0
// Fraction along src section: 0.5147523, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[13] = new Gap()
a_CellGroup_1[0].apic_70 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[13].src(0.02664421)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[13].vgap, a_CellGroup_6[0].apic_10.v(0.5147523)
a_CellGroup_6[0].apic_10 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[13].target(0.5147523)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[13].vgap, a_CellGroup_1[0].apic_70.v(0.02664421)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_73 on tgt cell 0
// Fraction along src section: 0.21611094, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[14] = new Gap()
a_CellGroup_1[0].apic_73 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[14].src(0.30536538)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[14].vgap, a_CellGroup_6[0].apic_9.v(0.21611094)
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[14].target(0.21611094)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[14].vgap, a_CellGroup_1[0].apic_73.v(0.30536538)
// Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_47 on tgt cell 0
// Fraction along src section: 0.5678517, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[15] = new Gap()
a_CellGroup_1[0].apic_47 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[15].src(0.5138256)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[15].vgap, a_CellGroup_6[0].apic_17.v(0.5678517)
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[15].target(0.5678517)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[15].vgap, a_CellGroup_1[0].apic_47.v(0.5138256)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.03452277, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[16] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[16].src(0.61858904)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[16].vgap, a_CellGroup_6[0].apic_20.v(0.03452277)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[16].target(0.03452277)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[16].vgap, a_CellGroup_1[0].apic_48.v(0.61858904)
// Syn conn (type: Gap_Junction_simple) from apic_8 on src cell 0 to apic_73 on tgt cell 0
// Fraction along src section: 0.34084642, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[17] = new Gap()
a_CellGroup_1[0].apic_73 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[17].src(0.04957854)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[17].vgap, a_CellGroup_6[0].apic_8.v(0.34084642)
a_CellGroup_6[0].apic_8 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[17].target(0.34084642)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[17].vgap, a_CellGroup_1[0].apic_73.v(0.04957854)
// Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_99 on tgt cell 0
// Fraction along src section: 0.8136321, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[18] = new Gap()
a_CellGroup_1[0].apic_99 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[18].src(0.23673697)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[18].vgap, a_CellGroup_6[0].apic_11.v(0.8136321)
a_CellGroup_6[0].apic_11 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[18].target(0.8136321)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[18].vgap, a_CellGroup_1[0].apic_99.v(0.23673697)
// Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_47 on tgt cell 0
// Fraction along src section: 0.48474288, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[19] = new Gap()
a_CellGroup_1[0].apic_47 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[19].src(0.54554695)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[19].vgap, a_CellGroup_6[0].apic_17.v(0.48474288)
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[19].target(0.48474288)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[19].vgap, a_CellGroup_1[0].apic_47.v(0.54554695)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.53353065, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[20] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[20].src(0.74601144)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[20].vgap, a_CellGroup_6[0].apic_20.v(0.53353065)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[20].target(0.53353065)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[20].vgap, a_CellGroup_1[0].apic_45.v(0.74601144)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_30 on tgt cell 0
// Fraction along src section: 0.93531686, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[21] = new Gap()
a_CellGroup_1[0].apic_30 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[21].src(0.9236783)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[21].vgap, a_CellGroup_6[0].apic_20.v(0.93531686)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[21].target(0.93531686)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[21].vgap, a_CellGroup_1[0].apic_30.v(0.9236783)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_43 on tgt cell 0
// Fraction along src section: 0.20228688, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[22] = new Gap()
a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[22].src(0.26085833)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[22].vgap, a_CellGroup_6[0].apic_20.v(0.20228688)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[22].target(0.20228688)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[22].vgap, a_CellGroup_1[0].apic_43.v(0.26085833)
// Syn conn (type: Gap_Junction_simple) from apic_6 on src cell 0 to apic_70 on tgt cell 0
// Fraction along src section: 0.7963877, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[23] = new Gap()
a_CellGroup_1[0].apic_70 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[23].src(0.90656614)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[23].vgap, a_CellGroup_6[0].apic_6.v(0.7963877)
a_CellGroup_6[0].apic_6 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[23].target(0.7963877)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[23].vgap, a_CellGroup_1[0].apic_70.v(0.90656614)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.5212705, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[24] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[24].src(0.7125535)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[24].vgap, a_CellGroup_6[0].apic_20.v(0.5212705)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[24].target(0.5212705)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[24].vgap, a_CellGroup_1[0].apic_45.v(0.7125535)
// Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_5 on tgt cell 0
// Fraction along src section: 0.53191835, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[25] = new Gap()
a_CellGroup_1[0].apic_5 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[25].src(0.89663327)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[25].vgap, a_CellGroup_6[0].apic_19.v(0.53191835)
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[25].target(0.53191835)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[25].vgap, a_CellGroup_1[0].apic_5.v(0.89663327)
// Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_66 on tgt cell 0
// Fraction along src section: 0.5935333, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[26] = new Gap()
a_CellGroup_1[0].apic_66 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[26].src(0.909574)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[26].vgap, a_CellGroup_6[0].apic_13.v(0.5935333)
a_CellGroup_6[0].apic_13 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[26].target(0.5935333)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[26].vgap, a_CellGroup_1[0].apic_66.v(0.909574)
// Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_66 on tgt cell 0
// Fraction along src section: 0.29689938, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[27] = new Gap()
a_CellGroup_1[0].apic_66 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[27].src(0.9782142)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[27].vgap, a_CellGroup_6[0].apic_12.v(0.29689938)
a_CellGroup_6[0].apic_12 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[27].target(0.29689938)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[27].vgap, a_CellGroup_1[0].apic_66.v(0.9782142)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_29 on tgt cell 0
// Fraction along src section: 0.7136417, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[28] = new Gap()
a_CellGroup_1[0].apic_29 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[28].src(0.9113262)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[28].vgap, a_CellGroup_6[0].apic_20.v(0.7136417)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[28].target(0.7136417)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[28].vgap, a_CellGroup_1[0].apic_29.v(0.9113262)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.92964673, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[29] = new Gap()
a_CellGroup_1[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[29].src(0.38632992)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[29].vgap, a_CellGroup_6[0].apic_18.v(0.92964673)
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[29].target(0.92964673)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[29].vgap, a_CellGroup_1[0].apic_20.v(0.38632992)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_29 on tgt cell 0
// Fraction along src section: 0.6421284, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[30] = new Gap()
a_CellGroup_1[0].apic_29 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[30].src(0.87915987)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[30].vgap, a_CellGroup_6[0].apic_20.v(0.6421284)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[30].target(0.6421284)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[30].vgap, a_CellGroup_1[0].apic_29.v(0.87915987)
// Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_76 on tgt cell 0
// Fraction along src section: 0.84721214, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[31] = new Gap()
a_CellGroup_1[0].apic_76 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[31].src(0.48133275)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[31].vgap, a_CellGroup_6[0].apic_3.v(0.84721214)
a_CellGroup_6[0].apic_3 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[31].target(0.84721214)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[31].vgap, a_CellGroup_1[0].apic_76.v(0.48133275)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_79 on tgt cell 0
// Fraction along src section: 0.8742553, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[32] = new Gap()
a_CellGroup_1[0].apic_79 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[32].src(0.7314044)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[32].vgap, a_CellGroup_6[0].apic_9.v(0.8742553)
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[32].target(0.8742553)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[32].vgap, a_CellGroup_1[0].apic_79.v(0.7314044)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_79 on tgt cell 0
// Fraction along src section: 0.9226441, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[33] = new Gap()
a_CellGroup_1[0].apic_79 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[33].src(0.81483686)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[33].vgap, a_CellGroup_6[0].apic_9.v(0.9226441)
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[33].target(0.9226441)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[33].vgap, a_CellGroup_1[0].apic_79.v(0.81483686)
// Syn conn (type: Gap_Junction_simple) from apic_6 on src cell 0 to apic_70 on tgt cell 0
// Fraction along src section: 0.024618763, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[34] = new Gap()
a_CellGroup_1[0].apic_70 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[34].src(0.99943787)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[34].vgap, a_CellGroup_6[0].apic_6.v(0.024618763)
a_CellGroup_6[0].apic_6 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[34].target(0.024618763)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[34].vgap, a_CellGroup_1[0].apic_70.v(0.99943787)
// Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_43 on tgt cell 0
// Fraction along src section: 0.7336959, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[35] = new Gap()
a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[35].src(0.16598314)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[35].vgap, a_CellGroup_6[0].apic_17.v(0.7336959)
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[35].target(0.7336959)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[35].vgap, a_CellGroup_1[0].apic_43.v(0.16598314)
// Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.19071013, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[36] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[36].src(0.50051594)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[36].vgap, a_CellGroup_6[0].apic_17.v(0.19071013)
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[36].target(0.19071013)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[36].vgap, a_CellGroup_1[0].apic_48.v(0.50051594)
// Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_99 on tgt cell 0
// Fraction along src section: 0.8787762, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[37] = new Gap()
a_CellGroup_1[0].apic_99 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[37].src(0.5513842)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[37].vgap, a_CellGroup_6[0].apic_12.v(0.8787762)
a_CellGroup_6[0].apic_12 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[37].target(0.8787762)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[37].vgap, a_CellGroup_1[0].apic_99.v(0.5513842)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.34422547, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[38] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[38].src(0.26164675)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[38].vgap, a_CellGroup_6[0].apic_20.v(0.34422547)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[38].target(0.34422547)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[38].vgap, a_CellGroup_1[0].apic_45.v(0.26164675)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.1399566, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[39] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[39].src(0.55257493)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[39].vgap, a_CellGroup_6[0].apic_20.v(0.1399566)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[39].target(0.1399566)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[39].vgap, a_CellGroup_1[0].apic_48.v(0.55257493)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.9177325, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[40] = new Gap()
a_CellGroup_1[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[40].src(0.3777877)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[40].vgap, a_CellGroup_6[0].apic_18.v(0.9177325)
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[40].target(0.9177325)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[40].vgap, a_CellGroup_1[0].apic_20.v(0.3777877)
// Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_5 on tgt cell 0
// Fraction along src section: 0.41350457, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[41] = new Gap()
a_CellGroup_1[0].apic_5 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[41].src(0.79531)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[41].vgap, a_CellGroup_6[0].apic_19.v(0.41350457)
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[41].target(0.41350457)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[41].vgap, a_CellGroup_1[0].apic_5.v(0.79531)
// Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_99 on tgt cell 0
// Fraction along src section: 0.87530607, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[42] = new Gap()
a_CellGroup_1[0].apic_99 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[42].src(0.20261905)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[42].vgap, a_CellGroup_6[0].apic_11.v(0.87530607)
a_CellGroup_6[0].apic_11 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[42].target(0.87530607)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[42].vgap, a_CellGroup_1[0].apic_99.v(0.20261905)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.13750315, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[43] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[43].src(0.5639666)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[43].vgap, a_CellGroup_6[0].apic_20.v(0.13750315)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[43].target(0.13750315)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[43].vgap, a_CellGroup_1[0].apic_48.v(0.5639666)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_79 on tgt cell 0
// Fraction along src section: 0.5023398, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[44] = new Gap()
a_CellGroup_1[0].apic_79 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[44].src(0.048633624)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[44].vgap, a_CellGroup_6[0].apic_9.v(0.5023398)
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[44].target(0.5023398)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[44].vgap, a_CellGroup_1[0].apic_79.v(0.048633624)
// Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_76 on tgt cell 0
// Fraction along src section: 0.97299504, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[45] = new Gap()
a_CellGroup_1[0].apic_76 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[45].src(0.5220895)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[45].vgap, a_CellGroup_6[0].apic_16.v(0.97299504)
a_CellGroup_6[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[45].target(0.97299504)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[45].vgap, a_CellGroup_1[0].apic_76.v(0.5220895)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_30 on tgt cell 0
// Fraction along src section: 0.9048529, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[46] = new Gap()
a_CellGroup_1[0].apic_30 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[46].src(0.95079404)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[46].vgap, a_CellGroup_6[0].apic_20.v(0.9048529)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[46].target(0.9048529)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[46].vgap, a_CellGroup_1[0].apic_30.v(0.95079404)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_50 on tgt cell 0
// Fraction along src section: 0.38967648, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[47] = new Gap()
a_CellGroup_1[0].apic_50 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[47].src(0.18022755)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[47].vgap, a_CellGroup_6[0].apic_9.v(0.38967648)
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[47].target(0.38967648)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[47].vgap, a_CellGroup_1[0].apic_50.v(0.18022755)
// Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_76 on tgt cell 0
// Fraction along src section: 0.3973214, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[48] = new Gap()
a_CellGroup_1[0].apic_76 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[48].src(0.66513216)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[48].vgap, a_CellGroup_6[0].apic_16.v(0.3973214)
a_CellGroup_6[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[48].target(0.3973214)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[48].vgap, a_CellGroup_1[0].apic_76.v(0.66513216)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_30 on tgt cell 0
// Fraction along src section: 0.94193286, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[49] = new Gap()
a_CellGroup_1[0].apic_30 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[49].src(0.9619904)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[49].vgap, a_CellGroup_6[0].apic_20.v(0.94193286)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[49].target(0.94193286)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[49].vgap, a_CellGroup_1[0].apic_30.v(0.9619904)
// Syn conn (type: Gap_Junction_simple) from apic_8 on src cell 0 to apic_49 on tgt cell 0
// Fraction along src section: 0.6844793, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[50] = new Gap()
a_CellGroup_1[0].apic_49 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[50].src(0.7175554)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[50].vgap, a_CellGroup_6[0].apic_8.v(0.6844793)
a_CellGroup_6[0].apic_8 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[50].target(0.6844793)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[50].vgap, a_CellGroup_1[0].apic_49.v(0.7175554)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.34982646, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[51] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[51].src(0.26401073)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[51].vgap, a_CellGroup_6[0].apic_20.v(0.34982646)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[51].target(0.34982646)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[51].vgap, a_CellGroup_1[0].apic_45.v(0.26401073)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_5 on tgt cell 0
// Fraction along src section: 0.4013954, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[52] = new Gap()
a_CellGroup_1[0].apic_5 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[52].src(0.77893144)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[52].vgap, a_CellGroup_6[0].apic_18.v(0.4013954)
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[52].target(0.4013954)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[52].vgap, a_CellGroup_1[0].apic_5.v(0.77893144)
// Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_76 on tgt cell 0
// Fraction along src section: 0.014082751, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[53] = new Gap()
a_CellGroup_1[0].apic_76 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[53].src(0.77679217)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[53].vgap, a_CellGroup_6[0].apic_16.v(0.014082751)
a_CellGroup_6[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[53].target(0.014082751)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[53].vgap, a_CellGroup_1[0].apic_76.v(0.77679217)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_29 on tgt cell 0
// Fraction along src section: 0.64858717, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[54] = new Gap()
a_CellGroup_1[0].apic_29 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[54].src(0.88376355)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[54].vgap, a_CellGroup_6[0].apic_20.v(0.64858717)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[54].target(0.64858717)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[54].vgap, a_CellGroup_1[0].apic_29.v(0.88376355)
// Syn conn (type: Gap_Junction_simple) from apic_6 on src cell 0 to apic_70 on tgt cell 0
// Fraction along src section: 0.4631381, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[55] = new Gap()
a_CellGroup_1[0].apic_70 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[55].src(0.92057145)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[55].vgap, a_CellGroup_6[0].apic_6.v(0.4631381)
a_CellGroup_6[0].apic_6 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[55].target(0.4631381)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[55].vgap, a_CellGroup_1[0].apic_70.v(0.92057145)
// Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_99 on tgt cell 0
// Fraction along src section: 0.74630654, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[56] = new Gap()
a_CellGroup_1[0].apic_99 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[56].src(0.24164799)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[56].vgap, a_CellGroup_6[0].apic_11.v(0.74630654)
a_CellGroup_6[0].apic_11 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[56].target(0.74630654)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[56].vgap, a_CellGroup_1[0].apic_99.v(0.24164799)
// Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_66 on tgt cell 0
// Fraction along src section: 0.48838395, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[57] = new Gap()
a_CellGroup_1[0].apic_66 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[57].src(0.9976453)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[57].vgap, a_CellGroup_6[0].apic_13.v(0.48838395)
a_CellGroup_6[0].apic_13 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[57].target(0.48838395)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[57].vgap, a_CellGroup_1[0].apic_66.v(0.9976453)
// Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.8769832, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[58] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[58].src(0.2611405)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[58].vgap, a_CellGroup_6[0].apic_17.v(0.8769832)
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[58].target(0.8769832)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[58].vgap, a_CellGroup_1[0].apic_45.v(0.2611405)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.6954029, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[59] = new Gap()
a_CellGroup_1[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[59].src(0.5020538)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[59].vgap, a_CellGroup_6[0].apic_18.v(0.6954029)
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[59].target(0.6954029)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[59].vgap, a_CellGroup_1[0].apic_19.v(0.5020538)
// Syn conn (type: Gap_Junction_simple) from apic_4 on src cell 0 to apic_66 on tgt cell 0
// Fraction along src section: 0.22032864, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[60] = new Gap()
a_CellGroup_1[0].apic_66 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[60].src(0.9871703)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[60].vgap, a_CellGroup_6[0].apic_4.v(0.22032864)
a_CellGroup_6[0].apic_4 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[60].target(0.22032864)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[60].vgap, a_CellGroup_1[0].apic_66.v(0.9871703)
// Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.30174363, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[61] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[61].src(0.44216377)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[61].vgap, a_CellGroup_6[0].apic_17.v(0.30174363)
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[61].target(0.30174363)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[61].vgap, a_CellGroup_1[0].apic_48.v(0.44216377)
// Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_76 on tgt cell 0
// Fraction along src section: 0.89496464, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[62] = new Gap()
a_CellGroup_1[0].apic_76 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[62].src(0.49066612)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[62].vgap, a_CellGroup_6[0].apic_3.v(0.89496464)
a_CellGroup_6[0].apic_3 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[62].target(0.89496464)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[62].vgap, a_CellGroup_1[0].apic_76.v(0.49066612)
// Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_66 on tgt cell 0
// Fraction along src section: 0.9626903, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[63] = new Gap()
a_CellGroup_1[0].apic_66 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[63].src(0.9994405)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[63].vgap, a_CellGroup_6[0].apic_3.v(0.9626903)
a_CellGroup_6[0].apic_3 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[63].target(0.9626903)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[63].vgap, a_CellGroup_1[0].apic_66.v(0.9994405)
// Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_66 on tgt cell 0
// Fraction along src section: 0.32666454, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[64] = new Gap()
a_CellGroup_1[0].apic_66 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[64].src(0.98269224)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[64].vgap, a_CellGroup_6[0].apic_12.v(0.32666454)
a_CellGroup_6[0].apic_12 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[64].target(0.32666454)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[64].vgap, a_CellGroup_1[0].apic_66.v(0.98269224)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.32375666, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[65] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[65].src(0.5399019)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[65].vgap, a_CellGroup_6[0].apic_18.v(0.32375666)
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[65].target(0.32375666)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[65].vgap, a_CellGroup_1[0].apic_45.v(0.5399019)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.10547701, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[66] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[66].src(0.5875071)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[66].vgap, a_CellGroup_6[0].apic_20.v(0.10547701)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[66].target(0.10547701)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[66].vgap, a_CellGroup_1[0].apic_48.v(0.5875071)
// Syn conn (type: Gap_Junction_simple) from apic_4 on src cell 0 to apic_66 on tgt cell 0
// Fraction along src section: 0.4381703, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[67] = new Gap()
a_CellGroup_1[0].apic_66 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[67].src(0.9762908)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[67].vgap, a_CellGroup_6[0].apic_4.v(0.4381703)
a_CellGroup_6[0].apic_4 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[67].target(0.4381703)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[67].vgap, a_CellGroup_1[0].apic_66.v(0.9762908)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_30 on tgt cell 0
// Fraction along src section: 0.80879843, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[68] = new Gap()
a_CellGroup_1[0].apic_30 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[68].src(0.99406844)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[68].vgap, a_CellGroup_6[0].apic_20.v(0.80879843)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[68].target(0.80879843)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[68].vgap, a_CellGroup_1[0].apic_30.v(0.99406844)
// Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_70 on tgt cell 0
// Fraction along src section: 0.023011008, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[69] = new Gap()
a_CellGroup_1[0].apic_70 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[69].src(0.8192841)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[69].vgap, a_CellGroup_6[0].apic_11.v(0.023011008)
a_CellGroup_6[0].apic_11 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[69].target(0.023011008)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[69].vgap, a_CellGroup_1[0].apic_70.v(0.8192841)
// Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.26758823, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[70] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[70].src(0.4481196)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[70].vgap, a_CellGroup_6[0].apic_17.v(0.26758823)
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[70].target(0.26758823)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[70].vgap, a_CellGroup_1[0].apic_48.v(0.4481196)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.099766046, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[71] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[71].src(0.5935277)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[71].vgap, a_CellGroup_6[0].apic_20.v(0.099766046)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[71].target(0.099766046)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[71].vgap, a_CellGroup_1[0].apic_48.v(0.5935277)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.54308295, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[72] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[72].src(0.7583053)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[72].vgap, a_CellGroup_6[0].apic_20.v(0.54308295)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[72].target(0.54308295)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[72].vgap, a_CellGroup_1[0].apic_45.v(0.7583053)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_73 on tgt cell 0
// Fraction along src section: 0.26647633, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[73] = new Gap()
a_CellGroup_1[0].apic_73 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[73].src(0.31008777)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[73].vgap, a_CellGroup_6[0].apic_9.v(0.26647633)
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[73].target(0.26647633)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[73].vgap, a_CellGroup_1[0].apic_73.v(0.31008777)
// Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_99 on tgt cell 0
// Fraction along src section: 0.9504161, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[74] = new Gap()
a_CellGroup_1[0].apic_99 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[74].src(0.19093038)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[74].vgap, a_CellGroup_6[0].apic_11.v(0.9504161)
a_CellGroup_6[0].apic_11 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[74].target(0.9504161)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[74].vgap, a_CellGroup_1[0].apic_99.v(0.19093038)
// Syn conn (type: Gap_Junction_simple) from apic_4 on src cell 0 to apic_66 on tgt cell 0
// Fraction along src section: 0.9498238, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[75] = new Gap()
a_CellGroup_1[0].apic_66 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[75].src(0.9318458)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[75].vgap, a_CellGroup_6[0].apic_4.v(0.9498238)
a_CellGroup_6[0].apic_4 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[75].target(0.9498238)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[75].vgap, a_CellGroup_1[0].apic_66.v(0.9318458)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_30 on tgt cell 0
// Fraction along src section: 0.83321244, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[76] = new Gap()
a_CellGroup_1[0].apic_30 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[76].src(0.981456)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[76].vgap, a_CellGroup_6[0].apic_20.v(0.83321244)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[76].target(0.83321244)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[76].vgap, a_CellGroup_1[0].apic_30.v(0.981456)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.3638545, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[77] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[77].src(0.403158)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[77].vgap, a_CellGroup_6[0].apic_20.v(0.3638545)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[77].target(0.3638545)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[77].vgap, a_CellGroup_1[0].apic_45.v(0.403158)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_30 on tgt cell 0
// Fraction along src section: 0.9660554, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[78] = new Gap()
a_CellGroup_1[0].apic_30 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[78].src(0.9614027)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[78].vgap, a_CellGroup_6[0].apic_20.v(0.9660554)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[78].target(0.9660554)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[78].vgap, a_CellGroup_1[0].apic_30.v(0.9614027)
// Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_34 on tgt cell 0
// Fraction along src section: 0.7877024, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[79] = new Gap()
a_CellGroup_1[0].apic_34 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[79].src(0.24677981)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[79].vgap, a_CellGroup_6[0].apic_17.v(0.7877024)
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[79].target(0.7877024)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[79].vgap, a_CellGroup_1[0].apic_34.v(0.24677981)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.55605, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[80] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[80].src(0.7640299)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[80].vgap, a_CellGroup_6[0].apic_20.v(0.55605)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[80].target(0.55605)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[80].vgap, a_CellGroup_1[0].apic_45.v(0.7640299)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.75439155, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[81] = new Gap()
a_CellGroup_1[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[81].src(0.7151101)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[81].vgap, a_CellGroup_6[0].apic_18.v(0.75439155)
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[81].target(0.75439155)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[81].vgap, a_CellGroup_1[0].apic_19.v(0.7151101)
// Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_66 on tgt cell 0
// Fraction along src section: 0.049687836, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[82] = new Gap()
a_CellGroup_1[0].apic_66 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[82].src(0.9680449)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[82].vgap, a_CellGroup_6[0].apic_15.v(0.049687836)
a_CellGroup_6[0].apic_15 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[82].target(0.049687836)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[82].vgap, a_CellGroup_1[0].apic_66.v(0.9680449)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_29 on tgt cell 0
// Fraction along src section: 0.689361, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[83] = new Gap()
a_CellGroup_1[0].apic_29 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[83].src(0.9022234)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[83].vgap, a_CellGroup_6[0].apic_20.v(0.689361)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[83].target(0.689361)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[83].vgap, a_CellGroup_1[0].apic_29.v(0.9022234)
// Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_5 on tgt cell 0
// Fraction along src section: 0.112814575, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[84] = new Gap()
a_CellGroup_1[0].apic_5 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[84].src(0.6415561)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[84].vgap, a_CellGroup_6[0].apic_19.v(0.112814575)
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[84].target(0.112814575)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[84].vgap, a_CellGroup_1[0].apic_5.v(0.6415561)
// Syn conn (type: Gap_Junction_simple) from apic_14 on src cell 0 to apic_66 on tgt cell 0
// Fraction along src section: 0.4362931, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[85] = new Gap()
a_CellGroup_1[0].apic_66 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[85].src(0.96027243)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[85].vgap, a_CellGroup_6[0].apic_14.v(0.4362931)
a_CellGroup_6[0].apic_14 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[85].target(0.4362931)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[85].vgap, a_CellGroup_1[0].apic_66.v(0.96027243)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_79 on tgt cell 0
// Fraction along src section: 0.59591466, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[86] = new Gap()
a_CellGroup_1[0].apic_79 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[86].src(0.17661558)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[86].vgap, a_CellGroup_6[0].apic_9.v(0.59591466)
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[86].target(0.59591466)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[86].vgap, a_CellGroup_1[0].apic_79.v(0.17661558)
// Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.37883136, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[87] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[87].src(0.40666646)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[87].vgap, a_CellGroup_6[0].apic_17.v(0.37883136)
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[87].target(0.37883136)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[87].vgap, a_CellGroup_1[0].apic_48.v(0.40666646)
// Syn conn (type: Gap_Junction_simple) from apic_8 on src cell 0 to apic_49 on tgt cell 0
// Fraction along src section: 0.833957, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[88] = new Gap()
a_CellGroup_1[0].apic_49 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[88].src(0.7151266)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[88].vgap, a_CellGroup_6[0].apic_8.v(0.833957)
a_CellGroup_6[0].apic_8 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[88].target(0.833957)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[88].vgap, a_CellGroup_1[0].apic_49.v(0.7151266)
// Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_76 on tgt cell 0
// Fraction along src section: 0.6929524, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[89] = new Gap()
a_CellGroup_1[0].apic_76 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[89].src(0.5820197)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[89].vgap, a_CellGroup_6[0].apic_16.v(0.6929524)
a_CellGroup_6[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[89].target(0.6929524)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[89].vgap, a_CellGroup_1[0].apic_76.v(0.5820197)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_30 on tgt cell 0
// Fraction along src section: 0.89079124, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[90] = new Gap()
a_CellGroup_1[0].apic_30 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[90].src(0.9557529)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[90].vgap, a_CellGroup_6[0].apic_20.v(0.89079124)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[90].target(0.89079124)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[90].vgap, a_CellGroup_1[0].apic_30.v(0.9557529)
// Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_76 on tgt cell 0
// Fraction along src section: 0.75064474, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[91] = new Gap()
a_CellGroup_1[0].apic_76 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[91].src(0.5028834)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[91].vgap, a_CellGroup_6[0].apic_3.v(0.75064474)
a_CellGroup_6[0].apic_3 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[91].target(0.75064474)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[91].vgap, a_CellGroup_1[0].apic_76.v(0.5028834)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.99565846, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[92] = new Gap()
a_CellGroup_1[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[92].src(0.38055295)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[92].vgap, a_CellGroup_6[0].apic_18.v(0.99565846)
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[92].target(0.99565846)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[92].vgap, a_CellGroup_1[0].apic_20.v(0.38055295)
// Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_76 on tgt cell 0
// Fraction along src section: 0.37909272, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[93] = new Gap()
a_CellGroup_1[0].apic_76 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[93].src(0.604045)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[93].vgap, a_CellGroup_6[0].apic_3.v(0.37909272)
a_CellGroup_6[0].apic_3 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[93].target(0.37909272)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[93].vgap, a_CellGroup_1[0].apic_76.v(0.604045)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.15596217, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[94] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[94].src(0.49932462)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[94].vgap, a_CellGroup_6[0].apic_18.v(0.15596217)
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[94].target(0.15596217)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[94].vgap, a_CellGroup_1[0].apic_45.v(0.49932462)
// Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.98368603, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[95] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[95].src(0.2753485)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[95].vgap, a_CellGroup_6[0].apic_17.v(0.98368603)
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[95].target(0.98368603)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[95].vgap, a_CellGroup_1[0].apic_45.v(0.2753485)
// Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_5 on tgt cell 0
// Fraction along src section: 0.17705192, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[96] = new Gap()
a_CellGroup_1[0].apic_5 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[96].src(0.7071634)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[96].vgap, a_CellGroup_6[0].apic_19.v(0.17705192)
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[96].target(0.17705192)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[96].vgap, a_CellGroup_1[0].apic_5.v(0.7071634)
// Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_99 on tgt cell 0
// Fraction along src section: 0.47037414, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[97] = new Gap()
a_CellGroup_1[0].apic_99 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[97].src(0.81539756)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[97].vgap, a_CellGroup_6[0].apic_12.v(0.47037414)
a_CellGroup_6[0].apic_12 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[97].target(0.47037414)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[97].vgap, a_CellGroup_1[0].apic_99.v(0.81539756)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_30 on tgt cell 0
// Fraction along src section: 0.9419973, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[98] = new Gap()
a_CellGroup_1[0].apic_30 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[98].src(0.9549458)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[98].vgap, a_CellGroup_6[0].apic_20.v(0.9419973)
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[98].target(0.9419973)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[98].vgap, a_CellGroup_1[0].apic_30.v(0.9549458)
// Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_5 on tgt cell 0
// Fraction along src section: 0.47810537, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[99] = new Gap()
a_CellGroup_1[0].apic_5 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[99].src(0.81638986)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[99].vgap, a_CellGroup_6[0].apic_19.v(0.47810537)
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[99].target(0.47810537)
// elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_1_Gap_Junction_simple_A[99].vgap, a_CellGroup_1[0].apic_5.v(0.81638986)
// Adding NetConn: NetConn_CellGroup_2_CellGroup_6 from: CellGroup_2 to: CellGroup_6 with 100 connections
// each with syn(s): [Gap_Junction_simple [thresh: -20.0, delay: 5.0, weight: 1.0]]
// Syn conn (type: Gap_Junction_simple) from apic_76 on src cell 0 to apic_14 on tgt cell 0
// Fraction along src section: 0.1332724, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
objectvar elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[100]
// objectvar elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[100]
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[0] = new Gap()
a_CellGroup_6[0].apic_14 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[0].src(0.98910636)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[0].vgap, a_CellGroup_2[0].apic_76.v(0.1332724)
a_CellGroup_2[0].apic_76 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[0].target(0.1332724)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[0].vgap, a_CellGroup_6[0].apic_14.v(0.98910636)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.8113948, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[1] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[1].src(0.6077368)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[1].vgap, a_CellGroup_2[0].apic_35.v(0.8113948)
a_CellGroup_2[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[1].target(0.8113948)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[1].vgap, a_CellGroup_6[0].apic_20.v(0.6077368)
// Syn conn (type: Gap_Junction_simple) from apic_67 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.42719692, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[2] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[2].src(0.99978745)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[2].vgap, a_CellGroup_2[0].apic_67.v(0.42719692)
a_CellGroup_2[0].apic_67 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[2].target(0.42719692)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[2].vgap, a_CellGroup_6[0].apic_9.v(0.99978745)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.47420222, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[3] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[3].src(0.99172)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[3].vgap, a_CellGroup_2[0].apic_34.v(0.47420222)
a_CellGroup_2[0].apic_34 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[3].target(0.47420222)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[3].vgap, a_CellGroup_6[0].apic_9.v(0.99172)
// Syn conn (type: Gap_Junction_simple) from apic_42 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.65292674, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[4] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[4].src(0.05043318)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[4].vgap, a_CellGroup_2[0].apic_42.v(0.65292674)
a_CellGroup_2[0].apic_42 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[4].target(0.65292674)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[4].vgap, a_CellGroup_6[0].apic_20.v(0.05043318)
// Syn conn (type: Gap_Junction_simple) from apic_107 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.1895567, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[5] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[5].src(0.65609413)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[5].vgap, a_CellGroup_2[0].apic_107.v(0.1895567)
a_CellGroup_2[0].apic_107 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[5].target(0.1895567)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[5].vgap, a_CellGroup_6[0].apic_9.v(0.65609413)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.76020133, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[6] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[6].src(0.9862103)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[6].vgap, a_CellGroup_2[0].apic_27.v(0.76020133)
a_CellGroup_2[0].apic_27 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[6].target(0.76020133)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[6].vgap, a_CellGroup_6[0].apic_9.v(0.9862103)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.36459166, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[7] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[7].src(0.7451387)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[7].vgap, a_CellGroup_2[0].apic_18.v(0.36459166)
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[7].target(0.36459166)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[7].vgap, a_CellGroup_6[0].apic_17.v(0.7451387)
// Syn conn (type: Gap_Junction_simple) from apic_93 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.3940156, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[8] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[8].src(0.85065323)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[8].vgap, a_CellGroup_2[0].apic_93.v(0.3940156)
a_CellGroup_2[0].apic_93 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[8].target(0.3940156)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[8].vgap, a_CellGroup_6[0].apic_20.v(0.85065323)
// Syn conn (type: Gap_Junction_simple) from apic_70 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.76756036, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[9] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[9].src(0.23446542)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[9].vgap, a_CellGroup_2[0].apic_70.v(0.76756036)
a_CellGroup_2[0].apic_70 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[9].target(0.76756036)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[9].vgap, a_CellGroup_6[0].apic_20.v(0.23446542)
// Syn conn (type: Gap_Junction_simple) from apic_111 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.77956986, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[10] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[10].src(0.05278264)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[10].vgap, a_CellGroup_2[0].apic_111.v(0.77956986)
a_CellGroup_2[0].apic_111 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[10].target(0.77956986)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[10].vgap, a_CellGroup_6[0].apic_20.v(0.05278264)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.66257435, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[11] = new Gap()
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[11].src(0.5388186)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[11].vgap, a_CellGroup_2[0].apic_23.v(0.66257435)
a_CellGroup_2[0].apic_23 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[11].target(0.66257435)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[11].vgap, a_CellGroup_6[0].apic_18.v(0.5388186)
// Syn conn (type: Gap_Junction_simple) from apic_66 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.14996544, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[12] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[12].src(0.9753628)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[12].vgap, a_CellGroup_2[0].apic_66.v(0.14996544)
a_CellGroup_2[0].apic_66 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[12].target(0.14996544)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[12].vgap, a_CellGroup_6[0].apic_17.v(0.9753628)
// Syn conn (type: Gap_Junction_simple) from apic_65 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.7500539, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[13] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[13].src(0.6089021)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[13].vgap, a_CellGroup_2[0].apic_65.v(0.7500539)
a_CellGroup_2[0].apic_65 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[13].target(0.7500539)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[13].vgap, a_CellGroup_6[0].apic_20.v(0.6089021)
// Syn conn (type: Gap_Junction_simple) from apic_64 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.94220436, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[14] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[14].src(0.2142378)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[14].vgap, a_CellGroup_2[0].apic_64.v(0.94220436)
a_CellGroup_2[0].apic_64 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[14].target(0.94220436)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[14].vgap, a_CellGroup_6[0].apic_20.v(0.2142378)
// Syn conn (type: Gap_Junction_simple) from apic_77 on src cell 0 to apic_5 on tgt cell 0
// Fraction along src section: 0.45152837, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[15] = new Gap()
a_CellGroup_6[0].apic_5 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[15].src(0.40749022)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[15].vgap, a_CellGroup_2[0].apic_77.v(0.45152837)
a_CellGroup_2[0].apic_77 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[15].target(0.45152837)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[15].vgap, a_CellGroup_6[0].apic_5.v(0.40749022)
// Syn conn (type: Gap_Junction_simple) from apic_21 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.42981693, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[16] = new Gap()
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[16].src(0.21580064)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[16].vgap, a_CellGroup_2[0].apic_21.v(0.42981693)
a_CellGroup_2[0].apic_21 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[16].target(0.42981693)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[16].vgap, a_CellGroup_6[0].apic_18.v(0.21580064)
// Syn conn (type: Gap_Junction_simple) from apic_111 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.572885, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[17] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[17].src(0.047610115)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[17].vgap, a_CellGroup_2[0].apic_111.v(0.572885)
a_CellGroup_2[0].apic_111 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[17].target(0.572885)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[17].vgap, a_CellGroup_6[0].apic_20.v(0.047610115)
// Syn conn (type: Gap_Junction_simple) from apic_109 on src cell 0 to apic_3 on tgt cell 0
// Fraction along src section: 0.7524223, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[18] = new Gap()
a_CellGroup_6[0].apic_3 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[18].src(0.6190478)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[18].vgap, a_CellGroup_2[0].apic_109.v(0.7524223)
a_CellGroup_2[0].apic_109 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[18].target(0.7524223)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[18].vgap, a_CellGroup_6[0].apic_3.v(0.6190478)
// Syn conn (type: Gap_Junction_simple) from apic_70 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.8784767, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[19] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[19].src(0.4280232)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[19].vgap, a_CellGroup_2[0].apic_70.v(0.8784767)
a_CellGroup_2[0].apic_70 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[19].target(0.8784767)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[19].vgap, a_CellGroup_6[0].apic_19.v(0.4280232)
// Syn conn (type: Gap_Junction_simple) from apic_55 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.5360335, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[20] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[20].src(0.27611014)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[20].vgap, a_CellGroup_2[0].apic_55.v(0.5360335)
a_CellGroup_2[0].apic_55 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[20].target(0.5360335)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[20].vgap, a_CellGroup_6[0].apic_17.v(0.27611014)
// Syn conn (type: Gap_Junction_simple) from apic_80 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.41831046, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[21] = new Gap()
a_CellGroup_6[0].apic_10 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[21].src(0.95124525)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[21].vgap, a_CellGroup_2[0].apic_80.v(0.41831046)
a_CellGroup_2[0].apic_80 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[21].target(0.41831046)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[21].vgap, a_CellGroup_6[0].apic_10.v(0.95124525)
// Syn conn (type: Gap_Junction_simple) from apic_66 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.4167553, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[22] = new Gap()
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[22].src(0.20274173)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[22].vgap, a_CellGroup_2[0].apic_66.v(0.4167553)
a_CellGroup_2[0].apic_66 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[22].target(0.4167553)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[22].vgap, a_CellGroup_6[0].apic_18.v(0.20274173)
// Syn conn (type: Gap_Junction_simple) from apic_105 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.24099216, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[23] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[23].src(0.86252135)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[23].vgap, a_CellGroup_2[0].apic_105.v(0.24099216)
a_CellGroup_2[0].apic_105 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[23].target(0.24099216)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[23].vgap, a_CellGroup_6[0].apic_9.v(0.86252135)
// Syn conn (type: Gap_Junction_simple) from apic_101 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.41045743, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[24] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[24].src(0.9905669)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[24].vgap, a_CellGroup_2[0].apic_101.v(0.41045743)
a_CellGroup_2[0].apic_101 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[24].target(0.41045743)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[24].vgap, a_CellGroup_6[0].apic_9.v(0.9905669)
// Syn conn (type: Gap_Junction_simple) from apic_72 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.07044166, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[25] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[25].src(0.9837898)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[25].vgap, a_CellGroup_2[0].apic_72.v(0.07044166)
a_CellGroup_2[0].apic_72 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[25].target(0.07044166)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[25].vgap, a_CellGroup_6[0].apic_9.v(0.9837898)
// Syn conn (type: Gap_Junction_simple) from apic_22 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.5823337, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[26] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[26].src(0.74610776)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[26].vgap, a_CellGroup_2[0].apic_22.v(0.5823337)
a_CellGroup_2[0].apic_22 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[26].target(0.5823337)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[26].vgap, a_CellGroup_6[0].apic_19.v(0.74610776)
// Syn conn (type: Gap_Junction_simple) from apic_21 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.86829895, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[27] = new Gap()
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[27].src(0.3303058)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[27].vgap, a_CellGroup_2[0].apic_21.v(0.86829895)
a_CellGroup_2[0].apic_21 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[27].target(0.86829895)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[27].vgap, a_CellGroup_6[0].apic_18.v(0.3303058)
// Syn conn (type: Gap_Junction_simple) from apic_64 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.060636986, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[28] = new Gap()
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[28].src(0.06077641)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[28].vgap, a_CellGroup_2[0].apic_64.v(0.060636986)
a_CellGroup_2[0].apic_64 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[28].target(0.060636986)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[28].vgap, a_CellGroup_6[0].apic_18.v(0.06077641)
// Syn conn (type: Gap_Junction_simple) from apic_95 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.337278, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[29] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[29].src(0.84597355)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[29].vgap, a_CellGroup_2[0].apic_95.v(0.337278)
a_CellGroup_2[0].apic_95 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[29].target(0.337278)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[29].vgap, a_CellGroup_6[0].apic_20.v(0.84597355)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.23077933, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[30] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[30].src(0.40459484)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[30].vgap, a_CellGroup_2[0].apic_9.v(0.23077933)
a_CellGroup_2[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[30].target(0.23077933)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[30].vgap, a_CellGroup_6[0].apic_17.v(0.40459484)
// Syn conn (type: Gap_Junction_simple) from apic_64 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.054536637, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[31] = new Gap()
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[31].src(0.17538229)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[31].vgap, a_CellGroup_2[0].apic_64.v(0.054536637)
a_CellGroup_2[0].apic_64 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[31].target(0.054536637)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[31].vgap, a_CellGroup_6[0].apic_18.v(0.17538229)
// Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.08611575, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[32] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[32].src(0.2991256)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[32].vgap, a_CellGroup_2[0].apic_15.v(0.08611575)
a_CellGroup_2[0].apic_15 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[32].target(0.08611575)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[32].vgap, a_CellGroup_6[0].apic_17.v(0.2991256)
// Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.32759193, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[33] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[33].src(0.8774202)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[33].vgap, a_CellGroup_2[0].apic_19.v(0.32759193)
a_CellGroup_2[0].apic_19 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[33].target(0.32759193)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[33].vgap, a_CellGroup_6[0].apic_17.v(0.8774202)
// Syn conn (type: Gap_Junction_simple) from apic_41 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.7542278, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[34] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[34].src(0.069333054)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[34].vgap, a_CellGroup_2[0].apic_41.v(0.7542278)
a_CellGroup_2[0].apic_41 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[34].target(0.7542278)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[34].vgap, a_CellGroup_6[0].apic_20.v(0.069333054)
// Syn conn (type: Gap_Junction_simple) from apic_33 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.501319, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[35] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[35].src(0.9884479)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[35].vgap, a_CellGroup_2[0].apic_33.v(0.501319)
a_CellGroup_2[0].apic_33 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[35].target(0.501319)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[35].vgap, a_CellGroup_6[0].apic_9.v(0.9884479)
// Syn conn (type: Gap_Junction_simple) from apic_103 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.12979016, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[36] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[36].src(0.89857495)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[36].vgap, a_CellGroup_2[0].apic_103.v(0.12979016)
a_CellGroup_2[0].apic_103 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[36].target(0.12979016)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[36].vgap, a_CellGroup_6[0].apic_20.v(0.89857495)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.6480925, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[37] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[37].src(0.9906755)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[37].vgap, a_CellGroup_2[0].apic_34.v(0.6480925)
a_CellGroup_2[0].apic_34 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[37].target(0.6480925)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[37].vgap, a_CellGroup_6[0].apic_9.v(0.9906755)
// Syn conn (type: Gap_Junction_simple) from apic_52 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.1714882, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[38] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[38].src(0.37112787)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[38].vgap, a_CellGroup_2[0].apic_52.v(0.1714882)
a_CellGroup_2[0].apic_52 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[38].target(0.1714882)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[38].vgap, a_CellGroup_6[0].apic_17.v(0.37112787)
// Syn conn (type: Gap_Junction_simple) from apic_78 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.17479597, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[39] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[39].src(0.84319973)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[39].vgap, a_CellGroup_2[0].apic_78.v(0.17479597)
a_CellGroup_2[0].apic_78 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[39].target(0.17479597)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[39].vgap, a_CellGroup_6[0].apic_9.v(0.84319973)
// Syn conn (type: Gap_Junction_simple) from apic_101 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.89373046, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[40] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[40].src(0.8663522)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[40].vgap, a_CellGroup_2[0].apic_101.v(0.89373046)
a_CellGroup_2[0].apic_101 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[40].target(0.89373046)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[40].vgap, a_CellGroup_6[0].apic_9.v(0.8663522)
// Syn conn (type: Gap_Junction_simple) from apic_72 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.39360252, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[41] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[41].src(0.9981271)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[41].vgap, a_CellGroup_2[0].apic_72.v(0.39360252)
a_CellGroup_2[0].apic_72 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[41].target(0.39360252)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[41].vgap, a_CellGroup_6[0].apic_9.v(0.9981271)
// Syn conn (type: Gap_Junction_simple) from apic_52 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.8481173, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[42] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[42].src(0.20422573)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[42].vgap, a_CellGroup_2[0].apic_52.v(0.8481173)
a_CellGroup_2[0].apic_52 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[42].target(0.8481173)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[42].vgap, a_CellGroup_6[0].apic_20.v(0.20422573)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.45561722, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[43] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[43].src(0.7407142)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[43].vgap, a_CellGroup_2[0].apic_35.v(0.45561722)
a_CellGroup_2[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[43].target(0.45561722)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[43].vgap, a_CellGroup_6[0].apic_20.v(0.7407142)
// Syn conn (type: Gap_Junction_simple) from apic_117 on src cell 0 to apic_12 on tgt cell 0
// Fraction along src section: 0.5411868, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[44] = new Gap()
a_CellGroup_6[0].apic_12 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[44].src(0.68330616)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[44].vgap, a_CellGroup_2[0].apic_117.v(0.5411868)
a_CellGroup_2[0].apic_117 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[44].target(0.5411868)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[44].vgap, a_CellGroup_6[0].apic_12.v(0.68330616)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.35966024, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[45] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[45].src(0.99061835)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[45].vgap, a_CellGroup_2[0].apic_34.v(0.35966024)
a_CellGroup_2[0].apic_34 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[45].target(0.35966024)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[45].vgap, a_CellGroup_6[0].apic_9.v(0.99061835)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.63101876, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[46] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[46].src(0.13572076)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[46].vgap, a_CellGroup_2[0].apic_9.v(0.63101876)
a_CellGroup_2[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[46].target(0.63101876)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[46].vgap, a_CellGroup_6[0].apic_20.v(0.13572076)
// Syn conn (type: Gap_Junction_simple) from apic_88 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.22692247, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[47] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[47].src(0.85483074)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[47].vgap, a_CellGroup_2[0].apic_88.v(0.22692247)
a_CellGroup_2[0].apic_88 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[47].target(0.22692247)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[47].vgap, a_CellGroup_6[0].apic_9.v(0.85483074)
// Syn conn (type: Gap_Junction_simple) from apic_99 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.97776854, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[48] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[48].src(0.83944064)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[48].vgap, a_CellGroup_2[0].apic_99.v(0.97776854)
a_CellGroup_2[0].apic_99 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[48].target(0.97776854)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[48].vgap, a_CellGroup_6[0].apic_17.v(0.83944064)
// Syn conn (type: Gap_Junction_simple) from apic_21 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.23028953, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[49] = new Gap()
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[49].src(0.18788972)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[49].vgap, a_CellGroup_2[0].apic_21.v(0.23028953)
a_CellGroup_2[0].apic_21 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[49].target(0.23028953)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[49].vgap, a_CellGroup_6[0].apic_18.v(0.18788972)
// Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.16402847, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[50] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[50].src(0.8795488)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[50].vgap, a_CellGroup_2[0].apic_30.v(0.16402847)
a_CellGroup_2[0].apic_30 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[50].target(0.16402847)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[50].vgap, a_CellGroup_6[0].apic_17.v(0.8795488)
// Syn conn (type: Gap_Junction_simple) from apic_41 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.41616488, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[51] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[51].src(0.08303112)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[51].vgap, a_CellGroup_2[0].apic_41.v(0.41616488)
a_CellGroup_2[0].apic_41 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[51].target(0.41616488)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[51].vgap, a_CellGroup_6[0].apic_20.v(0.08303112)
// Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.21660972, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[52] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[52].src(0.137394)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[52].vgap, a_CellGroup_2[0].apic_10.v(0.21660972)
a_CellGroup_2[0].apic_10 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[52].target(0.21660972)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[52].vgap, a_CellGroup_6[0].apic_20.v(0.137394)
// Syn conn (type: Gap_Junction_simple) from apic_45 on src cell 0 to apic_4 on tgt cell 0
// Fraction along src section: 0.76420873, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[53] = new Gap()
a_CellGroup_6[0].apic_4 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[53].src(0.75039697)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[53].vgap, a_CellGroup_2[0].apic_45.v(0.76420873)
a_CellGroup_2[0].apic_45 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[53].target(0.76420873)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[53].vgap, a_CellGroup_6[0].apic_4.v(0.75039697)
// Syn conn (type: Gap_Junction_simple) from apic_73 on src cell 0 to apic_8 on tgt cell 0
// Fraction along src section: 0.3072043, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[54] = new Gap()
a_CellGroup_6[0].apic_8 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[54].src(0.6757981)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[54].vgap, a_CellGroup_2[0].apic_73.v(0.3072043)
a_CellGroup_2[0].apic_73 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[54].target(0.3072043)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[54].vgap, a_CellGroup_6[0].apic_8.v(0.6757981)
// Syn conn (type: Gap_Junction_simple) from apic_49 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.478646, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[55] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[55].src(0.23063315)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[55].vgap, a_CellGroup_2[0].apic_49.v(0.478646)
a_CellGroup_2[0].apic_49 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[55].target(0.478646)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[55].vgap, a_CellGroup_6[0].apic_20.v(0.23063315)
// Syn conn (type: Gap_Junction_simple) from apic_68 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.66213876, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[56] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[56].src(0.9856959)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[56].vgap, a_CellGroup_2[0].apic_68.v(0.66213876)
a_CellGroup_2[0].apic_68 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[56].target(0.66213876)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[56].vgap, a_CellGroup_6[0].apic_9.v(0.9856959)
// Syn conn (type: Gap_Junction_simple) from apic_22 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.13525122, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[57] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[57].src(0.41783386)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[57].vgap, a_CellGroup_2[0].apic_22.v(0.13525122)
a_CellGroup_2[0].apic_22 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[57].target(0.13525122)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[57].vgap, a_CellGroup_6[0].apic_19.v(0.41783386)
// Syn conn (type: Gap_Junction_simple) from apic_104 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.11224428, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[58] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[58].src(0.9002341)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[58].vgap, a_CellGroup_2[0].apic_104.v(0.11224428)
a_CellGroup_2[0].apic_104 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[58].target(0.11224428)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[58].vgap, a_CellGroup_6[0].apic_20.v(0.9002341)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.016955622, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[59] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[59].src(0.8624699)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[59].vgap, a_CellGroup_2[0].apic_34.v(0.016955622)
a_CellGroup_2[0].apic_34 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[59].target(0.016955622)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[59].vgap, a_CellGroup_6[0].apic_9.v(0.8624699)
// Syn conn (type: Gap_Junction_simple) from apic_38 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.15221134, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[60] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[60].src(0.7141136)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[60].vgap, a_CellGroup_2[0].apic_38.v(0.15221134)
a_CellGroup_2[0].apic_38 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[60].target(0.15221134)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[60].vgap, a_CellGroup_6[0].apic_9.v(0.7141136)
// Syn conn (type: Gap_Junction_simple) from apic_26 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.002504803, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[61] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[61].src(0.9923602)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[61].vgap, a_CellGroup_2[0].apic_26.v(0.002504803)
a_CellGroup_2[0].apic_26 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[61].target(0.002504803)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[61].vgap, a_CellGroup_6[0].apic_9.v(0.9923602)
// Syn conn (type: Gap_Junction_simple) from apic_73 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.08125527, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[62] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[62].src(0.60196733)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[62].vgap, a_CellGroup_2[0].apic_73.v(0.08125527)
a_CellGroup_2[0].apic_73 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[62].target(0.08125527)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[62].vgap, a_CellGroup_6[0].apic_9.v(0.60196733)
// Syn conn (type: Gap_Junction_simple) from apic_70 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.022905637, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[63] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[63].src(0.88054454)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[63].vgap, a_CellGroup_2[0].apic_70.v(0.022905637)
a_CellGroup_2[0].apic_70 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[63].target(0.022905637)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[63].vgap, a_CellGroup_6[0].apic_17.v(0.88054454)
// Syn conn (type: Gap_Junction_simple) from apic_107 on src cell 0 to apic_8 on tgt cell 0
// Fraction along src section: 0.2752008, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[64] = new Gap()
a_CellGroup_6[0].apic_8 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[64].src(0.97190934)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[64].vgap, a_CellGroup_2[0].apic_107.v(0.2752008)
a_CellGroup_2[0].apic_107 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[64].target(0.2752008)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[64].vgap, a_CellGroup_6[0].apic_8.v(0.97190934)
// Syn conn (type: Gap_Junction_simple) from apic_63 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.71708775, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[65] = new Gap()
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[65].src(0.33201253)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[65].vgap, a_CellGroup_2[0].apic_63.v(0.71708775)
a_CellGroup_2[0].apic_63 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[65].target(0.71708775)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[65].vgap, a_CellGroup_6[0].apic_18.v(0.33201253)
// Syn conn (type: Gap_Junction_simple) from apic_85 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.87173724, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[66] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[66].src(0.6808846)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[66].vgap, a_CellGroup_2[0].apic_85.v(0.87173724)
a_CellGroup_2[0].apic_85 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[66].target(0.87173724)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[66].vgap, a_CellGroup_6[0].apic_17.v(0.6808846)
// Syn conn (type: Gap_Junction_simple) from apic_21 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.34846476, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[67] = new Gap()
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[67].src(0.2082378)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[67].vgap, a_CellGroup_2[0].apic_21.v(0.34846476)
a_CellGroup_2[0].apic_21 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[67].target(0.34846476)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[67].vgap, a_CellGroup_6[0].apic_18.v(0.2082378)
// Syn conn (type: Gap_Junction_simple) from apic_101 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.52757615, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[68] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[68].src(0.98214513)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[68].vgap, a_CellGroup_2[0].apic_101.v(0.52757615)
a_CellGroup_2[0].apic_101 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[68].target(0.52757615)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[68].vgap, a_CellGroup_6[0].apic_9.v(0.98214513)
// Syn conn (type: Gap_Junction_simple) from apic_75 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.24207951, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[69] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[69].src(0.76703477)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[69].vgap, a_CellGroup_2[0].apic_75.v(0.24207951)
a_CellGroup_2[0].apic_75 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[69].target(0.24207951)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[69].vgap, a_CellGroup_6[0].apic_9.v(0.76703477)
// Syn conn (type: Gap_Junction_simple) from apic_26 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.6854298, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[70] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[70].src(0.99691683)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[70].vgap, a_CellGroup_2[0].apic_26.v(0.6854298)
a_CellGroup_2[0].apic_26 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[70].target(0.6854298)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[70].vgap, a_CellGroup_6[0].apic_9.v(0.99691683)
// Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.68201035, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[71] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[71].src(0.22880775)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[71].vgap, a_CellGroup_2[0].apic_10.v(0.68201035)
a_CellGroup_2[0].apic_10 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[71].target(0.68201035)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[71].vgap, a_CellGroup_6[0].apic_20.v(0.22880775)
// Syn conn (type: Gap_Junction_simple) from apic_6 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.46902743, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[72] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[72].src(0.9233771)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[72].vgap, a_CellGroup_2[0].apic_6.v(0.46902743)
a_CellGroup_2[0].apic_6 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[72].target(0.46902743)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[72].vgap, a_CellGroup_6[0].apic_9.v(0.9233771)
// Syn conn (type: Gap_Junction_simple) from apic_107 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.022693047, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[73] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[73].src(0.7794934)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[73].vgap, a_CellGroup_2[0].apic_107.v(0.022693047)
a_CellGroup_2[0].apic_107 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[73].target(0.022693047)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[73].vgap, a_CellGroup_6[0].apic_9.v(0.7794934)
// Syn conn (type: Gap_Junction_simple) from apic_96 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.53000355, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[74] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[74].src(0.58226943)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[74].vgap, a_CellGroup_2[0].apic_96.v(0.53000355)
a_CellGroup_2[0].apic_96 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[74].target(0.53000355)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[74].vgap, a_CellGroup_6[0].apic_20.v(0.58226943)
// Syn conn (type: Gap_Junction_simple) from apic_44 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.94297844, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[75] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[75].src(0.16509853)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[75].vgap, a_CellGroup_2[0].apic_44.v(0.94297844)
a_CellGroup_2[0].apic_44 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[75].target(0.94297844)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[75].vgap, a_CellGroup_6[0].apic_17.v(0.16509853)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.7548978, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[76] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[76].src(0.21874523)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[76].vgap, a_CellGroup_2[0].apic_18.v(0.7548978)
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[76].target(0.7548978)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[76].vgap, a_CellGroup_6[0].apic_20.v(0.21874523)
// Syn conn (type: Gap_Junction_simple) from apic_49 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.53139997, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[77] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[77].src(0.2308774)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[77].vgap, a_CellGroup_2[0].apic_49.v(0.53139997)
a_CellGroup_2[0].apic_49 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[77].target(0.53139997)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[77].vgap, a_CellGroup_6[0].apic_20.v(0.2308774)
// Syn conn (type: Gap_Junction_simple) from apic_69 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.09944844, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[78] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[78].src(0.9967954)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[78].vgap, a_CellGroup_2[0].apic_69.v(0.09944844)
a_CellGroup_2[0].apic_69 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[78].target(0.09944844)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[78].vgap, a_CellGroup_6[0].apic_9.v(0.9967954)
// Syn conn (type: Gap_Junction_simple) from apic_52 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.78230685, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[79] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[79].src(0.20274483)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[79].vgap, a_CellGroup_2[0].apic_52.v(0.78230685)
a_CellGroup_2[0].apic_52 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[79].target(0.78230685)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[79].vgap, a_CellGroup_6[0].apic_20.v(0.20274483)
// Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.043039646, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[80] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[80].src(0.99910015)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[80].vgap, a_CellGroup_2[0].apic_19.v(0.043039646)
a_CellGroup_2[0].apic_19 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[80].target(0.043039646)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[80].vgap, a_CellGroup_6[0].apic_9.v(0.99910015)
// Syn conn (type: Gap_Junction_simple) from apic_72 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.31360734, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[81] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[81].src(0.996221)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[81].vgap, a_CellGroup_2[0].apic_72.v(0.31360734)
a_CellGroup_2[0].apic_72 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[81].target(0.31360734)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[81].vgap, a_CellGroup_6[0].apic_9.v(0.996221)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.5408325, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[82] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[82].src(0.21910205)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[82].vgap, a_CellGroup_2[0].apic_18.v(0.5408325)
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[82].target(0.5408325)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[82].vgap, a_CellGroup_6[0].apic_20.v(0.21910205)
// Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.47323018, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[83] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[83].src(0.93482405)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[83].vgap, a_CellGroup_2[0].apic_19.v(0.47323018)
a_CellGroup_2[0].apic_19 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[83].target(0.47323018)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[83].vgap, a_CellGroup_6[0].apic_17.v(0.93482405)
// Syn conn (type: Gap_Junction_simple) from apic_37 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.22934541, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[84] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[84].src(0.7776141)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[84].vgap, a_CellGroup_2[0].apic_37.v(0.22934541)
a_CellGroup_2[0].apic_37 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[84].target(0.22934541)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[84].vgap, a_CellGroup_6[0].apic_9.v(0.7776141)
// Syn conn (type: Gap_Junction_simple) from apic_71 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.5067892, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[85] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[85].src(0.9702278)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[85].vgap, a_CellGroup_2[0].apic_71.v(0.5067892)
a_CellGroup_2[0].apic_71 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[85].target(0.5067892)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[85].vgap, a_CellGroup_6[0].apic_17.v(0.9702278)
// Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.5595794, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[86] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[86].src(0.9403566)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[86].vgap, a_CellGroup_2[0].apic_19.v(0.5595794)
a_CellGroup_2[0].apic_19 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[86].target(0.5595794)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[86].vgap, a_CellGroup_6[0].apic_17.v(0.9403566)
// Syn conn (type: Gap_Junction_simple) from apic_70 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.54955584, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[87] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[87].src(0.2345391)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[87].vgap, a_CellGroup_2[0].apic_70.v(0.54955584)
a_CellGroup_2[0].apic_70 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[87].target(0.54955584)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[87].vgap, a_CellGroup_6[0].apic_20.v(0.2345391)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.78384817, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[88] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[88].src(0.21834494)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[88].vgap, a_CellGroup_2[0].apic_18.v(0.78384817)
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[88].target(0.78384817)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[88].vgap, a_CellGroup_6[0].apic_20.v(0.21834494)
// Syn conn (type: Gap_Junction_simple) from apic_38 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.5331154, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[89] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[89].src(0.90956706)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[89].vgap, a_CellGroup_2[0].apic_38.v(0.5331154)
a_CellGroup_2[0].apic_38 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[89].target(0.5331154)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[89].vgap, a_CellGroup_6[0].apic_9.v(0.90956706)
// Syn conn (type: Gap_Junction_simple) from apic_49 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.12586643, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[90] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[90].src(0.23029834)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[90].vgap, a_CellGroup_2[0].apic_49.v(0.12586643)
a_CellGroup_2[0].apic_49 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[90].target(0.12586643)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[90].vgap, a_CellGroup_6[0].apic_20.v(0.23029834)
// Syn conn (type: Gap_Junction_simple) from apic_114 on src cell 0 to apic_13 on tgt cell 0
// Fraction along src section: 0.8972551, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[91] = new Gap()
a_CellGroup_6[0].apic_13 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[91].src(0.4266214)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[91].vgap, a_CellGroup_2[0].apic_114.v(0.8972551)
a_CellGroup_2[0].apic_114 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[91].target(0.8972551)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[91].vgap, a_CellGroup_6[0].apic_13.v(0.4266214)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.9400768, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[92] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[92].src(0.7401726)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[92].vgap, a_CellGroup_2[0].apic_34.v(0.9400768)
a_CellGroup_2[0].apic_34 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[92].target(0.9400768)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[92].vgap, a_CellGroup_6[0].apic_20.v(0.7401726)
// Syn conn (type: Gap_Junction_simple) from apic_32 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.45019704, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[93] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[93].src(0.99769557)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[93].vgap, a_CellGroup_2[0].apic_32.v(0.45019704)
a_CellGroup_2[0].apic_32 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[93].target(0.45019704)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[93].vgap, a_CellGroup_6[0].apic_9.v(0.99769557)
// Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.63309306, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[94] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[94].src(0.1806761)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[94].vgap, a_CellGroup_2[0].apic_15.v(0.63309306)
a_CellGroup_2[0].apic_15 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[94].target(0.63309306)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[94].vgap, a_CellGroup_6[0].apic_17.v(0.1806761)
// Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.717559, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[95] = new Gap()
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[95].src(0.048072223)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[95].vgap, a_CellGroup_2[0].apic_30.v(0.717559)
a_CellGroup_2[0].apic_30 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[95].target(0.717559)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[95].vgap, a_CellGroup_6[0].apic_18.v(0.048072223)
// Syn conn (type: Gap_Junction_simple) from apic_38 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.38591236, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[96] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[96].src(0.7146423)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[96].vgap, a_CellGroup_2[0].apic_38.v(0.38591236)
a_CellGroup_2[0].apic_38 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[96].target(0.38591236)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[96].vgap, a_CellGroup_6[0].apic_9.v(0.7146423)
// Syn conn (type: Gap_Junction_simple) from apic_33 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.19668707, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[97] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[97].src(0.9867133)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[97].vgap, a_CellGroup_2[0].apic_33.v(0.19668707)
a_CellGroup_2[0].apic_33 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[97].target(0.19668707)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[97].vgap, a_CellGroup_6[0].apic_9.v(0.9867133)
// Syn conn (type: Gap_Junction_simple) from apic_107 on src cell 0 to apic_8 on tgt cell 0
// Fraction along src section: 0.4860725, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[98] = new Gap()
a_CellGroup_6[0].apic_8 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[98].src(0.99952585)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[98].vgap, a_CellGroup_2[0].apic_107.v(0.4860725)
a_CellGroup_2[0].apic_107 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[98].target(0.4860725)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[98].vgap, a_CellGroup_6[0].apic_8.v(0.99952585)
// Syn conn (type: Gap_Junction_simple) from apic_57 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.08082764, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[99] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[99].src(0.98640037)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[99].vgap, a_CellGroup_2[0].apic_57.v(0.08082764)
a_CellGroup_2[0].apic_57 elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[99].target(0.08082764)
// elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_6_Gap_Junction_simple_A[99].vgap, a_CellGroup_6[0].apic_9.v(0.98640037)
// Adding NetConn: NetConn_CellGroup_2_CellGroup_4 from: CellGroup_2 to: CellGroup_4 with 100 connections
// each with syn(s): [Gap_Junction_simple [thresh: -20.0, delay: 5.0, weight: 1.0]]
// Syn conn (type: Gap_Junction_simple) from apic_33 on src cell 0 to apic_15 on tgt cell 0
// Fraction along src section: 0.24810041, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
objectvar elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[100]
// objectvar elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[100]
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[0] = new Gap()
a_CellGroup_4[0].apic_15 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[0].src(0.5314298)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[0].vgap, a_CellGroup_2[0].apic_33.v(0.24810041)
a_CellGroup_2[0].apic_33 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[0].target(0.24810041)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[0].vgap, a_CellGroup_4[0].apic_15.v(0.5314298)
// Syn conn (type: Gap_Junction_simple) from apic_112 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.17213099, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[1] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[1].src(0.9838614)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[1].vgap, a_CellGroup_2[0].apic_112.v(0.17213099)
a_CellGroup_2[0].apic_112 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[1].target(0.17213099)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[1].vgap, a_CellGroup_4[0].apic_16.v(0.9838614)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.5793008, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[2] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[2].src(0.9199089)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[2].vgap, a_CellGroup_2[0].apic_35.v(0.5793008)
a_CellGroup_2[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[2].target(0.5793008)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[2].vgap, a_CellGroup_4[0].apic_23.v(0.9199089)
// Syn conn (type: Gap_Junction_simple) from apic_49 on src cell 0 to apic_8 on tgt cell 0
// Fraction along src section: 0.82034683, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[3] = new Gap()
a_CellGroup_4[0].apic_8 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[3].src(0.75355697)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[3].vgap, a_CellGroup_2[0].apic_49.v(0.82034683)
a_CellGroup_2[0].apic_49 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[3].target(0.82034683)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[3].vgap, a_CellGroup_4[0].apic_8.v(0.75355697)
// Syn conn (type: Gap_Junction_simple) from apic_105 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.43899956, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[4] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[4].src(0.9107756)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[4].vgap, a_CellGroup_2[0].apic_105.v(0.43899956)
a_CellGroup_2[0].apic_105 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[4].target(0.43899956)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[4].vgap, a_CellGroup_4[0].apic_23.v(0.9107756)
// Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.74304676, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[5] = new Gap()
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[5].src(0.31363395)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[5].vgap, a_CellGroup_2[0].apic_10.v(0.74304676)
a_CellGroup_2[0].apic_10 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[5].target(0.74304676)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[5].vgap, a_CellGroup_4[0].apic_9.v(0.31363395)
// Syn conn (type: Gap_Junction_simple) from apic_52 on src cell 0 to apic_3 on tgt cell 0
// Fraction along src section: 0.3107873, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[6] = new Gap()
a_CellGroup_4[0].apic_3 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[6].src(0.17404456)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[6].vgap, a_CellGroup_2[0].apic_52.v(0.3107873)
a_CellGroup_2[0].apic_52 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[6].target(0.3107873)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[6].vgap, a_CellGroup_4[0].apic_3.v(0.17404456)
// Syn conn (type: Gap_Junction_simple) from apic_74 on src cell 0 to apic_15 on tgt cell 0
// Fraction along src section: 0.21428065, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[7] = new Gap()
a_CellGroup_4[0].apic_15 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[7].src(0.5207854)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[7].vgap, a_CellGroup_2[0].apic_74.v(0.21428065)
a_CellGroup_2[0].apic_74 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[7].target(0.21428065)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[7].vgap, a_CellGroup_4[0].apic_15.v(0.5207854)
// Syn conn (type: Gap_Junction_simple) from apic_65 on src cell 0 to apic_22 on tgt cell 0
// Fraction along src section: 0.005706237, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[8] = new Gap()
a_CellGroup_4[0].apic_22 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[8].src(0.7029281)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[8].vgap, a_CellGroup_2[0].apic_65.v(0.005706237)
a_CellGroup_2[0].apic_65 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[8].target(0.005706237)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[8].vgap, a_CellGroup_4[0].apic_22.v(0.7029281)
// Syn conn (type: Gap_Junction_simple) from apic_117 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.6535371, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[9] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[9].src(0.7822861)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[9].vgap, a_CellGroup_2[0].apic_117.v(0.6535371)
a_CellGroup_2[0].apic_117 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[9].target(0.6535371)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[9].vgap, a_CellGroup_4[0].apic_16.v(0.7822861)
// Syn conn (type: Gap_Junction_simple) from apic_52 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.7113144, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[10] = new Gap()
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[10].src(0.09519079)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[10].vgap, a_CellGroup_2[0].apic_52.v(0.7113144)
a_CellGroup_2[0].apic_52 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[10].target(0.7113144)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[10].vgap, a_CellGroup_4[0].apic_9.v(0.09519079)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_15 on tgt cell 0
// Fraction along src section: 0.045367777, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[11] = new Gap()
a_CellGroup_4[0].apic_15 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[11].src(0.49802545)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[11].vgap, a_CellGroup_2[0].apic_34.v(0.045367777)
a_CellGroup_2[0].apic_34 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[11].target(0.045367777)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[11].vgap, a_CellGroup_4[0].apic_15.v(0.49802545)
// Syn conn (type: Gap_Junction_simple) from apic_99 on src cell 0 to apic_21 on tgt cell 0
// Fraction along src section: 0.94521654, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[12] = new Gap()
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[12].src(0.9915163)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[12].vgap, a_CellGroup_2[0].apic_99.v(0.94521654)
a_CellGroup_2[0].apic_99 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[12].target(0.94521654)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[12].vgap, a_CellGroup_4[0].apic_21.v(0.9915163)
// Syn conn (type: Gap_Junction_simple) from apic_112 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.2836975, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[13] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[13].src(0.99577177)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[13].vgap, a_CellGroup_2[0].apic_112.v(0.2836975)
a_CellGroup_2[0].apic_112 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[13].target(0.2836975)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[13].vgap, a_CellGroup_4[0].apic_16.v(0.99577177)
// Syn conn (type: Gap_Junction_simple) from apic_109 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.4942153, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[14] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[14].src(0.998423)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[14].vgap, a_CellGroup_2[0].apic_109.v(0.4942153)
a_CellGroup_2[0].apic_109 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[14].target(0.4942153)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[14].vgap, a_CellGroup_4[0].apic_16.v(0.998423)
// Syn conn (type: Gap_Junction_simple) from apic_75 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.8259008, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[15] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[15].src(0.68812513)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[15].vgap, a_CellGroup_2[0].apic_75.v(0.8259008)
a_CellGroup_2[0].apic_75 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[15].target(0.8259008)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[15].vgap, a_CellGroup_4[0].apic_16.v(0.68812513)
// Syn conn (type: Gap_Junction_simple) from apic_64 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.87370676, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[16] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[16].src(0.6502824)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[16].vgap, a_CellGroup_2[0].apic_64.v(0.87370676)
a_CellGroup_2[0].apic_64 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[16].target(0.87370676)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[16].vgap, a_CellGroup_4[0].apic_10.v(0.6502824)
// Syn conn (type: Gap_Junction_simple) from apic_77 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.04565837, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[17] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[17].src(0.6934949)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[17].vgap, a_CellGroup_2[0].apic_77.v(0.04565837)
a_CellGroup_2[0].apic_77 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[17].target(0.04565837)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[17].vgap, a_CellGroup_4[0].apic_16.v(0.6934949)
// Syn conn (type: Gap_Junction_simple) from apic_109 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.5691818, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[18] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[18].src(0.99555606)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[18].vgap, a_CellGroup_2[0].apic_109.v(0.5691818)
a_CellGroup_2[0].apic_109 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[18].target(0.5691818)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[18].vgap, a_CellGroup_4[0].apic_16.v(0.99555606)
// Syn conn (type: Gap_Junction_simple) from apic_6 on src cell 0 to apic_15 on tgt cell 0
// Fraction along src section: 0.41337126, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[19] = new Gap()
a_CellGroup_4[0].apic_15 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[19].src(0.50870794)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[19].vgap, a_CellGroup_2[0].apic_6.v(0.41337126)
a_CellGroup_2[0].apic_6 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[19].target(0.41337126)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[19].vgap, a_CellGroup_4[0].apic_15.v(0.50870794)
// Syn conn (type: Gap_Junction_simple) from apic_47 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.22116347, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[20] = new Gap()
a_CellGroup_4[0].apic_19 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[20].src(0.8058055)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[20].vgap, a_CellGroup_2[0].apic_47.v(0.22116347)
a_CellGroup_2[0].apic_47 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[20].target(0.22116347)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[20].vgap, a_CellGroup_4[0].apic_19.v(0.8058055)
// Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_4 on tgt cell 0
// Fraction along src section: 0.32643715, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[21] = new Gap()
a_CellGroup_4[0].apic_4 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[21].src(0.3304061)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[21].vgap, a_CellGroup_2[0].apic_10.v(0.32643715)
a_CellGroup_2[0].apic_10 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[21].target(0.32643715)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[21].vgap, a_CellGroup_4[0].apic_4.v(0.3304061)
// Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_21 on tgt cell 0
// Fraction along src section: 0.58988357, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[22] = new Gap()
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[22].src(0.82086647)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[22].vgap, a_CellGroup_2[0].apic_19.v(0.58988357)
a_CellGroup_2[0].apic_19 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[22].target(0.58988357)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[22].vgap, a_CellGroup_4[0].apic_21.v(0.82086647)
// Syn conn (type: Gap_Junction_simple) from apic_73 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.19463836, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[23] = new Gap()
a_CellGroup_4[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[23].src(0.9819056)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[23].vgap, a_CellGroup_2[0].apic_73.v(0.19463836)
a_CellGroup_2[0].apic_73 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[23].target(0.19463836)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[23].vgap, a_CellGroup_4[0].apic_20.v(0.9819056)
// Syn conn (type: Gap_Junction_simple) from apic_49 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 4.120339E-4, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[24] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[24].src(0.83410835)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[24].vgap, a_CellGroup_2[0].apic_49.v(4.120339E-4)
a_CellGroup_2[0].apic_49 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[24].target(4.120339E-4)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[24].vgap, a_CellGroup_4[0].apic_10.v(0.83410835)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.16863845, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[25] = new Gap()
a_CellGroup_4[0].apic_17 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[25].src(0.66352624)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[25].vgap, a_CellGroup_2[0].apic_18.v(0.16863845)
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[25].target(0.16863845)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[25].vgap, a_CellGroup_4[0].apic_17.v(0.66352624)
// Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.15504059, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[26] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[26].src(0.711965)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[26].vgap, a_CellGroup_2[0].apic_15.v(0.15504059)
a_CellGroup_2[0].apic_15 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[26].target(0.15504059)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[26].vgap, a_CellGroup_4[0].apic_16.v(0.711965)
// Syn conn (type: Gap_Junction_simple) from apic_46 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.83351433, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[27] = new Gap()
a_CellGroup_4[0].apic_19 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[27].src(0.99501246)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[27].vgap, a_CellGroup_2[0].apic_46.v(0.83351433)
a_CellGroup_2[0].apic_46 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[27].target(0.83351433)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[27].vgap, a_CellGroup_4[0].apic_19.v(0.99501246)
// Syn conn (type: Gap_Junction_simple) from apic_105 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.07609293, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[28] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[28].src(0.91266185)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[28].vgap, a_CellGroup_2[0].apic_105.v(0.07609293)
a_CellGroup_2[0].apic_105 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[28].target(0.07609293)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[28].vgap, a_CellGroup_4[0].apic_23.v(0.91266185)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_15 on tgt cell 0
// Fraction along src section: 0.17914894, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[29] = new Gap()
a_CellGroup_4[0].apic_15 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[29].src(0.38142252)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[29].vgap, a_CellGroup_2[0].apic_34.v(0.17914894)
a_CellGroup_2[0].apic_34 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[29].target(0.17914894)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[29].vgap, a_CellGroup_4[0].apic_15.v(0.38142252)
// Syn conn (type: Gap_Junction_simple) from apic_84 on src cell 0 to apic_21 on tgt cell 0
// Fraction along src section: 0.004740081, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[30] = new Gap()
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[30].src(0.9439572)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[30].vgap, a_CellGroup_2[0].apic_84.v(0.004740081)
a_CellGroup_2[0].apic_84 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[30].target(0.004740081)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[30].vgap, a_CellGroup_4[0].apic_21.v(0.9439572)
// Syn conn (type: Gap_Junction_simple) from apic_77 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.73802555, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[31] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[31].src(0.69638216)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[31].vgap, a_CellGroup_2[0].apic_77.v(0.73802555)
a_CellGroup_2[0].apic_77 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[31].target(0.73802555)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[31].vgap, a_CellGroup_4[0].apic_16.v(0.69638216)
// Syn conn (type: Gap_Junction_simple) from apic_31 on src cell 0 to apic_21 on tgt cell 0
// Fraction along src section: 0.10460491, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[32] = new Gap()
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[32].src(0.16552918)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[32].vgap, a_CellGroup_2[0].apic_31.v(0.10460491)
a_CellGroup_2[0].apic_31 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[32].target(0.10460491)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[32].vgap, a_CellGroup_4[0].apic_21.v(0.16552918)
// Syn conn (type: Gap_Junction_simple) from apic_117 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.5298243, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[33] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[33].src(0.9114259)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[33].vgap, a_CellGroup_2[0].apic_117.v(0.5298243)
a_CellGroup_2[0].apic_117 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[33].target(0.5298243)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[33].vgap, a_CellGroup_4[0].apic_16.v(0.9114259)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.3517044, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[34] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[34].src(0.92585754)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[34].vgap, a_CellGroup_2[0].apic_35.v(0.3517044)
a_CellGroup_2[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[34].target(0.3517044)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[34].vgap, a_CellGroup_4[0].apic_23.v(0.92585754)
// Syn conn (type: Gap_Junction_simple) from apic_79 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.7100432, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[35] = new Gap()
a_CellGroup_4[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[35].src(0.97759837)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[35].vgap, a_CellGroup_2[0].apic_79.v(0.7100432)
a_CellGroup_2[0].apic_79 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[35].target(0.7100432)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[35].vgap, a_CellGroup_4[0].apic_20.v(0.97759837)
// Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_4 on tgt cell 0
// Fraction along src section: 0.36350146, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[36] = new Gap()
a_CellGroup_4[0].apic_4 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[36].src(0.47972712)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[36].vgap, a_CellGroup_2[0].apic_10.v(0.36350146)
a_CellGroup_2[0].apic_10 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[36].target(0.36350146)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[36].vgap, a_CellGroup_4[0].apic_4.v(0.47972712)
// Syn conn (type: Gap_Junction_simple) from apic_65 on src cell 0 to apic_22 on tgt cell 0
// Fraction along src section: 0.5017227, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[37] = new Gap()
a_CellGroup_4[0].apic_22 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[37].src(0.99549115)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[37].vgap, a_CellGroup_2[0].apic_65.v(0.5017227)
a_CellGroup_2[0].apic_65 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[37].target(0.5017227)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[37].vgap, a_CellGroup_4[0].apic_22.v(0.99549115)
// Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.6444783, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[38] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[38].src(0.14127176)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[38].vgap, a_CellGroup_2[0].apic_30.v(0.6444783)
a_CellGroup_2[0].apic_30 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[38].target(0.6444783)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[38].vgap, a_CellGroup_4[0].apic_23.v(0.14127176)
// Syn conn (type: Gap_Junction_simple) from apic_99 on src cell 0 to apic_21 on tgt cell 0
// Fraction along src section: 0.79380065, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[39] = new Gap()
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[39].src(0.9812982)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[39].vgap, a_CellGroup_2[0].apic_99.v(0.79380065)
a_CellGroup_2[0].apic_99 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[39].target(0.79380065)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[39].vgap, a_CellGroup_4[0].apic_21.v(0.9812982)
// Syn conn (type: Gap_Junction_simple) from apic_93 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.37707466, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[40] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[40].src(0.9115725)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[40].vgap, a_CellGroup_2[0].apic_93.v(0.37707466)
a_CellGroup_2[0].apic_93 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[40].target(0.37707466)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[40].vgap, a_CellGroup_4[0].apic_23.v(0.9115725)
// Syn conn (type: Gap_Junction_simple) from apic_75 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.6116826, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[41] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[41].src(0.34092608)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[41].vgap, a_CellGroup_2[0].apic_75.v(0.6116826)
a_CellGroup_2[0].apic_75 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[41].target(0.6116826)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[41].vgap, a_CellGroup_4[0].apic_16.v(0.34092608)
// Syn conn (type: Gap_Junction_simple) from apic_74 on src cell 0 to apic_15 on tgt cell 0
// Fraction along src section: 0.8794521, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[42] = new Gap()
a_CellGroup_4[0].apic_15 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[42].src(0.5233989)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[42].vgap, a_CellGroup_2[0].apic_74.v(0.8794521)
a_CellGroup_2[0].apic_74 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[42].target(0.8794521)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[42].vgap, a_CellGroup_4[0].apic_15.v(0.5233989)
// Syn conn (type: Gap_Junction_simple) from apic_87 on src cell 0 to apic_15 on tgt cell 0
// Fraction along src section: 0.75543106, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[43] = new Gap()
a_CellGroup_4[0].apic_15 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[43].src(0.35312027)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[43].vgap, a_CellGroup_2[0].apic_87.v(0.75543106)
a_CellGroup_2[0].apic_87 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[43].target(0.75543106)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[43].vgap, a_CellGroup_4[0].apic_15.v(0.35312027)
// Syn conn (type: Gap_Junction_simple) from apic_53 on src cell 0 to apic_8 on tgt cell 0
// Fraction along src section: 0.5122075, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[44] = new Gap()
a_CellGroup_4[0].apic_8 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[44].src(0.31429425)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[44].vgap, a_CellGroup_2[0].apic_53.v(0.5122075)
a_CellGroup_2[0].apic_53 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[44].target(0.5122075)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[44].vgap, a_CellGroup_4[0].apic_8.v(0.31429425)
// Syn conn (type: Gap_Junction_simple) from apic_42 on src cell 0 to apic_5 on tgt cell 0
// Fraction along src section: 0.65629363, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[45] = new Gap()
a_CellGroup_4[0].apic_5 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[45].src(0.3874976)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[45].vgap, a_CellGroup_2[0].apic_42.v(0.65629363)
a_CellGroup_2[0].apic_42 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[45].target(0.65629363)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[45].vgap, a_CellGroup_4[0].apic_5.v(0.3874976)
// Syn conn (type: Gap_Junction_simple) from apic_107 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.57761824, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[46] = new Gap()
a_CellGroup_4[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[46].src(0.9307301)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[46].vgap, a_CellGroup_2[0].apic_107.v(0.57761824)
a_CellGroup_2[0].apic_107 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[46].target(0.57761824)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[46].vgap, a_CellGroup_4[0].apic_20.v(0.9307301)
// Syn conn (type: Gap_Junction_simple) from apic_99 on src cell 0 to apic_21 on tgt cell 0
// Fraction along src section: 0.8395578, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[47] = new Gap()
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[47].src(0.9330303)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[47].vgap, a_CellGroup_2[0].apic_99.v(0.8395578)
a_CellGroup_2[0].apic_99 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[47].target(0.8395578)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[47].vgap, a_CellGroup_4[0].apic_21.v(0.9330303)
// Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.49274328, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[48] = new Gap()
a_CellGroup_4[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[48].src(0.9634079)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[48].vgap, a_CellGroup_2[0].apic_7.v(0.49274328)
a_CellGroup_2[0].apic_7 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[48].target(0.49274328)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[48].vgap, a_CellGroup_4[0].apic_20.v(0.9634079)
// Syn conn (type: Gap_Junction_simple) from apic_83 on src cell 0 to apic_21 on tgt cell 0
// Fraction along src section: 0.94066715, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[49] = new Gap()
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[49].src(0.9965532)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[49].vgap, a_CellGroup_2[0].apic_83.v(0.94066715)
a_CellGroup_2[0].apic_83 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[49].target(0.94066715)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[49].vgap, a_CellGroup_4[0].apic_21.v(0.9965532)
// Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_28 on tgt cell 0
// Fraction along src section: 0.7045109, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[50] = new Gap()
a_CellGroup_4[0].apic_28 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[50].src(0.4541262)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[50].vgap, a_CellGroup_2[0].apic_15.v(0.7045109)
a_CellGroup_2[0].apic_15 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[50].target(0.7045109)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[50].vgap, a_CellGroup_4[0].apic_28.v(0.4541262)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.47167507, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[51] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[51].src(0.7823359)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[51].vgap, a_CellGroup_2[0].apic_18.v(0.47167507)
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[51].target(0.47167507)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[51].vgap, a_CellGroup_4[0].apic_10.v(0.7823359)
// Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.33690283, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[52] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[52].src(0.43978256)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[52].vgap, a_CellGroup_2[0].apic_13.v(0.33690283)
a_CellGroup_2[0].apic_13 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[52].target(0.33690283)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[52].vgap, a_CellGroup_4[0].apic_16.v(0.43978256)
// Syn conn (type: Gap_Junction_simple) from apic_93 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.31713787, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[53] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[53].src(0.91293436)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[53].vgap, a_CellGroup_2[0].apic_93.v(0.31713787)
a_CellGroup_2[0].apic_93 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[53].target(0.31713787)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[53].vgap, a_CellGroup_4[0].apic_23.v(0.91293436)
// Syn conn (type: Gap_Junction_simple) from apic_114 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.082732245, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[54] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[54].src(0.9996081)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[54].vgap, a_CellGroup_2[0].apic_114.v(0.082732245)
a_CellGroup_2[0].apic_114 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[54].target(0.082732245)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[54].vgap, a_CellGroup_4[0].apic_16.v(0.9996081)
// Syn conn (type: Gap_Junction_simple) from apic_116 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.6861377, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[55] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[55].src(0.99785715)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[55].vgap, a_CellGroup_2[0].apic_116.v(0.6861377)
a_CellGroup_2[0].apic_116 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[55].target(0.6861377)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[55].vgap, a_CellGroup_4[0].apic_16.v(0.99785715)
// Syn conn (type: Gap_Junction_simple) from apic_107 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.35769427, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[56] = new Gap()
a_CellGroup_4[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[56].src(0.992663)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[56].vgap, a_CellGroup_2[0].apic_107.v(0.35769427)
a_CellGroup_2[0].apic_107 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[56].target(0.35769427)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[56].vgap, a_CellGroup_4[0].apic_20.v(0.992663)
// Syn conn (type: Gap_Junction_simple) from apic_97 on src cell 0 to apic_22 on tgt cell 0
// Fraction along src section: 0.9658931, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[57] = new Gap()
a_CellGroup_4[0].apic_22 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[57].src(0.500868)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[57].vgap, a_CellGroup_2[0].apic_97.v(0.9658931)
a_CellGroup_2[0].apic_97 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[57].target(0.9658931)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[57].vgap, a_CellGroup_4[0].apic_22.v(0.500868)
// Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.4922199, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[58] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[58].src(0.91576535)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[58].vgap, a_CellGroup_2[0].apic_36.v(0.4922199)
a_CellGroup_2[0].apic_36 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[58].target(0.4922199)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[58].vgap, a_CellGroup_4[0].apic_23.v(0.91576535)
// Syn conn (type: Gap_Junction_simple) from apic_60 on src cell 0 to apic_22 on tgt cell 0
// Fraction along src section: 0.22308886, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[59] = new Gap()
a_CellGroup_4[0].apic_22 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[59].src(0.7075457)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[59].vgap, a_CellGroup_2[0].apic_60.v(0.22308886)
a_CellGroup_2[0].apic_60 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[59].target(0.22308886)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[59].vgap, a_CellGroup_4[0].apic_22.v(0.7075457)
// Syn conn (type: Gap_Junction_simple) from apic_90 on src cell 0 to apic_22 on tgt cell 0
// Fraction along src section: 0.7458159, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[60] = new Gap()
a_CellGroup_4[0].apic_22 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[60].src(0.98904765)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[60].vgap, a_CellGroup_2[0].apic_90.v(0.7458159)
a_CellGroup_2[0].apic_90 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[60].target(0.7458159)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[60].vgap, a_CellGroup_4[0].apic_22.v(0.98904765)
// Syn conn (type: Gap_Junction_simple) from apic_88 on src cell 0 to apic_22 on tgt cell 0
// Fraction along src section: 0.7052062, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[61] = new Gap()
a_CellGroup_4[0].apic_22 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[61].src(0.99493146)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[61].vgap, a_CellGroup_2[0].apic_88.v(0.7052062)
a_CellGroup_2[0].apic_88 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[61].target(0.7052062)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[61].vgap, a_CellGroup_4[0].apic_22.v(0.99493146)
// Syn conn (type: Gap_Junction_simple) from apic_69 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.7443773, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[62] = new Gap()
a_CellGroup_4[0].apic_17 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[62].src(0.26179656)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[62].vgap, a_CellGroup_2[0].apic_69.v(0.7443773)
a_CellGroup_2[0].apic_69 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[62].target(0.7443773)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[62].vgap, a_CellGroup_4[0].apic_17.v(0.26179656)
// Syn conn (type: Gap_Junction_simple) from apic_57 on src cell 0 to apic_15 on tgt cell 0
// Fraction along src section: 0.08030636, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[63] = new Gap()
a_CellGroup_4[0].apic_15 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[63].src(0.33918658)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[63].vgap, a_CellGroup_2[0].apic_57.v(0.08030636)
a_CellGroup_2[0].apic_57 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[63].target(0.08030636)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[63].vgap, a_CellGroup_4[0].apic_15.v(0.33918658)
// Syn conn (type: Gap_Junction_simple) from apic_80 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.98475945, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[64] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[64].src(0.696307)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[64].vgap, a_CellGroup_2[0].apic_80.v(0.98475945)
a_CellGroup_2[0].apic_80 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[64].target(0.98475945)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[64].vgap, a_CellGroup_4[0].apic_16.v(0.696307)
// Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.61913323, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[65] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[65].src(0.13957942)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[65].vgap, a_CellGroup_2[0].apic_30.v(0.61913323)
a_CellGroup_2[0].apic_30 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[65].target(0.61913323)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[65].vgap, a_CellGroup_4[0].apic_23.v(0.13957942)
// Syn conn (type: Gap_Junction_simple) from apic_8 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.28468728, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[66] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[66].src(0.4209854)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[66].vgap, a_CellGroup_2[0].apic_8.v(0.28468728)
a_CellGroup_2[0].apic_8 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[66].target(0.28468728)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[66].vgap, a_CellGroup_4[0].apic_16.v(0.4209854)
// Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.69167715, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[67] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[67].src(0.6039183)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[67].vgap, a_CellGroup_2[0].apic_13.v(0.69167715)
a_CellGroup_2[0].apic_13 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[67].target(0.69167715)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[67].vgap, a_CellGroup_4[0].apic_16.v(0.6039183)
// Syn conn (type: Gap_Junction_simple) from apic_44 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.303157, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[68] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[68].src(0.80993503)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[68].vgap, a_CellGroup_2[0].apic_44.v(0.303157)
a_CellGroup_2[0].apic_44 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[68].target(0.303157)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[68].vgap, a_CellGroup_4[0].apic_16.v(0.80993503)
// Syn conn (type: Gap_Junction_simple) from apic_51 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.59515136, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[69] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[69].src(0.49856988)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[69].vgap, a_CellGroup_2[0].apic_51.v(0.59515136)
a_CellGroup_2[0].apic_51 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[69].target(0.59515136)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[69].vgap, a_CellGroup_4[0].apic_16.v(0.49856988)
// Syn conn (type: Gap_Junction_simple) from apic_73 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.8602682, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[70] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[70].src(0.91152436)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[70].vgap, a_CellGroup_2[0].apic_73.v(0.8602682)
a_CellGroup_2[0].apic_73 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[70].target(0.8602682)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[70].vgap, a_CellGroup_4[0].apic_16.v(0.91152436)
// Syn conn (type: Gap_Junction_simple) from apic_87 on src cell 0 to apic_15 on tgt cell 0
// Fraction along src section: 0.7321386, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[71] = new Gap()
a_CellGroup_4[0].apic_15 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[71].src(0.35031137)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[71].vgap, a_CellGroup_2[0].apic_87.v(0.7321386)
a_CellGroup_2[0].apic_87 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[71].target(0.7321386)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[71].vgap, a_CellGroup_4[0].apic_15.v(0.35031137)
// Syn conn (type: Gap_Junction_simple) from apic_49 on src cell 0 to apic_8 on tgt cell 0
// Fraction along src section: 0.9289903, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[72] = new Gap()
a_CellGroup_4[0].apic_8 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[72].src(0.8094828)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[72].vgap, a_CellGroup_2[0].apic_49.v(0.9289903)
a_CellGroup_2[0].apic_49 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[72].target(0.9289903)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[72].vgap, a_CellGroup_4[0].apic_8.v(0.8094828)
// Syn conn (type: Gap_Junction_simple) from apic_94 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.06129106, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[73] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[73].src(0.91085225)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[73].vgap, a_CellGroup_2[0].apic_94.v(0.06129106)
a_CellGroup_2[0].apic_94 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[73].target(0.06129106)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[73].vgap, a_CellGroup_4[0].apic_23.v(0.91085225)
// Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.5704838, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[74] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[74].src(0.91421986)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[74].vgap, a_CellGroup_2[0].apic_36.v(0.5704838)
a_CellGroup_2[0].apic_36 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[74].target(0.5704838)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[74].vgap, a_CellGroup_4[0].apic_23.v(0.91421986)
// Syn conn (type: Gap_Junction_simple) from apic_65 on src cell 0 to apic_22 on tgt cell 0
// Fraction along src section: 0.20150253, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[75] = new Gap()
a_CellGroup_4[0].apic_22 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[75].src(0.70786315)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[75].vgap, a_CellGroup_2[0].apic_65.v(0.20150253)
a_CellGroup_2[0].apic_65 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[75].target(0.20150253)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[75].vgap, a_CellGroup_4[0].apic_22.v(0.70786315)
// Syn conn (type: Gap_Junction_simple) from apic_99 on src cell 0 to apic_21 on tgt cell 0
// Fraction along src section: 0.82099843, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[76] = new Gap()
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[76].src(0.96607447)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[76].vgap, a_CellGroup_2[0].apic_99.v(0.82099843)
a_CellGroup_2[0].apic_99 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[76].target(0.82099843)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[76].vgap, a_CellGroup_4[0].apic_21.v(0.96607447)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.48931643, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[77] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[77].src(0.68659616)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[77].vgap, a_CellGroup_2[0].apic_18.v(0.48931643)
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[77].target(0.48931643)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[77].vgap, a_CellGroup_4[0].apic_10.v(0.68659616)
// Syn conn (type: Gap_Junction_simple) from apic_93 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.81708205, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[78] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[78].src(0.90693486)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[78].vgap, a_CellGroup_2[0].apic_93.v(0.81708205)
a_CellGroup_2[0].apic_93 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[78].target(0.81708205)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[78].vgap, a_CellGroup_4[0].apic_23.v(0.90693486)
// Syn conn (type: Gap_Junction_simple) from apic_40 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.8470849, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[79] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[79].src(0.756453)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[79].vgap, a_CellGroup_2[0].apic_40.v(0.8470849)
a_CellGroup_2[0].apic_40 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[79].target(0.8470849)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[79].vgap, a_CellGroup_4[0].apic_16.v(0.756453)
// Syn conn (type: Gap_Junction_simple) from apic_92 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.86565244, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[80] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[80].src(0.9126393)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[80].vgap, a_CellGroup_2[0].apic_92.v(0.86565244)
a_CellGroup_2[0].apic_92 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[80].target(0.86565244)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[80].vgap, a_CellGroup_4[0].apic_23.v(0.9126393)
// Syn conn (type: Gap_Junction_simple) from apic_104 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.5464093, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[81] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[81].src(0.91267085)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[81].vgap, a_CellGroup_2[0].apic_104.v(0.5464093)
a_CellGroup_2[0].apic_104 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[81].target(0.5464093)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[81].vgap, a_CellGroup_4[0].apic_23.v(0.91267085)
// Syn conn (type: Gap_Junction_simple) from apic_113 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.61003274, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[82] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[82].src(0.91048956)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[82].vgap, a_CellGroup_2[0].apic_113.v(0.61003274)
a_CellGroup_2[0].apic_113 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[82].target(0.61003274)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[82].vgap, a_CellGroup_4[0].apic_16.v(0.91048956)
// Syn conn (type: Gap_Junction_simple) from apic_57 on src cell 0 to apic_22 on tgt cell 0
// Fraction along src section: 0.96759963, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[83] = new Gap()
a_CellGroup_4[0].apic_22 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[83].src(0.5160161)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[83].vgap, a_CellGroup_2[0].apic_57.v(0.96759963)
a_CellGroup_2[0].apic_57 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[83].target(0.96759963)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[83].vgap, a_CellGroup_4[0].apic_22.v(0.5160161)
// Syn conn (type: Gap_Junction_simple) from apic_56 on src cell 0 to apic_15 on tgt cell 0
// Fraction along src section: 0.34377262, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[84] = new Gap()
a_CellGroup_4[0].apic_15 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[84].src(0.61906934)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[84].vgap, a_CellGroup_2[0].apic_56.v(0.34377262)
a_CellGroup_2[0].apic_56 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[84].target(0.34377262)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[84].vgap, a_CellGroup_4[0].apic_15.v(0.61906934)
// Syn conn (type: Gap_Junction_simple) from apic_31 on src cell 0 to apic_21 on tgt cell 0
// Fraction along src section: 0.5710408, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[85] = new Gap()
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[85].src(0.16303582)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[85].vgap, a_CellGroup_2[0].apic_31.v(0.5710408)
a_CellGroup_2[0].apic_31 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[85].target(0.5710408)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[85].vgap, a_CellGroup_4[0].apic_21.v(0.16303582)
// Syn conn (type: Gap_Junction_simple) from apic_101 on src cell 0 to apic_22 on tgt cell 0
// Fraction along src section: 0.7494657, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[86] = new Gap()
a_CellGroup_4[0].apic_22 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[86].src(0.9680157)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[86].vgap, a_CellGroup_2[0].apic_101.v(0.7494657)
a_CellGroup_2[0].apic_101 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[86].target(0.7494657)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[86].vgap, a_CellGroup_4[0].apic_22.v(0.9680157)
// Syn conn (type: Gap_Junction_simple) from apic_8 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.26814893, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[87] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[87].src(0.42899567)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[87].vgap, a_CellGroup_2[0].apic_8.v(0.26814893)
a_CellGroup_2[0].apic_8 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[87].target(0.26814893)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[87].vgap, a_CellGroup_4[0].apic_16.v(0.42899567)
// Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_21 on tgt cell 0
// Fraction along src section: 0.30807143, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[88] = new Gap()
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[88].src(0.44805127)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[88].vgap, a_CellGroup_2[0].apic_30.v(0.30807143)
a_CellGroup_2[0].apic_30 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[88].target(0.30807143)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[88].vgap, a_CellGroup_4[0].apic_21.v(0.44805127)
// Syn conn (type: Gap_Junction_simple) from apic_117 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.35929006, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[89] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[89].src(0.9090332)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[89].vgap, a_CellGroup_2[0].apic_117.v(0.35929006)
a_CellGroup_2[0].apic_117 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[89].target(0.35929006)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[89].vgap, a_CellGroup_4[0].apic_16.v(0.9090332)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_15 on tgt cell 0
// Fraction along src section: 0.2036595, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[90] = new Gap()
a_CellGroup_4[0].apic_15 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[90].src(0.53023976)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[90].vgap, a_CellGroup_2[0].apic_20.v(0.2036595)
a_CellGroup_2[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[90].target(0.2036595)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[90].vgap, a_CellGroup_4[0].apic_15.v(0.53023976)
// Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.62596446, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[91] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[91].src(0.9193909)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[91].vgap, a_CellGroup_2[0].apic_36.v(0.62596446)
a_CellGroup_2[0].apic_36 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[91].target(0.62596446)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[91].vgap, a_CellGroup_4[0].apic_23.v(0.9193909)
// Syn conn (type: Gap_Junction_simple) from apic_68 on src cell 0 to apic_15 on tgt cell 0
// Fraction along src section: 0.023427255, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[92] = new Gap()
a_CellGroup_4[0].apic_15 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[92].src(0.35222712)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[92].vgap, a_CellGroup_2[0].apic_68.v(0.023427255)
a_CellGroup_2[0].apic_68 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[92].target(0.023427255)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[92].vgap, a_CellGroup_4[0].apic_15.v(0.35222712)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_21 on tgt cell 0
// Fraction along src section: 0.8755689, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[93] = new Gap()
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[93].src(0.7240926)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[93].vgap, a_CellGroup_2[0].apic_28.v(0.8755689)
a_CellGroup_2[0].apic_28 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[93].target(0.8755689)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[93].vgap, a_CellGroup_4[0].apic_21.v(0.7240926)
// Syn conn (type: Gap_Junction_simple) from apic_70 on src cell 0 to apic_21 on tgt cell 0
// Fraction along src section: 0.33087984, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[94] = new Gap()
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[94].src(0.93032056)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[94].vgap, a_CellGroup_2[0].apic_70.v(0.33087984)
a_CellGroup_2[0].apic_70 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[94].target(0.33087984)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[94].vgap, a_CellGroup_4[0].apic_21.v(0.93032056)
// Syn conn (type: Gap_Junction_simple) from apic_66 on src cell 0 to apic_22 on tgt cell 0
// Fraction along src section: 0.30268538, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[95] = new Gap()
a_CellGroup_4[0].apic_22 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[95].src(0.046911884)
// lecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[95].vgap, a_CellGroup_2[0].apic_66.v(0.30268538)
a_CellGroup_2[0].apic_66 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[95].target(0.30268538)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[95].vgap, a_CellGroup_4[0].apic_22.v(0.046911884)
// Syn conn (type: Gap_Junction_simple) from apic_105 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.5149134, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[96] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[96].src(0.91620404)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[96].vgap, a_CellGroup_2[0].apic_105.v(0.5149134)
a_CellGroup_2[0].apic_105 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[96].target(0.5149134)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[96].vgap, a_CellGroup_4[0].apic_23.v(0.91620404)
// Syn conn (type: Gap_Junction_simple) from apic_112 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.59944326, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[97] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[97].src(0.99484366)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[97].vgap, a_CellGroup_2[0].apic_112.v(0.59944326)
a_CellGroup_2[0].apic_112 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[97].target(0.59944326)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[97].vgap, a_CellGroup_4[0].apic_16.v(0.99484366)
// Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_11 on tgt cell 0
// Fraction along src section: 0.8505696, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[98] = new Gap()
a_CellGroup_4[0].apic_11 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[98].src(0.6174774)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[98].vgap, a_CellGroup_2[0].apic_30.v(0.8505696)
a_CellGroup_2[0].apic_30 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[98].target(0.8505696)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[98].vgap, a_CellGroup_4[0].apic_11.v(0.6174774)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.007843459, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[99] = new Gap()
a_CellGroup_4[0].apic_17 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[99].src(0.26245838)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[99].vgap, a_CellGroup_2[0].apic_28.v(0.007843459)
a_CellGroup_2[0].apic_28 elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[99].target(0.007843459)
// elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_4_Gap_Junction_simple_A[99].vgap, a_CellGroup_4[0].apic_17.v(0.26245838)
// Adding NetConn: NetConn_CellGroup_4_CellGroup_3 from: CellGroup_4 to: CellGroup_3 with 100 connections
// each with syn(s): [Gap_Junction_simple [thresh: -20.0, delay: 5.0, weight: 1.0]]
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.37112457, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
objectvar elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[100]
// objectvar elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[100]
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[0] = new Gap()
a_CellGroup_3[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[0].src(0.98950344)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[0].vgap, a_CellGroup_4[0].apic_9.v(0.37112457)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[0].target(0.37112457)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[0].vgap, a_CellGroup_3[0].apic_23.v(0.98950344)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.073304534, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[1] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[1].src(0.6901483)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[1].vgap, a_CellGroup_4[0].apic_23.v(0.073304534)
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[1].target(0.073304534)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[1].vgap, a_CellGroup_3[0].apic_36.v(0.6901483)
// Syn conn (type: Gap_Junction_simple) from apic_8 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.8786633, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[2] = new Gap()
a_CellGroup_3[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[2].src(0.97170985)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[2].vgap, a_CellGroup_4[0].apic_8.v(0.8786633)
a_CellGroup_4[0].apic_8 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[2].target(0.8786633)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[2].vgap, a_CellGroup_3[0].apic_23.v(0.97170985)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.69445956, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[3] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[3].src(0.9981014)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[3].vgap, a_CellGroup_4[0].apic_23.v(0.69445956)
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[3].target(0.69445956)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[3].vgap, a_CellGroup_3[0].apic_36.v(0.9981014)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.3799553, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[4] = new Gap()
a_CellGroup_3[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[4].src(0.9930368)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[4].vgap, a_CellGroup_4[0].apic_9.v(0.3799553)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[4].target(0.3799553)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[4].vgap, a_CellGroup_3[0].apic_23.v(0.9930368)
// Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_27 on tgt cell 0
// Fraction along src section: 0.6672458, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[5] = new Gap()
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[5].src(0.4292457)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[5].vgap, a_CellGroup_4[0].apic_12.v(0.6672458)
a_CellGroup_4[0].apic_12 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[5].target(0.6672458)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[5].vgap, a_CellGroup_3[0].apic_27.v(0.4292457)
// Syn conn (type: Gap_Junction_simple) from apic_6 on src cell 0 to apic_37 on tgt cell 0
// Fraction along src section: 0.37334204, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[6] = new Gap()
a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[6].src(0.97428674)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[6].vgap, a_CellGroup_4[0].apic_6.v(0.37334204)
a_CellGroup_4[0].apic_6 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[6].target(0.37334204)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[6].vgap, a_CellGroup_3[0].apic_37.v(0.97428674)
// Syn conn (type: Gap_Junction_simple) from apic_25 on src cell 0 to apic_27 on tgt cell 0
// Fraction along src section: 0.52569735, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[7] = new Gap()
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[7].src(0.5082969)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[7].vgap, a_CellGroup_4[0].apic_25.v(0.52569735)
a_CellGroup_4[0].apic_25 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[7].target(0.52569735)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[7].vgap, a_CellGroup_3[0].apic_27.v(0.5082969)
// Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_6 on tgt cell 0
// Fraction along src section: 0.47692478, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[8] = new Gap()
a_CellGroup_3[0].apic_6 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[8].src(0.5354717)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[8].vgap, a_CellGroup_4[0].apic_3.v(0.47692478)
a_CellGroup_4[0].apic_3 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[8].target(0.47692478)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[8].vgap, a_CellGroup_3[0].apic_6.v(0.5354717)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.6121513, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[9] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[9].src(0.9866921)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[9].vgap, a_CellGroup_4[0].apic_23.v(0.6121513)
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[9].target(0.6121513)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[9].vgap, a_CellGroup_3[0].apic_36.v(0.9866921)
// Syn conn (type: Gap_Junction_simple) from apic_6 on src cell 0 to apic_24 on tgt cell 0
// Fraction along src section: 0.90464133, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[10] = new Gap()
a_CellGroup_3[0].apic_24 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[10].src(0.3097618)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[10].vgap, a_CellGroup_4[0].apic_6.v(0.90464133)
a_CellGroup_4[0].apic_6 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[10].target(0.90464133)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[10].vgap, a_CellGroup_3[0].apic_24.v(0.3097618)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.62274027, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[11] = new Gap()
a_CellGroup_3[0].apic_18 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[11].src(0.7252077)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[11].vgap, a_CellGroup_4[0].apic_9.v(0.62274027)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[11].target(0.62274027)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[11].vgap, a_CellGroup_3[0].apic_18.v(0.7252077)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_37 on tgt cell 0
// Fraction along src section: 0.18976022, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[12] = new Gap()
a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[12].src(0.12816139)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[12].vgap, a_CellGroup_4[0].apic_28.v(0.18976022)
a_CellGroup_4[0].apic_28 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[12].target(0.18976022)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[12].vgap, a_CellGroup_3[0].apic_37.v(0.12816139)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.368947, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[13] = new Gap()
a_CellGroup_3[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[13].src(0.9788156)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[13].vgap, a_CellGroup_4[0].apic_9.v(0.368947)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[13].target(0.368947)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[13].vgap, a_CellGroup_3[0].apic_23.v(0.9788156)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.28203678, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[14] = new Gap()
a_CellGroup_3[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[14].src(0.95181185)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[14].vgap, a_CellGroup_4[0].apic_9.v(0.28203678)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[14].target(0.28203678)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[14].vgap, a_CellGroup_3[0].apic_23.v(0.95181185)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.66772103, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[15] = new Gap()
a_CellGroup_3[0].apic_18 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[15].src(0.603668)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[15].vgap, a_CellGroup_4[0].apic_9.v(0.66772103)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[15].target(0.66772103)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[15].vgap, a_CellGroup_3[0].apic_18.v(0.603668)
// Syn conn (type: Gap_Junction_simple) from apic_8 on src cell 0 to apic_37 on tgt cell 0
// Fraction along src section: 0.07427792, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[16] = new Gap()
a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[16].src(0.9920019)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[16].vgap, a_CellGroup_4[0].apic_8.v(0.07427792)
a_CellGroup_4[0].apic_8 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[16].target(0.07427792)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[16].vgap, a_CellGroup_3[0].apic_37.v(0.9920019)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_6 on tgt cell 0
// Fraction along src section: 0.008710195, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[17] = new Gap()
a_CellGroup_3[0].apic_6 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[17].src(0.9491856)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[17].vgap, a_CellGroup_4[0].apic_9.v(0.008710195)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[17].target(0.008710195)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[17].vgap, a_CellGroup_3[0].apic_6.v(0.9491856)
// Syn conn (type: Gap_Junction_simple) from apic_5 on src cell 0 to apic_37 on tgt cell 0
// Fraction along src section: 0.24480411, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[18] = new Gap()
a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[18].src(0.98627025)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[18].vgap, a_CellGroup_4[0].apic_5.v(0.24480411)
a_CellGroup_4[0].apic_5 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[18].target(0.24480411)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[18].vgap, a_CellGroup_3[0].apic_37.v(0.98627025)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.60023475, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[19] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[19].src(0.99320334)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[19].vgap, a_CellGroup_4[0].apic_23.v(0.60023475)
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[19].target(0.60023475)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[19].vgap, a_CellGroup_3[0].apic_36.v(0.99320334)
// Syn conn (type: Gap_Junction_simple) from apic_21 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.5225543, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[20] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[20].src(0.34327352)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[20].vgap, a_CellGroup_4[0].apic_21.v(0.5225543)
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[20].target(0.5225543)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[20].vgap, a_CellGroup_3[0].apic_36.v(0.34327352)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_24 on tgt cell 0
// Fraction along src section: 0.02258605, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[21] = new Gap()
a_CellGroup_3[0].apic_24 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[21].src(0.66844517)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[21].vgap, a_CellGroup_4[0].apic_27.v(0.02258605)
a_CellGroup_4[0].apic_27 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[21].target(0.02258605)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[21].vgap, a_CellGroup_3[0].apic_24.v(0.66844517)
// Syn conn (type: Gap_Junction_simple) from apic_24 on src cell 0 to apic_24 on tgt cell 0
// Fraction along src section: 0.7656327, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[22] = new Gap()
a_CellGroup_3[0].apic_24 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[22].src(0.99849576)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[22].vgap, a_CellGroup_4[0].apic_24.v(0.7656327)
a_CellGroup_4[0].apic_24 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[22].target(0.7656327)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[22].vgap, a_CellGroup_3[0].apic_24.v(0.99849576)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_37 on tgt cell 0
// Fraction along src section: 0.9683132, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[23] = new Gap()
a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[23].src(0.9957403)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[23].vgap, a_CellGroup_4[0].apic_28.v(0.9683132)
a_CellGroup_4[0].apic_28 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[23].target(0.9683132)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[23].vgap, a_CellGroup_3[0].apic_37.v(0.9957403)
// Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.007632892, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[24] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[24].src(0.23980747)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[24].vgap, a_CellGroup_4[0].apic_16.v(0.007632892)
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[24].target(0.007632892)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[24].vgap, a_CellGroup_3[0].apic_36.v(0.23980747)
// Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.39157125, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[25] = new Gap()
a_CellGroup_3[0].apic_19 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[25].src(0.7143561)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[25].vgap, a_CellGroup_4[0].apic_11.v(0.39157125)
a_CellGroup_4[0].apic_11 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[25].target(0.39157125)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[25].vgap, a_CellGroup_3[0].apic_19.v(0.7143561)
// Syn conn (type: Gap_Junction_simple) from apic_8 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.7562952, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[26] = new Gap()
a_CellGroup_3[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[26].src(0.9962654)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[26].vgap, a_CellGroup_4[0].apic_8.v(0.7562952)
a_CellGroup_4[0].apic_8 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[26].target(0.7562952)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[26].vgap, a_CellGroup_3[0].apic_23.v(0.9962654)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.08992318, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[27] = new Gap()
a_CellGroup_3[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[27].src(0.47488502)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[27].vgap, a_CellGroup_4[0].apic_9.v(0.08992318)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[27].target(0.08992318)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[27].vgap, a_CellGroup_3[0].apic_23.v(0.47488502)
// Syn conn (type: Gap_Junction_simple) from apic_2 on src cell 0 to apic_3 on tgt cell 0
// Fraction along src section: 0.13585134, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[28] = new Gap()
a_CellGroup_3[0].apic_3 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[28].src(0.70999646)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[28].vgap, a_CellGroup_4[0].apic_2.v(0.13585134)
a_CellGroup_4[0].apic_2 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[28].target(0.13585134)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[28].vgap, a_CellGroup_3[0].apic_3.v(0.70999646)
// Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_6 on tgt cell 0
// Fraction along src section: 0.404914, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[29] = new Gap()
a_CellGroup_3[0].apic_6 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[29].src(0.8362899)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[29].vgap, a_CellGroup_4[0].apic_3.v(0.404914)
a_CellGroup_4[0].apic_3 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[29].target(0.404914)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[29].vgap, a_CellGroup_3[0].apic_6.v(0.8362899)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.20954178, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[30] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[30].src(0.7067908)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[30].vgap, a_CellGroup_4[0].apic_23.v(0.20954178)
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[30].target(0.20954178)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[30].vgap, a_CellGroup_3[0].apic_36.v(0.7067908)
// Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_27 on tgt cell 0
// Fraction along src section: 0.6222821, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[31] = new Gap()
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[31].src(0.4305894)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[31].vgap, a_CellGroup_4[0].apic_12.v(0.6222821)
a_CellGroup_4[0].apic_12 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[31].target(0.6222821)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[31].vgap, a_CellGroup_3[0].apic_27.v(0.4305894)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_6 on tgt cell 0
// Fraction along src section: 0.05614245, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[32] = new Gap()
a_CellGroup_3[0].apic_6 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[32].src(0.99948)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[32].vgap, a_CellGroup_4[0].apic_9.v(0.05614245)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[32].target(0.05614245)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[32].vgap, a_CellGroup_3[0].apic_6.v(0.99948)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_6 on tgt cell 0
// Fraction along src section: 0.03765273, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[33] = new Gap()
a_CellGroup_3[0].apic_6 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[33].src(0.9591903)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[33].vgap, a_CellGroup_4[0].apic_9.v(0.03765273)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[33].target(0.03765273)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[33].vgap, a_CellGroup_3[0].apic_6.v(0.9591903)
// Syn conn (type: Gap_Junction_simple) from apic_8 on src cell 0 to apic_37 on tgt cell 0
// Fraction along src section: 0.0049413852, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[34] = new Gap()
a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[34].src(0.9996123)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[34].vgap, a_CellGroup_4[0].apic_8.v(0.0049413852)
a_CellGroup_4[0].apic_8 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[34].target(0.0049413852)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[34].vgap, a_CellGroup_3[0].apic_37.v(0.9996123)
// Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.23667423, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[35] = new Gap()
a_CellGroup_3[0].apic_19 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[35].src(0.41969472)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[35].vgap, a_CellGroup_4[0].apic_11.v(0.23667423)
a_CellGroup_4[0].apic_11 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[35].target(0.23667423)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[35].vgap, a_CellGroup_3[0].apic_19.v(0.41969472)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_24 on tgt cell 0
// Fraction along src section: 0.03529392, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[36] = new Gap()
a_CellGroup_3[0].apic_24 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[36].src(0.66532737)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[36].vgap, a_CellGroup_4[0].apic_27.v(0.03529392)
a_CellGroup_4[0].apic_27 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[36].target(0.03529392)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[36].vgap, a_CellGroup_3[0].apic_24.v(0.66532737)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.9004818, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[37] = new Gap()
a_CellGroup_3[0].apic_17 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[37].src(0.97299415)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[37].vgap, a_CellGroup_4[0].apic_9.v(0.9004818)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[37].target(0.9004818)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[37].vgap, a_CellGroup_3[0].apic_17.v(0.97299415)
// Syn conn (type: Gap_Junction_simple) from apic_6 on src cell 0 to apic_37 on tgt cell 0
// Fraction along src section: 0.23309186, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[38] = new Gap()
a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[38].src(0.99202573)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[38].vgap, a_CellGroup_4[0].apic_6.v(0.23309186)
a_CellGroup_4[0].apic_6 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[38].target(0.23309186)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[38].vgap, a_CellGroup_3[0].apic_37.v(0.99202573)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_6 on tgt cell 0
// Fraction along src section: 0.0059036496, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[39] = new Gap()
a_CellGroup_3[0].apic_6 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[39].src(0.8752507)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[39].vgap, a_CellGroup_4[0].apic_9.v(0.0059036496)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[39].target(0.0059036496)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[39].vgap, a_CellGroup_3[0].apic_6.v(0.8752507)
// Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_37 on tgt cell 0
// Fraction along src section: 0.55332506, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[40] = new Gap()
a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[40].src(0.994579)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[40].vgap, a_CellGroup_4[0].apic_7.v(0.55332506)
a_CellGroup_4[0].apic_7 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[40].target(0.55332506)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[40].vgap, a_CellGroup_3[0].apic_37.v(0.994579)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_37 on tgt cell 0
// Fraction along src section: 0.16833334, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[41] = new Gap()
a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[41].src(0.14502546)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[41].vgap, a_CellGroup_4[0].apic_28.v(0.16833334)
a_CellGroup_4[0].apic_28 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[41].target(0.16833334)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[41].vgap, a_CellGroup_3[0].apic_37.v(0.14502546)
// Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_6 on tgt cell 0
// Fraction along src section: 0.09773422, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[42] = new Gap()
a_CellGroup_3[0].apic_6 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[42].src(0.99375814)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[42].vgap, a_CellGroup_4[0].apic_10.v(0.09773422)
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[42].target(0.09773422)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[42].vgap, a_CellGroup_3[0].apic_6.v(0.99375814)
// Syn conn (type: Gap_Junction_simple) from apic_8 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.47238517, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[43] = new Gap()
a_CellGroup_3[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[43].src(0.99191755)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[43].vgap, a_CellGroup_4[0].apic_8.v(0.47238517)
a_CellGroup_4[0].apic_8 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[43].target(0.47238517)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[43].vgap, a_CellGroup_3[0].apic_23.v(0.99191755)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.82302856, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[44] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[44].src(0.99653435)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[44].vgap, a_CellGroup_4[0].apic_23.v(0.82302856)
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[44].target(0.82302856)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[44].vgap, a_CellGroup_3[0].apic_36.v(0.99653435)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.6193615, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[45] = new Gap()
a_CellGroup_3[0].apic_18 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[45].src(0.74483204)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[45].vgap, a_CellGroup_4[0].apic_9.v(0.6193615)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[45].target(0.6193615)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[45].vgap, a_CellGroup_3[0].apic_18.v(0.74483204)
// Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.22402209, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[46] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[46].src(0.109818704)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[46].vgap, a_CellGroup_4[0].apic_16.v(0.22402209)
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[46].target(0.22402209)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[46].vgap, a_CellGroup_3[0].apic_36.v(0.109818704)
// Syn conn (type: Gap_Junction_simple) from apic_8 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.5672499, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[47] = new Gap()
a_CellGroup_3[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[47].src(0.9663964)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[47].vgap, a_CellGroup_4[0].apic_8.v(0.5672499)
a_CellGroup_4[0].apic_8 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[47].target(0.5672499)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[47].vgap, a_CellGroup_3[0].apic_23.v(0.9663964)
// Syn conn (type: Gap_Junction_simple) from apic_8 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.6010677, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[48] = new Gap()
a_CellGroup_3[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[48].src(0.9884915)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[48].vgap, a_CellGroup_4[0].apic_8.v(0.6010677)
a_CellGroup_4[0].apic_8 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[48].target(0.6010677)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[48].vgap, a_CellGroup_3[0].apic_23.v(0.9884915)
// Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_27 on tgt cell 0
// Fraction along src section: 0.8121119, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[49] = new Gap()
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[49].src(0.32407987)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[49].vgap, a_CellGroup_4[0].apic_12.v(0.8121119)
a_CellGroup_4[0].apic_12 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[49].target(0.8121119)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[49].vgap, a_CellGroup_3[0].apic_27.v(0.32407987)
// Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_7 on tgt cell 0
// Fraction along src section: 0.43694133, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[50] = new Gap()
a_CellGroup_3[0].apic_7 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[50].src(0.48855984)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[50].vgap, a_CellGroup_4[0].apic_10.v(0.43694133)
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[50].target(0.43694133)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[50].vgap, a_CellGroup_3[0].apic_7.v(0.48855984)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.99412364, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[51] = new Gap()
a_CellGroup_3[0].apic_17 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[51].src(0.9955561)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[51].vgap, a_CellGroup_4[0].apic_9.v(0.99412364)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[51].target(0.99412364)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[51].vgap, a_CellGroup_3[0].apic_17.v(0.9955561)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.86794776, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[52] = new Gap()
a_CellGroup_3[0].apic_18 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[52].src(0.97920007)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[52].vgap, a_CellGroup_4[0].apic_9.v(0.86794776)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[52].target(0.86794776)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[52].vgap, a_CellGroup_3[0].apic_18.v(0.97920007)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.13584095, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[53] = new Gap()
a_CellGroup_3[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[53].src(0.4660506)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[53].vgap, a_CellGroup_4[0].apic_9.v(0.13584095)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[53].target(0.13584095)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[53].vgap, a_CellGroup_3[0].apic_23.v(0.4660506)
// Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.05701196, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[54] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[54].src(0.23069327)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[54].vgap, a_CellGroup_4[0].apic_16.v(0.05701196)
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[54].target(0.05701196)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[54].vgap, a_CellGroup_3[0].apic_36.v(0.23069327)
// Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_24 on tgt cell 0
// Fraction along src section: 0.17692953, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[55] = new Gap()
a_CellGroup_3[0].apic_24 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[55].src(0.9237518)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[55].vgap, a_CellGroup_4[0].apic_12.v(0.17692953)
a_CellGroup_4[0].apic_12 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[55].target(0.17692953)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[55].vgap, a_CellGroup_3[0].apic_24.v(0.9237518)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.30262676, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[56] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[56].src(0.75152564)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[56].vgap, a_CellGroup_4[0].apic_23.v(0.30262676)
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[56].target(0.30262676)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[56].vgap, a_CellGroup_3[0].apic_36.v(0.75152564)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.9122516, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[57] = new Gap()
a_CellGroup_3[0].apic_17 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[57].src(0.9963713)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[57].vgap, a_CellGroup_4[0].apic_9.v(0.9122516)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[57].target(0.9122516)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[57].vgap, a_CellGroup_3[0].apic_17.v(0.9963713)
// Syn conn (type: Gap_Junction_simple) from apic_5 on src cell 0 to apic_37 on tgt cell 0
// Fraction along src section: 0.55924934, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[58] = new Gap()
a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[58].src(0.9887105)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[58].vgap, a_CellGroup_4[0].apic_5.v(0.55924934)
a_CellGroup_4[0].apic_5 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[58].target(0.55924934)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[58].vgap, a_CellGroup_3[0].apic_37.v(0.9887105)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.09706682, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[59] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[59].src(0.6745703)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[59].vgap, a_CellGroup_4[0].apic_23.v(0.09706682)
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[59].target(0.09706682)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[59].vgap, a_CellGroup_3[0].apic_36.v(0.6745703)
// Syn conn (type: Gap_Junction_simple) from apic_6 on src cell 0 to apic_37 on tgt cell 0
// Fraction along src section: 0.18605886, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[60] = new Gap()
a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[60].src(0.98137695)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[60].vgap, a_CellGroup_4[0].apic_6.v(0.18605886)
a_CellGroup_4[0].apic_6 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[60].target(0.18605886)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[60].vgap, a_CellGroup_3[0].apic_37.v(0.98137695)
// Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.7191931, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[61] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[61].src(0.6586635)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[61].vgap, a_CellGroup_4[0].apic_13.v(0.7191931)
a_CellGroup_4[0].apic_13 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[61].target(0.7191931)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[61].vgap, a_CellGroup_3[0].apic_36.v(0.6586635)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_3 on tgt cell 0
// Fraction along src section: 0.15917438, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[62] = new Gap()
a_CellGroup_3[0].apic_3 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[62].src(0.3990119)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[62].vgap, a_CellGroup_4[0].apic_28.v(0.15917438)
a_CellGroup_4[0].apic_28 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[62].target(0.15917438)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[62].vgap, a_CellGroup_3[0].apic_3.v(0.3990119)
// Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.004435299, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[63] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[63].src(0.24516669)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[63].vgap, a_CellGroup_4[0].apic_16.v(0.004435299)
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[63].target(0.004435299)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[63].vgap, a_CellGroup_3[0].apic_36.v(0.24516669)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.6988098, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[64] = new Gap()
a_CellGroup_3[0].apic_18 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[64].src(0.5402891)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[64].vgap, a_CellGroup_4[0].apic_9.v(0.6988098)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[64].target(0.6988098)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[64].vgap, a_CellGroup_3[0].apic_18.v(0.5402891)
// Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.26843604, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[65] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[65].src(0.9061645)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[65].vgap, a_CellGroup_4[0].apic_15.v(0.26843604)
a_CellGroup_4[0].apic_15 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[65].target(0.26843604)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[65].vgap, a_CellGroup_3[0].apic_35.v(0.9061645)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_22 on tgt cell 0
// Fraction along src section: 0.52109134, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[66] = new Gap()
a_CellGroup_3[0].apic_22 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[66].src(0.99013877)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[66].vgap, a_CellGroup_4[0].apic_27.v(0.52109134)
a_CellGroup_4[0].apic_27 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[66].target(0.52109134)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[66].vgap, a_CellGroup_3[0].apic_22.v(0.99013877)
// Syn conn (type: Gap_Junction_simple) from apic_5 on src cell 0 to apic_37 on tgt cell 0
// Fraction along src section: 0.19166574, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[67] = new Gap()
a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[67].src(0.9874761)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[67].vgap, a_CellGroup_4[0].apic_5.v(0.19166574)
a_CellGroup_4[0].apic_5 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[67].target(0.19166574)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[67].vgap, a_CellGroup_3[0].apic_37.v(0.9874761)
// Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.21754381, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[68] = new Gap()
a_CellGroup_3[0].apic_19 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[68].src(0.38662902)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[68].vgap, a_CellGroup_4[0].apic_11.v(0.21754381)
a_CellGroup_4[0].apic_11 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[68].target(0.21754381)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[68].vgap, a_CellGroup_3[0].apic_19.v(0.38662902)
// Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_6 on tgt cell 0
// Fraction along src section: 0.513951, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[69] = new Gap()
a_CellGroup_3[0].apic_6 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[69].src(0.63110036)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[69].vgap, a_CellGroup_4[0].apic_3.v(0.513951)
a_CellGroup_4[0].apic_3 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[69].target(0.513951)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[69].vgap, a_CellGroup_3[0].apic_6.v(0.63110036)
// Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_37 on tgt cell 0
// Fraction along src section: 0.5530511, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[70] = new Gap()
a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[70].src(0.9952392)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[70].vgap, a_CellGroup_4[0].apic_7.v(0.5530511)
a_CellGroup_4[0].apic_7 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[70].target(0.5530511)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[70].vgap, a_CellGroup_3[0].apic_37.v(0.9952392)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.7088222, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[71] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[71].src(0.9912217)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[71].vgap, a_CellGroup_4[0].apic_23.v(0.7088222)
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[71].target(0.7088222)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[71].vgap, a_CellGroup_3[0].apic_36.v(0.9912217)
// Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_24 on tgt cell 0
// Fraction along src section: 0.7039715, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[72] = new Gap()
a_CellGroup_3[0].apic_24 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[72].src(0.9141628)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[72].vgap, a_CellGroup_4[0].apic_11.v(0.7039715)
a_CellGroup_4[0].apic_11 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[72].target(0.7039715)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[72].vgap, a_CellGroup_3[0].apic_24.v(0.9141628)
// Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.33202636, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[73] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[73].src(0.12861547)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[73].vgap, a_CellGroup_4[0].apic_19.v(0.33202636)
a_CellGroup_4[0].apic_19 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[73].target(0.33202636)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[73].vgap, a_CellGroup_3[0].apic_36.v(0.12861547)
// Syn conn (type: Gap_Junction_simple) from apic_24 on src cell 0 to apic_24 on tgt cell 0
// Fraction along src section: 0.40519193, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[74] = new Gap()
a_CellGroup_3[0].apic_24 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[74].src(0.985261)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[74].vgap, a_CellGroup_4[0].apic_24.v(0.40519193)
a_CellGroup_4[0].apic_24 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[74].target(0.40519193)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[74].vgap, a_CellGroup_3[0].apic_24.v(0.985261)
// Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_37 on tgt cell 0
// Fraction along src section: 0.74224305, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[75] = new Gap()
a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[75].src(0.029437793)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[75].vgap, a_CellGroup_4[0].apic_16.v(0.74224305)
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[75].target(0.74224305)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[75].vgap, a_CellGroup_3[0].apic_37.v(0.029437793)
// Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_24 on tgt cell 0
// Fraction along src section: 0.8640139, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[76] = new Gap()
a_CellGroup_3[0].apic_24 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[76].src(0.93412894)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[76].vgap, a_CellGroup_4[0].apic_11.v(0.8640139)
a_CellGroup_4[0].apic_11 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[76].target(0.8640139)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[76].vgap, a_CellGroup_3[0].apic_24.v(0.93412894)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.97612554, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[77] = new Gap()
a_CellGroup_3[0].apic_18 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[77].src(0.7801058)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[77].vgap, a_CellGroup_4[0].apic_27.v(0.97612554)
a_CellGroup_4[0].apic_27 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[77].target(0.97612554)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[77].vgap, a_CellGroup_3[0].apic_18.v(0.7801058)
// Syn conn (type: Gap_Junction_simple) from apic_26 on src cell 0 to apic_24 on tgt cell 0
// Fraction along src section: 0.22817816, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[78] = new Gap()
a_CellGroup_3[0].apic_24 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[78].src(0.9997837)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[78].vgap, a_CellGroup_4[0].apic_26.v(0.22817816)
a_CellGroup_4[0].apic_26 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[78].target(0.22817816)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[78].vgap, a_CellGroup_3[0].apic_24.v(0.9997837)
// Syn conn (type: Gap_Junction_simple) from apic_8 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.69158536, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[79] = new Gap()
a_CellGroup_3[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[79].src(0.99438286)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[79].vgap, a_CellGroup_4[0].apic_8.v(0.69158536)
a_CellGroup_4[0].apic_8 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[79].target(0.69158536)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[79].vgap, a_CellGroup_3[0].apic_23.v(0.99438286)
// Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_3 on tgt cell 0
// Fraction along src section: 0.6789178, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[80] = new Gap()
a_CellGroup_3[0].apic_3 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[80].src(0.08868125)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[80].vgap, a_CellGroup_4[0].apic_16.v(0.6789178)
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[80].target(0.6789178)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[80].vgap, a_CellGroup_3[0].apic_3.v(0.08868125)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.3008771, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[81] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[81].src(0.74861985)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[81].vgap, a_CellGroup_4[0].apic_23.v(0.3008771)
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[81].target(0.3008771)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[81].vgap, a_CellGroup_3[0].apic_36.v(0.74861985)
// Syn conn (type: Gap_Junction_simple) from apic_22 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.1305914, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[82] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[82].src(0.9135931)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[82].vgap, a_CellGroup_4[0].apic_22.v(0.1305914)
a_CellGroup_4[0].apic_22 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[82].target(0.1305914)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[82].vgap, a_CellGroup_3[0].apic_35.v(0.9135931)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_37 on tgt cell 0
// Fraction along src section: 0.8306228, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[83] = new Gap()
a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[83].src(0.9843454)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[83].vgap, a_CellGroup_4[0].apic_28.v(0.8306228)
a_CellGroup_4[0].apic_28 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[83].target(0.8306228)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[83].vgap, a_CellGroup_3[0].apic_37.v(0.9843454)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_37 on tgt cell 0
// Fraction along src section: 0.5888144, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[84] = new Gap()
a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[84].src(0.40691125)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[84].vgap, a_CellGroup_4[0].apic_28.v(0.5888144)
a_CellGroup_4[0].apic_28 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[84].target(0.5888144)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[84].vgap, a_CellGroup_3[0].apic_37.v(0.40691125)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_3 on tgt cell 0
// Fraction along src section: 0.1053537, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[85] = new Gap()
a_CellGroup_3[0].apic_3 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[85].src(0.46730572)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[85].vgap, a_CellGroup_4[0].apic_28.v(0.1053537)
a_CellGroup_4[0].apic_28 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[85].target(0.1053537)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[85].vgap, a_CellGroup_3[0].apic_3.v(0.46730572)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_22 on tgt cell 0
// Fraction along src section: 0.4536711, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[86] = new Gap()
a_CellGroup_3[0].apic_22 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[86].src(0.9831348)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[86].vgap, a_CellGroup_4[0].apic_9.v(0.4536711)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[86].target(0.4536711)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[86].vgap, a_CellGroup_3[0].apic_22.v(0.9831348)
// Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.021913765, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[87] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[87].src(0.67783254)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[87].vgap, a_CellGroup_4[0].apic_13.v(0.021913765)
a_CellGroup_4[0].apic_13 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[87].target(0.021913765)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[87].vgap, a_CellGroup_3[0].apic_36.v(0.67783254)
// Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.70508677, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[88] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[88].src(0.66028506)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[88].vgap, a_CellGroup_4[0].apic_13.v(0.70508677)
a_CellGroup_4[0].apic_13 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[88].target(0.70508677)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[88].vgap, a_CellGroup_3[0].apic_36.v(0.66028506)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_24 on tgt cell 0
// Fraction along src section: 0.67309475, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[89] = new Gap()
a_CellGroup_3[0].apic_24 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[89].src(0.9876115)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[89].vgap, a_CellGroup_4[0].apic_27.v(0.67309475)
a_CellGroup_4[0].apic_27 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[89].target(0.67309475)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[89].vgap, a_CellGroup_3[0].apic_24.v(0.9876115)
// Syn conn (type: Gap_Junction_simple) from apic_22 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.9206499, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[90] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[90].src(0.9958384)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[90].vgap, a_CellGroup_4[0].apic_22.v(0.9206499)
a_CellGroup_4[0].apic_22 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[90].target(0.9206499)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[90].vgap, a_CellGroup_3[0].apic_35.v(0.9958384)
// Syn conn (type: Gap_Junction_simple) from apic_25 on src cell 0 to apic_27 on tgt cell 0
// Fraction along src section: 0.38103706, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[91] = new Gap()
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[91].src(0.48818877)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[91].vgap, a_CellGroup_4[0].apic_25.v(0.38103706)
a_CellGroup_4[0].apic_25 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[91].target(0.38103706)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[91].vgap, a_CellGroup_3[0].apic_27.v(0.48818877)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.83329916, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[92] = new Gap()
a_CellGroup_3[0].apic_18 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[92].src(0.8767886)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[92].vgap, a_CellGroup_4[0].apic_9.v(0.83329916)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[92].target(0.83329916)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[92].vgap, a_CellGroup_3[0].apic_18.v(0.8767886)
// Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.82054603, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[93] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[93].src(0.6632976)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[93].vgap, a_CellGroup_4[0].apic_13.v(0.82054603)
a_CellGroup_4[0].apic_13 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[93].target(0.82054603)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[93].vgap, a_CellGroup_3[0].apic_36.v(0.6632976)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_6 on tgt cell 0
// Fraction along src section: 0.04931134, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[94] = new Gap()
a_CellGroup_3[0].apic_6 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[94].src(0.9626353)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[94].vgap, a_CellGroup_4[0].apic_9.v(0.04931134)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[94].target(0.04931134)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[94].vgap, a_CellGroup_3[0].apic_6.v(0.9626353)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.31898496, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[95] = new Gap()
a_CellGroup_3[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[95].src(0.9806518)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[95].vgap, a_CellGroup_4[0].apic_9.v(0.31898496)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[95].target(0.31898496)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[95].vgap, a_CellGroup_3[0].apic_23.v(0.9806518)
// Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_24 on tgt cell 0
// Fraction along src section: 0.15476441, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[96] = new Gap()
a_CellGroup_3[0].apic_24 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[96].src(0.9338955)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[96].vgap, a_CellGroup_4[0].apic_12.v(0.15476441)
a_CellGroup_4[0].apic_12 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[96].target(0.15476441)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[96].vgap, a_CellGroup_3[0].apic_24.v(0.9338955)
// Syn conn (type: Gap_Junction_simple) from apic_8 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.4392522, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[97] = new Gap()
a_CellGroup_3[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[97].src(0.9766624)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[97].vgap, a_CellGroup_4[0].apic_8.v(0.4392522)
a_CellGroup_4[0].apic_8 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[97].target(0.4392522)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[97].vgap, a_CellGroup_3[0].apic_23.v(0.9766624)
// Syn conn (type: Gap_Junction_simple) from apic_2 on src cell 0 to apic_3 on tgt cell 0
// Fraction along src section: 0.116002746, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[98] = new Gap()
a_CellGroup_3[0].apic_3 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[98].src(0.6529789)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[98].vgap, a_CellGroup_4[0].apic_2.v(0.116002746)
a_CellGroup_4[0].apic_2 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[98].target(0.116002746)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[98].vgap, a_CellGroup_3[0].apic_3.v(0.6529789)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_37 on tgt cell 0
// Fraction along src section: 0.546399, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[99] = new Gap()
a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[99].src(0.39323992)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[99].vgap, a_CellGroup_4[0].apic_28.v(0.546399)
a_CellGroup_4[0].apic_28 elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[99].target(0.546399)
// elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_3_Gap_Junction_simple_A[99].vgap, a_CellGroup_3[0].apic_37.v(0.39323992)
// Adding NetConn: NetConn_CellGroup_2_CellGroup_3 from: CellGroup_2 to: CellGroup_3 with 100 connections
// each with syn(s): [Gap_Junction_simple [thresh: -20.0, delay: 5.0, weight: 1.0]]
// Syn conn (type: Gap_Junction_simple) from apic_39 on src cell 0 to apic_31 on tgt cell 0
// Fraction along src section: 0.55997515, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
objectvar elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[100]
// objectvar elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[100]
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[0] = new Gap()
a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[0].src(0.64569515)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[0].vgap, a_CellGroup_2[0].apic_39.v(0.55997515)
a_CellGroup_2[0].apic_39 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[0].target(0.55997515)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[0].vgap, a_CellGroup_3[0].apic_31.v(0.64569515)
// Syn conn (type: Gap_Junction_simple) from apic_114 on src cell 0 to apic_31 on tgt cell 0
// Fraction along src section: 0.14787748, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[1] = new Gap()
a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[1].src(0.5613934)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[1].vgap, a_CellGroup_2[0].apic_114.v(0.14787748)
a_CellGroup_2[0].apic_114 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[1].target(0.14787748)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[1].vgap, a_CellGroup_3[0].apic_31.v(0.5613934)
// Syn conn (type: Gap_Junction_simple) from apic_98 on src cell 0 to apic_29 on tgt cell 0
// Fraction along src section: 0.70688593, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[2] = new Gap()
a_CellGroup_3[0].apic_29 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[2].src(0.44709316)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[2].vgap, a_CellGroup_2[0].apic_98.v(0.70688593)
a_CellGroup_2[0].apic_98 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[2].target(0.70688593)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[2].vgap, a_CellGroup_3[0].apic_29.v(0.44709316)
// Syn conn (type: Gap_Junction_simple) from apic_96 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.39676166, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[3] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[3].src(0.99142855)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[3].vgap, a_CellGroup_2[0].apic_96.v(0.39676166)
a_CellGroup_2[0].apic_96 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[3].target(0.39676166)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[3].vgap, a_CellGroup_3[0].apic_35.v(0.99142855)
// Syn conn (type: Gap_Junction_simple) from apic_70 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.058905166, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[4] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[4].src(0.39901376)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[4].vgap, a_CellGroup_2[0].apic_70.v(0.058905166)
a_CellGroup_2[0].apic_70 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[4].target(0.058905166)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[4].vgap, a_CellGroup_3[0].apic_36.v(0.39901376)
// Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_37 on tgt cell 0
// Fraction along src section: 0.96333414, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[5] = new Gap()
a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[5].src(0.25900167)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[5].vgap, a_CellGroup_2[0].apic_15.v(0.96333414)
a_CellGroup_2[0].apic_15 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[5].target(0.96333414)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[5].vgap, a_CellGroup_3[0].apic_37.v(0.25900167)
// Syn conn (type: Gap_Junction_simple) from apic_78 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.028458443, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[6] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[6].src(0.32709983)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[6].vgap, a_CellGroup_2[0].apic_78.v(0.028458443)
a_CellGroup_2[0].apic_78 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[6].target(0.028458443)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[6].vgap, a_CellGroup_3[0].apic_35.v(0.32709983)
// Syn conn (type: Gap_Junction_simple) from apic_48 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.896752, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[7] = new Gap()
a_CellGroup_3[0].apic_17 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[7].src(0.98697263)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[7].vgap, a_CellGroup_2[0].apic_48.v(0.896752)
a_CellGroup_2[0].apic_48 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[7].target(0.896752)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[7].vgap, a_CellGroup_3[0].apic_17.v(0.98697263)
// Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_6 on tgt cell 0
// Fraction along src section: 0.6103181, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[8] = new Gap()
a_CellGroup_3[0].apic_6 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[8].src(0.9693812)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[8].vgap, a_CellGroup_2[0].apic_11.v(0.6103181)
a_CellGroup_2[0].apic_11 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[8].target(0.6103181)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[8].vgap, a_CellGroup_3[0].apic_6.v(0.9693812)
// Syn conn (type: Gap_Junction_simple) from apic_94 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.830773, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[9] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[9].src(0.9969315)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[9].vgap, a_CellGroup_2[0].apic_94.v(0.830773)
a_CellGroup_2[0].apic_94 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[9].target(0.830773)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[9].vgap, a_CellGroup_3[0].apic_35.v(0.9969315)
// Syn conn (type: Gap_Junction_simple) from apic_108 on src cell 0 to apic_31 on tgt cell 0
// Fraction along src section: 0.27169, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[10] = new Gap()
a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[10].src(0.56395507)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[10].vgap, a_CellGroup_2[0].apic_108.v(0.27169)
a_CellGroup_2[0].apic_108 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[10].target(0.27169)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[10].vgap, a_CellGroup_3[0].apic_31.v(0.56395507)
// Syn conn (type: Gap_Junction_simple) from apic_44 on src cell 0 to apic_37 on tgt cell 0
// Fraction along src section: 0.8244528, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[11] = new Gap()
a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[11].src(0.30694845)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[11].vgap, a_CellGroup_2[0].apic_44.v(0.8244528)
a_CellGroup_2[0].apic_44 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[11].target(0.8244528)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[11].vgap, a_CellGroup_3[0].apic_37.v(0.30694845)
// Syn conn (type: Gap_Junction_simple) from apic_73 on src cell 0 to apic_33 on tgt cell 0
// Fraction along src section: 0.38848704, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[12] = new Gap()
a_CellGroup_3[0].apic_33 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[12].src(0.95331043)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[12].vgap, a_CellGroup_2[0].apic_73.v(0.38848704)
a_CellGroup_2[0].apic_73 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[12].target(0.38848704)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[12].vgap, a_CellGroup_3[0].apic_33.v(0.95331043)
// Syn conn (type: Gap_Junction_simple) from apic_94 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.988949, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[13] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[13].src(0.9967155)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[13].vgap, a_CellGroup_2[0].apic_94.v(0.988949)
a_CellGroup_2[0].apic_94 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[13].target(0.988949)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[13].vgap, a_CellGroup_3[0].apic_35.v(0.9967155)
// Syn conn (type: Gap_Junction_simple) from apic_89 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.8041975, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[14] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[14].src(0.9813575)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[14].vgap, a_CellGroup_2[0].apic_89.v(0.8041975)
a_CellGroup_2[0].apic_89 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[14].target(0.8041975)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[14].vgap, a_CellGroup_3[0].apic_35.v(0.9813575)
// Syn conn (type: Gap_Junction_simple) from apic_84 on src cell 0 to apic_24 on tgt cell 0
// Fraction along src section: 0.4278938, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[15] = new Gap()
a_CellGroup_3[0].apic_24 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[15].src(0.23248273)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[15].vgap, a_CellGroup_2[0].apic_84.v(0.4278938)
a_CellGroup_2[0].apic_84 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[15].target(0.4278938)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[15].vgap, a_CellGroup_3[0].apic_24.v(0.23248273)
// Syn conn (type: Gap_Junction_simple) from apic_107 on src cell 0 to apic_33 on tgt cell 0
// Fraction along src section: 0.71938795, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[16] = new Gap()
a_CellGroup_3[0].apic_33 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[16].src(0.97536206)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[16].vgap, a_CellGroup_2[0].apic_107.v(0.71938795)
a_CellGroup_2[0].apic_107 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[16].target(0.71938795)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[16].vgap, a_CellGroup_3[0].apic_33.v(0.97536206)
// Syn conn (type: Gap_Junction_simple) from apic_95 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.7490465, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[17] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[17].src(0.97152287)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[17].vgap, a_CellGroup_2[0].apic_95.v(0.7490465)
a_CellGroup_2[0].apic_95 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[17].target(0.7490465)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[17].vgap, a_CellGroup_3[0].apic_35.v(0.97152287)
// Syn conn (type: Gap_Junction_simple) from apic_117 on src cell 0 to apic_31 on tgt cell 0
// Fraction along src section: 0.3365201, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[18] = new Gap()
a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[18].src(0.6366574)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[18].vgap, a_CellGroup_2[0].apic_117.v(0.3365201)
a_CellGroup_2[0].apic_117 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[18].target(0.3365201)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[18].vgap, a_CellGroup_3[0].apic_31.v(0.6366574)
// Syn conn (type: Gap_Junction_simple) from apic_8 on src cell 0 to apic_5 on tgt cell 0
// Fraction along src section: 0.9356783, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[19] = new Gap()
a_CellGroup_3[0].apic_5 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[19].src(0.00371329)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[19].vgap, a_CellGroup_2[0].apic_8.v(0.9356783)
a_CellGroup_2[0].apic_8 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[19].target(0.9356783)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[19].vgap, a_CellGroup_3[0].apic_5.v(0.00371329)
// Syn conn (type: Gap_Junction_simple) from apic_103 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.1390298, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[20] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[20].src(0.9944883)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[20].vgap, a_CellGroup_2[0].apic_103.v(0.1390298)
a_CellGroup_2[0].apic_103 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[20].target(0.1390298)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[20].vgap, a_CellGroup_3[0].apic_35.v(0.9944883)
// Syn conn (type: Gap_Junction_simple) from apic_83 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.23183519, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[21] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[21].src(0.121651895)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[21].vgap, a_CellGroup_2[0].apic_83.v(0.23183519)
a_CellGroup_2[0].apic_83 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[21].target(0.23183519)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[21].vgap, a_CellGroup_3[0].apic_36.v(0.121651895)
// Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_5 on tgt cell 0
// Fraction along src section: 0.3531488, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[22] = new Gap()
a_CellGroup_3[0].apic_5 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[22].src(0.055045508)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[22].vgap, a_CellGroup_2[0].apic_12.v(0.3531488)
a_CellGroup_2[0].apic_12 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[22].target(0.3531488)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[22].vgap, a_CellGroup_3[0].apic_5.v(0.055045508)
// Syn conn (type: Gap_Junction_simple) from apic_114 on src cell 0 to apic_37 on tgt cell 0
// Fraction along src section: 0.8719148, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[23] = new Gap()
a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[23].src(0.0077360705)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[23].vgap, a_CellGroup_2[0].apic_114.v(0.8719148)
a_CellGroup_2[0].apic_114 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[23].target(0.8719148)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[23].vgap, a_CellGroup_3[0].apic_37.v(0.0077360705)
// Syn conn (type: Gap_Junction_simple) from apic_70 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.062156726, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[24] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[24].src(0.40053016)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[24].vgap, a_CellGroup_2[0].apic_70.v(0.062156726)
a_CellGroup_2[0].apic_70 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[24].target(0.062156726)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[24].vgap, a_CellGroup_3[0].apic_36.v(0.40053016)
// Syn conn (type: Gap_Junction_simple) from apic_107 on src cell 0 to apic_33 on tgt cell 0
// Fraction along src section: 0.63379335, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[25] = new Gap()
a_CellGroup_3[0].apic_33 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[25].src(0.96280795)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[25].vgap, a_CellGroup_2[0].apic_107.v(0.63379335)
a_CellGroup_2[0].apic_107 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[25].target(0.63379335)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[25].vgap, a_CellGroup_3[0].apic_33.v(0.96280795)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_29 on tgt cell 0
// Fraction along src section: 0.76351863, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[26] = new Gap()
a_CellGroup_3[0].apic_29 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[26].src(0.22784969)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[26].vgap, a_CellGroup_2[0].apic_28.v(0.76351863)
a_CellGroup_2[0].apic_28 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[26].target(0.76351863)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[26].vgap, a_CellGroup_3[0].apic_29.v(0.22784969)
// Syn conn (type: Gap_Junction_simple) from apic_73 on src cell 0 to apic_31 on tgt cell 0
// Fraction along src section: 0.530149, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[27] = new Gap()
a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[27].src(0.7216314)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[27].vgap, a_CellGroup_2[0].apic_73.v(0.530149)
a_CellGroup_2[0].apic_73 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[27].target(0.530149)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[27].vgap, a_CellGroup_3[0].apic_31.v(0.7216314)
// Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.3174934, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[28] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[28].src(0.48802823)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[28].vgap, a_CellGroup_2[0].apic_7.v(0.3174934)
a_CellGroup_2[0].apic_7 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[28].target(0.3174934)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[28].vgap, a_CellGroup_3[0].apic_35.v(0.48802823)
// Syn conn (type: Gap_Junction_simple) from apic_103 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.92061985, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[29] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[29].src(0.9968187)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[29].vgap, a_CellGroup_2[0].apic_103.v(0.92061985)
a_CellGroup_2[0].apic_103 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[29].target(0.92061985)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[29].vgap, a_CellGroup_3[0].apic_35.v(0.9968187)
// Syn conn (type: Gap_Junction_simple) from apic_26 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.77674437, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[30] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[30].src(0.6270032)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[30].vgap, a_CellGroup_2[0].apic_26.v(0.77674437)
a_CellGroup_2[0].apic_26 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[30].target(0.77674437)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[30].vgap, a_CellGroup_3[0].apic_35.v(0.6270032)
// Syn conn (type: Gap_Junction_simple) from apic_104 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.99533075, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[31] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[31].src(0.9834296)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[31].vgap, a_CellGroup_2[0].apic_104.v(0.99533075)
a_CellGroup_2[0].apic_104 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[31].target(0.99533075)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[31].vgap, a_CellGroup_3[0].apic_35.v(0.9834296)
// Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_5 on tgt cell 0
// Fraction along src section: 0.0018057612, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[32] = new Gap()
a_CellGroup_3[0].apic_5 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[32].src(0.36155948)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[32].vgap, a_CellGroup_2[0].apic_10.v(0.0018057612)
a_CellGroup_2[0].apic_10 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[32].target(0.0018057612)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[32].vgap, a_CellGroup_3[0].apic_5.v(0.36155948)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.1720745, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[33] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[33].src(0.83447534)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[33].vgap, a_CellGroup_2[0].apic_20.v(0.1720745)
a_CellGroup_2[0].apic_20 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[33].target(0.1720745)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[33].vgap, a_CellGroup_3[0].apic_35.v(0.83447534)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.3242386, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[34] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[34].src(0.74105656)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[34].vgap, a_CellGroup_2[0].apic_34.v(0.3242386)
a_CellGroup_2[0].apic_34 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[34].target(0.3242386)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[34].vgap, a_CellGroup_3[0].apic_35.v(0.74105656)
// Syn conn (type: Gap_Junction_simple) from apic_71 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.32259732, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[35] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[35].src(0.50302184)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[35].vgap, a_CellGroup_2[0].apic_71.v(0.32259732)
a_CellGroup_2[0].apic_71 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[35].target(0.32259732)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[35].vgap, a_CellGroup_3[0].apic_36.v(0.50302184)
// Syn conn (type: Gap_Junction_simple) from apic_117 on src cell 0 to apic_31 on tgt cell 0
// Fraction along src section: 0.52573, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[36] = new Gap()
a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[36].src(0.6465003)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[36].vgap, a_CellGroup_2[0].apic_117.v(0.52573)
a_CellGroup_2[0].apic_117 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[36].target(0.52573)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[36].vgap, a_CellGroup_3[0].apic_31.v(0.6465003)
// Syn conn (type: Gap_Junction_simple) from apic_70 on src cell 0 to apic_22 on tgt cell 0
// Fraction along src section: 0.7155442, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[37] = new Gap()
a_CellGroup_3[0].apic_22 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[37].src(0.8005352)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[37].vgap, a_CellGroup_2[0].apic_70.v(0.7155442)
a_CellGroup_2[0].apic_70 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[37].target(0.7155442)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[37].vgap, a_CellGroup_3[0].apic_22.v(0.8005352)
// Syn conn (type: Gap_Junction_simple) from apic_51 on src cell 0 to apic_31 on tgt cell 0
// Fraction along src section: 0.08842468, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[38] = new Gap()
a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[38].src(0.18327038)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[38].vgap, a_CellGroup_2[0].apic_51.v(0.08842468)
a_CellGroup_2[0].apic_51 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[38].target(0.08842468)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[38].vgap, a_CellGroup_3[0].apic_31.v(0.18327038)
// Syn conn (type: Gap_Junction_simple) from apic_111 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.6771335, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[39] = new Gap()
a_CellGroup_3[0].apic_23 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[39].src(0.99844784)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[39].vgap, a_CellGroup_2[0].apic_111.v(0.6771335)
a_CellGroup_2[0].apic_111 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[39].target(0.6771335)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[39].vgap, a_CellGroup_3[0].apic_23.v(0.99844784)
// Syn conn (type: Gap_Junction_simple) from apic_80 on src cell 0 to apic_31 on tgt cell 0
// Fraction along src section: 0.5193022, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[40] = new Gap()
a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[40].src(0.57393104)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[40].vgap, a_CellGroup_2[0].apic_80.v(0.5193022)
a_CellGroup_2[0].apic_80 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[40].target(0.5193022)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[40].vgap, a_CellGroup_3[0].apic_31.v(0.57393104)
// Syn conn (type: Gap_Junction_simple) from apic_21 on src cell 0 to apic_27 on tgt cell 0
// Fraction along src section: 0.84079033, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[41] = new Gap()
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[41].src(0.3535239)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[41].vgap, a_CellGroup_2[0].apic_21.v(0.84079033)
a_CellGroup_2[0].apic_21 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[41].target(0.84079033)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[41].vgap, a_CellGroup_3[0].apic_27.v(0.3535239)
// Syn conn (type: Gap_Junction_simple) from apic_107 on src cell 0 to apic_33 on tgt cell 0
// Fraction along src section: 0.5678112, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[42] = new Gap()
a_CellGroup_3[0].apic_33 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[42].src(0.91116333)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[42].vgap, a_CellGroup_2[0].apic_107.v(0.5678112)
a_CellGroup_2[0].apic_107 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[42].target(0.5678112)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[42].vgap, a_CellGroup_3[0].apic_33.v(0.91116333)
// Syn conn (type: Gap_Junction_simple) from apic_65 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.3854655, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[43] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[43].src(0.9990594)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[43].vgap, a_CellGroup_2[0].apic_65.v(0.3854655)
a_CellGroup_2[0].apic_65 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[43].target(0.3854655)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[43].vgap, a_CellGroup_3[0].apic_36.v(0.9990594)
// Syn conn (type: Gap_Junction_simple) from apic_109 on src cell 0 to apic_3 on tgt cell 0
// Fraction along src section: 0.024447046, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[44] = new Gap()
a_CellGroup_3[0].apic_3 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[44].src(0.021518588)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[44].vgap, a_CellGroup_2[0].apic_109.v(0.024447046)
a_CellGroup_2[0].apic_109 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[44].target(0.024447046)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[44].vgap, a_CellGroup_3[0].apic_3.v(0.021518588)
// Syn conn (type: Gap_Junction_simple) from apic_49 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.021591943, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[45] = new Gap()
a_CellGroup_3[0].apic_9 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[45].src(0.31772763)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[45].vgap, a_CellGroup_2[0].apic_49.v(0.021591943)
a_CellGroup_2[0].apic_49 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[45].target(0.021591943)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[45].vgap, a_CellGroup_3[0].apic_9.v(0.31772763)
// Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_37 on tgt cell 0
// Fraction along src section: 0.58541495, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[46] = new Gap()
a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[46].src(0.17762895)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[46].vgap, a_CellGroup_2[0].apic_15.v(0.58541495)
a_CellGroup_2[0].apic_15 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[46].target(0.58541495)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[46].vgap, a_CellGroup_3[0].apic_37.v(0.17762895)
// Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.62947136, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[47] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[47].src(0.9937359)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[47].vgap, a_CellGroup_2[0].apic_36.v(0.62947136)
a_CellGroup_2[0].apic_36 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[47].target(0.62947136)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[47].vgap, a_CellGroup_3[0].apic_36.v(0.9937359)
// Syn conn (type: Gap_Junction_simple) from apic_4 on src cell 0 to apic_34 on tgt cell 0
// Fraction along src section: 0.7380468, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[48] = new Gap()
a_CellGroup_3[0].apic_34 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[48].src(0.92366827)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[48].vgap, a_CellGroup_2[0].apic_4.v(0.7380468)
a_CellGroup_2[0].apic_4 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[48].target(0.7380468)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[48].vgap, a_CellGroup_3[0].apic_34.v(0.92366827)
// Syn conn (type: Gap_Junction_simple) from apic_83 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.4228468, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[49] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[49].src(0.11587884)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[49].vgap, a_CellGroup_2[0].apic_83.v(0.4228468)
a_CellGroup_2[0].apic_83 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[49].target(0.4228468)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[49].vgap, a_CellGroup_3[0].apic_36.v(0.11587884)
// Syn conn (type: Gap_Junction_simple) from apic_83 on src cell 0 to apic_24 on tgt cell 0
// Fraction along src section: 0.99091136, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[50] = new Gap()
a_CellGroup_3[0].apic_24 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[50].src(0.267558)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[50].vgap, a_CellGroup_2[0].apic_83.v(0.99091136)
a_CellGroup_2[0].apic_83 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[50].target(0.99091136)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[50].vgap, a_CellGroup_3[0].apic_24.v(0.267558)
// Syn conn (type: Gap_Junction_simple) from apic_49 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.93841475, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[51] = new Gap()
a_CellGroup_3[0].apic_23 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[51].src(0.9972554)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[51].vgap, a_CellGroup_2[0].apic_49.v(0.93841475)
a_CellGroup_2[0].apic_49 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[51].target(0.93841475)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[51].vgap, a_CellGroup_3[0].apic_23.v(0.9972554)
// Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_31 on tgt cell 0
// Fraction along src section: 0.8693919, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[52] = new Gap()
a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[52].src(0.14677098)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[52].vgap, a_CellGroup_2[0].apic_7.v(0.8693919)
a_CellGroup_2[0].apic_7 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[52].target(0.8693919)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[52].vgap, a_CellGroup_3[0].apic_31.v(0.14677098)
// Syn conn (type: Gap_Junction_simple) from apic_64 on src cell 0 to apic_8 on tgt cell 0
// Fraction along src section: 0.90909225, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[53] = new Gap()
a_CellGroup_3[0].apic_8 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[53].src(0.7004668)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[53].vgap, a_CellGroup_2[0].apic_64.v(0.90909225)
a_CellGroup_2[0].apic_64 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[53].target(0.90909225)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[53].vgap, a_CellGroup_3[0].apic_8.v(0.7004668)
// Syn conn (type: Gap_Junction_simple) from apic_22 on src cell 0 to apic_15 on tgt cell 0
// Fraction along src section: 0.7329805, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[54] = new Gap()
a_CellGroup_3[0].apic_15 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[54].src(0.7468528)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[54].vgap, a_CellGroup_2[0].apic_22.v(0.7329805)
a_CellGroup_2[0].apic_22 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[54].target(0.7329805)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[54].vgap, a_CellGroup_3[0].apic_15.v(0.7468528)
// Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.23579457, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[55] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[55].src(0.48168665)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[55].vgap, a_CellGroup_2[0].apic_7.v(0.23579457)
a_CellGroup_2[0].apic_7 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[55].target(0.23579457)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[55].vgap, a_CellGroup_3[0].apic_35.v(0.48168665)
// Syn conn (type: Gap_Junction_simple) from apic_112 on src cell 0 to apic_37 on tgt cell 0
// Fraction along src section: 0.115162045, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[56] = new Gap()
a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[56].src(0.0027775406)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[56].vgap, a_CellGroup_2[0].apic_112.v(0.115162045)
a_CellGroup_2[0].apic_112 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[56].target(0.115162045)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[56].vgap, a_CellGroup_3[0].apic_37.v(0.0027775406)
// Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.7377897, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[57] = new Gap()
a_CellGroup_3[0].apic_23 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[57].src(0.99509)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[57].vgap, a_CellGroup_2[0].apic_10.v(0.7377897)
a_CellGroup_2[0].apic_10 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[57].target(0.7377897)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[57].vgap, a_CellGroup_3[0].apic_23.v(0.99509)
// Syn conn (type: Gap_Junction_simple) from apic_66 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.47413832, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[58] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[58].src(0.76845753)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[58].vgap, a_CellGroup_2[0].apic_66.v(0.47413832)
a_CellGroup_2[0].apic_66 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[58].target(0.47413832)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[58].vgap, a_CellGroup_3[0].apic_36.v(0.76845753)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.16369747, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[59] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[59].src(0.16868179)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[59].vgap, a_CellGroup_2[0].apic_28.v(0.16369747)
a_CellGroup_2[0].apic_28 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[59].target(0.16369747)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[59].vgap, a_CellGroup_3[0].apic_36.v(0.16868179)
// Syn conn (type: Gap_Junction_simple) from apic_74 on src cell 0 to apic_34 on tgt cell 0
// Fraction along src section: 0.31177753, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[60] = new Gap()
a_CellGroup_3[0].apic_34 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[60].src(0.80342954)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[60].vgap, a_CellGroup_2[0].apic_74.v(0.31177753)
a_CellGroup_2[0].apic_74 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[60].target(0.31177753)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[60].vgap, a_CellGroup_3[0].apic_34.v(0.80342954)
// Syn conn (type: Gap_Junction_simple) from apic_70 on src cell 0 to apic_22 on tgt cell 0
// Fraction along src section: 0.8725613, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[61] = new Gap()
a_CellGroup_3[0].apic_22 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[61].src(0.9340027)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[61].vgap, a_CellGroup_2[0].apic_70.v(0.8725613)
a_CellGroup_2[0].apic_70 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[61].target(0.8725613)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[61].vgap, a_CellGroup_3[0].apic_22.v(0.9340027)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.31941608, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[62] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[62].src(0.7392644)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[62].vgap, a_CellGroup_2[0].apic_34.v(0.31941608)
a_CellGroup_2[0].apic_34 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[62].target(0.31941608)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[62].vgap, a_CellGroup_3[0].apic_35.v(0.7392644)
// Syn conn (type: Gap_Junction_simple) from apic_108 on src cell 0 to apic_31 on tgt cell 0
// Fraction along src section: 0.41255927, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[63] = new Gap()
a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[63].src(0.5607104)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[63].vgap, a_CellGroup_2[0].apic_108.v(0.41255927)
a_CellGroup_2[0].apic_108 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[63].target(0.41255927)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[63].vgap, a_CellGroup_3[0].apic_31.v(0.5607104)
// Syn conn (type: Gap_Junction_simple) from apic_42 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.91592854, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[64] = new Gap()
a_CellGroup_3[0].apic_23 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[64].src(0.960961)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[64].vgap, a_CellGroup_2[0].apic_42.v(0.91592854)
a_CellGroup_2[0].apic_42 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[64].target(0.91592854)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[64].vgap, a_CellGroup_3[0].apic_23.v(0.960961)
// Syn conn (type: Gap_Junction_simple) from apic_40 on src cell 0 to apic_3 on tgt cell 0
// Fraction along src section: 0.43695962, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[65] = new Gap()
a_CellGroup_3[0].apic_3 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[65].src(0.015892517)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[65].vgap, a_CellGroup_2[0].apic_40.v(0.43695962)
a_CellGroup_2[0].apic_40 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[65].target(0.43695962)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[65].vgap, a_CellGroup_3[0].apic_3.v(0.015892517)
// Syn conn (type: Gap_Junction_simple) from apic_44 on src cell 0 to apic_37 on tgt cell 0
// Fraction along src section: 0.9441753, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[66] = new Gap()
a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[66].src(0.38358852)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[66].vgap, a_CellGroup_2[0].apic_44.v(0.9441753)
a_CellGroup_2[0].apic_44 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[66].target(0.9441753)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[66].vgap, a_CellGroup_3[0].apic_37.v(0.38358852)
// Syn conn (type: Gap_Junction_simple) from apic_77 on src cell 0 to apic_31 on tgt cell 0
// Fraction along src section: 0.8522313, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[67] = new Gap()
a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[67].src(0.5536617)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[67].vgap, a_CellGroup_2[0].apic_77.v(0.8522313)
a_CellGroup_2[0].apic_77 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[67].target(0.8522313)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[67].vgap, a_CellGroup_3[0].apic_31.v(0.5536617)
// Syn conn (type: Gap_Junction_simple) from apic_87 on src cell 0 to apic_34 on tgt cell 0
// Fraction along src section: 0.5075216, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[68] = new Gap()
a_CellGroup_3[0].apic_34 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[68].src(0.9916923)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[68].vgap, a_CellGroup_2[0].apic_87.v(0.5075216)
a_CellGroup_2[0].apic_87 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[68].target(0.5075216)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[68].vgap, a_CellGroup_3[0].apic_34.v(0.9916923)
// Syn conn (type: Gap_Junction_simple) from apic_83 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.48325443, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[69] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[69].src(0.11548581)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[69].vgap, a_CellGroup_2[0].apic_83.v(0.48325443)
a_CellGroup_2[0].apic_83 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[69].target(0.48325443)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[69].vgap, a_CellGroup_3[0].apic_36.v(0.11548581)
// Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_31 on tgt cell 0
// Fraction along src section: 0.7794851, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[70] = new Gap()
a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[70].src(0.1705716)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[70].vgap, a_CellGroup_2[0].apic_7.v(0.7794851)
a_CellGroup_2[0].apic_7 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[70].target(0.7794851)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[70].vgap, a_CellGroup_3[0].apic_31.v(0.1705716)
// Syn conn (type: Gap_Junction_simple) from apic_114 on src cell 0 to apic_31 on tgt cell 0
// Fraction along src section: 0.33780497, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[71] = new Gap()
a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[71].src(0.57512003)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[71].vgap, a_CellGroup_2[0].apic_114.v(0.33780497)
a_CellGroup_2[0].apic_114 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[71].target(0.33780497)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[71].vgap, a_CellGroup_3[0].apic_31.v(0.57512003)
// Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_21 on tgt cell 0
// Fraction along src section: 0.69059426, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[72] = new Gap()
a_CellGroup_3[0].apic_21 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[72].src(0.7013652)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[72].vgap, a_CellGroup_2[0].apic_19.v(0.69059426)
a_CellGroup_2[0].apic_19 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[72].target(0.69059426)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[72].vgap, a_CellGroup_3[0].apic_21.v(0.7013652)
// Syn conn (type: Gap_Junction_simple) from apic_104 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.68604064, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[73] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[73].src(0.9963547)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[73].vgap, a_CellGroup_2[0].apic_104.v(0.68604064)
a_CellGroup_2[0].apic_104 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[73].target(0.68604064)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[73].vgap, a_CellGroup_3[0].apic_35.v(0.9963547)
// Syn conn (type: Gap_Junction_simple) from apic_100 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.484138, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[74] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[74].src(0.8974439)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[74].vgap, a_CellGroup_2[0].apic_100.v(0.484138)
a_CellGroup_2[0].apic_100 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[74].target(0.484138)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[74].vgap, a_CellGroup_3[0].apic_35.v(0.8974439)
// Syn conn (type: Gap_Junction_simple) from apic_97 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.23542348, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[75] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[75].src(0.99891245)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[75].vgap, a_CellGroup_2[0].apic_97.v(0.23542348)
a_CellGroup_2[0].apic_97 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[75].target(0.23542348)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[75].vgap, a_CellGroup_3[0].apic_35.v(0.99891245)
// Syn conn (type: Gap_Junction_simple) from apic_64 on src cell 0 to apic_28 on tgt cell 0
// Fraction along src section: 0.8471307, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[76] = new Gap()
a_CellGroup_3[0].apic_28 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[76].src(0.1271876)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[76].vgap, a_CellGroup_2[0].apic_64.v(0.8471307)
a_CellGroup_2[0].apic_64 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[76].target(0.8471307)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[76].vgap, a_CellGroup_3[0].apic_28.v(0.1271876)
// Syn conn (type: Gap_Junction_simple) from apic_98 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.1813294, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[77] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[77].src(0.72622836)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[77].vgap, a_CellGroup_2[0].apic_98.v(0.1813294)
a_CellGroup_2[0].apic_98 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[77].target(0.1813294)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[77].vgap, a_CellGroup_3[0].apic_36.v(0.72622836)
// Syn conn (type: Gap_Junction_simple) from apic_26 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.30548036, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[78] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[78].src(0.66408443)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[78].vgap, a_CellGroup_2[0].apic_26.v(0.30548036)
a_CellGroup_2[0].apic_26 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[78].target(0.30548036)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[78].vgap, a_CellGroup_3[0].apic_35.v(0.66408443)
// Syn conn (type: Gap_Junction_simple) from apic_92 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.7656345, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[79] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[79].src(0.98345125)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[79].vgap, a_CellGroup_2[0].apic_92.v(0.7656345)
a_CellGroup_2[0].apic_92 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[79].target(0.7656345)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[79].vgap, a_CellGroup_3[0].apic_35.v(0.98345125)
// Syn conn (type: Gap_Junction_simple) from apic_63 on src cell 0 to apic_29 on tgt cell 0
// Fraction along src section: 0.39583376, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[80] = new Gap()
a_CellGroup_3[0].apic_29 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[80].src(0.6347959)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[80].vgap, a_CellGroup_2[0].apic_63.v(0.39583376)
a_CellGroup_2[0].apic_63 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[80].target(0.39583376)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[80].vgap, a_CellGroup_3[0].apic_29.v(0.6347959)
// Syn conn (type: Gap_Junction_simple) from apic_75 on src cell 0 to apic_31 on tgt cell 0
// Fraction along src section: 0.89238423, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[81] = new Gap()
a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[81].src(0.67496294)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[81].vgap, a_CellGroup_2[0].apic_75.v(0.89238423)
a_CellGroup_2[0].apic_75 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[81].target(0.89238423)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[81].vgap, a_CellGroup_3[0].apic_31.v(0.67496294)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_28 on tgt cell 0
// Fraction along src section: 0.83973503, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[82] = new Gap()
a_CellGroup_3[0].apic_28 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[82].src(0.98950124)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[82].vgap, a_CellGroup_2[0].apic_23.v(0.83973503)
a_CellGroup_2[0].apic_23 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[82].target(0.83973503)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[82].vgap, a_CellGroup_3[0].apic_28.v(0.98950124)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.98335904, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[83] = new Gap()
a_CellGroup_3[0].apic_23 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[83].src(0.977967)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[83].vgap, a_CellGroup_2[0].apic_18.v(0.98335904)
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[83].target(0.98335904)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[83].vgap, a_CellGroup_3[0].apic_23.v(0.977967)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.12421809, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[84] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[84].src(0.99482226)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[84].vgap, a_CellGroup_2[0].apic_35.v(0.12421809)
a_CellGroup_2[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[84].target(0.12421809)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[84].vgap, a_CellGroup_3[0].apic_35.v(0.99482226)
// Syn conn (type: Gap_Junction_simple) from apic_22 on src cell 0 to apic_11 on tgt cell 0
// Fraction along src section: 0.5253668, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[85] = new Gap()
a_CellGroup_3[0].apic_11 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[85].src(0.55541813)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[85].vgap, a_CellGroup_2[0].apic_22.v(0.5253668)
a_CellGroup_2[0].apic_22 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[85].target(0.5253668)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[85].vgap, a_CellGroup_3[0].apic_11.v(0.55541813)
// Syn conn (type: Gap_Junction_simple) from apic_92 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.6114448, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[86] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[86].src(0.9891832)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[86].vgap, a_CellGroup_2[0].apic_92.v(0.6114448)
a_CellGroup_2[0].apic_92 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[86].target(0.6114448)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[86].vgap, a_CellGroup_3[0].apic_35.v(0.9891832)
// Syn conn (type: Gap_Junction_simple) from apic_99 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.030633466, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[87] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[87].src(0.99846053)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[87].vgap, a_CellGroup_2[0].apic_99.v(0.030633466)
a_CellGroup_2[0].apic_99 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[87].target(0.030633466)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[87].vgap, a_CellGroup_3[0].apic_35.v(0.99846053)
// Syn conn (type: Gap_Junction_simple) from apic_31 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.23540448, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[88] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[88].src(0.50905466)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[88].vgap, a_CellGroup_2[0].apic_31.v(0.23540448)
a_CellGroup_2[0].apic_31 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[88].target(0.23540448)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[88].vgap, a_CellGroup_3[0].apic_36.v(0.50905466)
// Syn conn (type: Gap_Junction_simple) from apic_83 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.59292865, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[89] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[89].src(0.08576512)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[89].vgap, a_CellGroup_2[0].apic_83.v(0.59292865)
a_CellGroup_2[0].apic_83 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[89].target(0.59292865)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[89].vgap, a_CellGroup_3[0].apic_36.v(0.08576512)
// Syn conn (type: Gap_Junction_simple) from apic_33 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.47316575, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[90] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[90].src(0.50512516)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[90].vgap, a_CellGroup_2[0].apic_33.v(0.47316575)
a_CellGroup_2[0].apic_33 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[90].target(0.47316575)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[90].vgap, a_CellGroup_3[0].apic_35.v(0.50512516)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.68568933, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[91] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[91].src(0.99632466)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[91].vgap, a_CellGroup_2[0].apic_35.v(0.68568933)
a_CellGroup_2[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[91].target(0.68568933)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[91].vgap, a_CellGroup_3[0].apic_36.v(0.99632466)
// Syn conn (type: Gap_Junction_simple) from apic_41 on src cell 0 to apic_37 on tgt cell 0
// Fraction along src section: 0.7360393, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[92] = new Gap()
a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[92].src(0.99013907)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[92].vgap, a_CellGroup_2[0].apic_41.v(0.7360393)
a_CellGroup_2[0].apic_41 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[92].target(0.7360393)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[92].vgap, a_CellGroup_3[0].apic_37.v(0.99013907)
// Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_30 on tgt cell 0
// Fraction along src section: 0.2912771, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[93] = new Gap()
a_CellGroup_3[0].apic_30 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[93].src(0.67184204)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[93].vgap, a_CellGroup_2[0].apic_13.v(0.2912771)
a_CellGroup_2[0].apic_13 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[93].target(0.2912771)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[93].vgap, a_CellGroup_3[0].apic_30.v(0.67184204)
// Syn conn (type: Gap_Junction_simple) from apic_21 on src cell 0 to apic_29 on tgt cell 0
// Fraction along src section: 0.8015729, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[94] = new Gap()
a_CellGroup_3[0].apic_29 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[94].src(0.574626)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[94].vgap, a_CellGroup_2[0].apic_21.v(0.8015729)
a_CellGroup_2[0].apic_21 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[94].target(0.8015729)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[94].vgap, a_CellGroup_3[0].apic_29.v(0.574626)
// Syn conn (type: Gap_Junction_simple) from apic_66 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.23987827, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[95] = new Gap()
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[95].src(0.9999597)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[95].vgap, a_CellGroup_2[0].apic_66.v(0.23987827)
a_CellGroup_2[0].apic_66 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[95].target(0.23987827)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[95].vgap, a_CellGroup_3[0].apic_35.v(0.9999597)
// Syn conn (type: Gap_Junction_simple) from apic_32 on src cell 0 to apic_36 on tgt cell 0
// Fraction along src section: 0.822852, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[96] = new Gap()
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[96].src(0.18835337)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[96].vgap, a_CellGroup_2[0].apic_32.v(0.822852)
a_CellGroup_2[0].apic_32 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[96].target(0.822852)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[96].vgap, a_CellGroup_3[0].apic_36.v(0.18835337)
// Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_21 on tgt cell 0
// Fraction along src section: 0.83092904, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[97] = new Gap()
a_CellGroup_3[0].apic_21 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[97].src(0.98403794)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[97].vgap, a_CellGroup_2[0].apic_30.v(0.83092904)
a_CellGroup_2[0].apic_30 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[97].target(0.83092904)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[97].vgap, a_CellGroup_3[0].apic_21.v(0.98403794)
// Syn conn (type: Gap_Junction_simple) from apic_73 on src cell 0 to apic_31 on tgt cell 0
// Fraction along src section: 0.8341672, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[98] = new Gap()
a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[98].src(0.5514167)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[98].vgap, a_CellGroup_2[0].apic_73.v(0.8341672)
a_CellGroup_2[0].apic_73 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[98].target(0.8341672)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[98].vgap, a_CellGroup_3[0].apic_31.v(0.5514167)
// Syn conn (type: Gap_Junction_simple) from apic_86 on src cell 0 to apic_31 on tgt cell 0
// Fraction along src section: 0.86565375, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[99] = new Gap()
a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[99].src(0.092373)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[99].vgap, a_CellGroup_2[0].apic_86.v(0.86565375)
a_CellGroup_2[0].apic_86 elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[99].target(0.86565375)
// elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_2_CellGroup_3_Gap_Junction_simple_A[99].vgap, a_CellGroup_3[0].apic_31.v(0.092373)
// Adding NetConn: NetConn_CellGroup_4_CellGroup_1 from: CellGroup_4 to: CellGroup_1 with 100 connections
// each with syn(s): [Gap_Junction_simple [thresh: -20.0, delay: 5.0, weight: 1.0]]
// Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.8862064, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
objectvar elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[100]
// objectvar elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[100]
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[0] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[0].src(0.508128)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[0].vgap, a_CellGroup_4[0].apic_11.v(0.8862064)
a_CellGroup_4[0].apic_11 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[0].target(0.8862064)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[0].vgap, a_CellGroup_1[0].apic_45.v(0.508128)
// Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_59 on tgt cell 0
// Fraction along src section: 0.32780856, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[1] = new Gap()
a_CellGroup_1[0].apic_59 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[1].src(0.8753969)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[1].vgap, a_CellGroup_4[0].apic_7.v(0.32780856)
a_CellGroup_4[0].apic_7 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[1].target(0.32780856)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[1].vgap, a_CellGroup_1[0].apic_59.v(0.8753969)
// Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.53881204, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[2] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[2].src(0.53343844)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[2].vgap, a_CellGroup_4[0].apic_12.v(0.53881204)
a_CellGroup_4[0].apic_12 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[2].target(0.53881204)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[2].vgap, a_CellGroup_1[0].apic_45.v(0.53343844)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_30 on tgt cell 0
// Fraction along src section: 0.93829507, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[3] = new Gap()
a_CellGroup_1[0].apic_30 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[3].src(0.47527558)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[3].vgap, a_CellGroup_4[0].apic_23.v(0.93829507)
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[3].target(0.93829507)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[3].vgap, a_CellGroup_1[0].apic_30.v(0.47527558)
// Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_28 on tgt cell 0
// Fraction along src section: 0.6303766, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[4] = new Gap()
a_CellGroup_1[0].apic_28 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[4].src(0.47159854)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[4].vgap, a_CellGroup_4[0].apic_15.v(0.6303766)
a_CellGroup_4[0].apic_15 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[4].target(0.6303766)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[4].vgap, a_CellGroup_1[0].apic_28.v(0.47159854)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_43 on tgt cell 0
// Fraction along src section: 0.09958496, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[5] = new Gap()
a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[5].src(0.19807142)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[5].vgap, a_CellGroup_4[0].apic_27.v(0.09958496)
a_CellGroup_4[0].apic_27 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[5].target(0.09958496)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[5].vgap, a_CellGroup_1[0].apic_43.v(0.19807142)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_43 on tgt cell 0
// Fraction along src section: 0.39681366, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[6] = new Gap()
a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[6].src(0.35229194)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[6].vgap, a_CellGroup_4[0].apic_27.v(0.39681366)
a_CellGroup_4[0].apic_27 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[6].target(0.39681366)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[6].vgap, a_CellGroup_1[0].apic_43.v(0.35229194)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_43 on tgt cell 0
// Fraction along src section: 0.30029178, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[7] = new Gap()
a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[7].src(0.34764954)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[7].vgap, a_CellGroup_4[0].apic_27.v(0.30029178)
a_CellGroup_4[0].apic_27 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[7].target(0.30029178)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[7].vgap, a_CellGroup_1[0].apic_43.v(0.34764954)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_30 on tgt cell 0
// Fraction along src section: 0.9367477, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[8] = new Gap()
a_CellGroup_1[0].apic_30 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[8].src(0.43824857)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[8].vgap, a_CellGroup_4[0].apic_23.v(0.9367477)
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[8].target(0.9367477)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[8].vgap, a_CellGroup_1[0].apic_30.v(0.43824857)
// Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_28 on tgt cell 0
// Fraction along src section: 0.08842971, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[9] = new Gap()
a_CellGroup_1[0].apic_28 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[9].src(0.40059954)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[9].vgap, a_CellGroup_4[0].apic_17.v(0.08842971)
a_CellGroup_4[0].apic_17 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[9].target(0.08842971)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[9].vgap, a_CellGroup_1[0].apic_28.v(0.40059954)
// Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.10690705, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[10] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[10].src(0.06878589)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[10].vgap, a_CellGroup_4[0].apic_16.v(0.10690705)
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[10].target(0.10690705)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[10].vgap, a_CellGroup_1[0].apic_45.v(0.06878589)
// Syn conn (type: Gap_Junction_simple) from apic_26 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.525684, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[11] = new Gap()
a_CellGroup_1[0].apic_19 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[11].src(0.8048551)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[11].vgap, a_CellGroup_4[0].apic_26.v(0.525684)
a_CellGroup_4[0].apic_26 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[11].target(0.525684)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[11].vgap, a_CellGroup_1[0].apic_19.v(0.8048551)
// Syn conn (type: Gap_Junction_simple) from apic_21 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.17053787, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[12] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[12].src(0.11002852)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[12].vgap, a_CellGroup_4[0].apic_21.v(0.17053787)
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[12].target(0.17053787)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[12].vgap, a_CellGroup_1[0].apic_45.v(0.11002852)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_30 on tgt cell 0
// Fraction along src section: 0.6094579, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[13] = new Gap()
a_CellGroup_1[0].apic_30 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[13].src(0.51624906)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[13].vgap, a_CellGroup_4[0].apic_23.v(0.6094579)
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[13].target(0.6094579)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[13].vgap, a_CellGroup_1[0].apic_30.v(0.51624906)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.5607304, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[14] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[14].src(0.5893105)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[14].vgap, a_CellGroup_4[0].apic_28.v(0.5607304)
a_CellGroup_4[0].apic_28 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[14].target(0.5607304)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[14].vgap, a_CellGroup_1[0].apic_48.v(0.5893105)
// Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_87 on tgt cell 0
// Fraction along src section: 0.70814997, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[15] = new Gap()
a_CellGroup_1[0].apic_87 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[15].src(0.06523504)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[15].vgap, a_CellGroup_4[0].apic_7.v(0.70814997)
a_CellGroup_4[0].apic_7 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[15].target(0.70814997)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[15].vgap, a_CellGroup_1[0].apic_87.v(0.06523504)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_30 on tgt cell 0
// Fraction along src section: 0.97486746, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[16] = new Gap()
a_CellGroup_1[0].apic_30 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[16].src(0.4411496)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[16].vgap, a_CellGroup_4[0].apic_23.v(0.97486746)
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[16].target(0.97486746)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[16].vgap, a_CellGroup_1[0].apic_30.v(0.4411496)
// Syn conn (type: Gap_Junction_simple) from apic_26 on src cell 0 to apic_5 on tgt cell 0
// Fraction along src section: 0.32100248, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[17] = new Gap()
a_CellGroup_1[0].apic_5 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[17].src(0.8077749)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[17].vgap, a_CellGroup_4[0].apic_26.v(0.32100248)
a_CellGroup_4[0].apic_26 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[17].target(0.32100248)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[17].vgap, a_CellGroup_1[0].apic_5.v(0.8077749)
// Syn conn (type: Gap_Junction_simple) from apic_8 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.037699573, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[18] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[18].src(0.91683894)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[18].vgap, a_CellGroup_4[0].apic_8.v(0.037699573)
a_CellGroup_4[0].apic_8 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[18].target(0.037699573)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[18].vgap, a_CellGroup_1[0].apic_48.v(0.91683894)
// Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_59 on tgt cell 0
// Fraction along src section: 0.06986754, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[19] = new Gap()
a_CellGroup_1[0].apic_59 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[19].src(0.92747426)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[19].vgap, a_CellGroup_4[0].apic_7.v(0.06986754)
a_CellGroup_4[0].apic_7 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[19].target(0.06986754)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[19].vgap, a_CellGroup_1[0].apic_59.v(0.92747426)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_96 on tgt cell 0
// Fraction along src section: 0.9040912, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[20] = new Gap()
a_CellGroup_1[0].apic_96 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[20].src(0.9984113)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[20].vgap, a_CellGroup_4[0].apic_27.v(0.9040912)
a_CellGroup_4[0].apic_27 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[20].target(0.9040912)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[20].vgap, a_CellGroup_1[0].apic_96.v(0.9984113)
// Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_43 on tgt cell 0
// Fraction along src section: 0.48384663, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[21] = new Gap()
a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[21].src(0.22484466)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[21].vgap, a_CellGroup_4[0].apic_10.v(0.48384663)
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[21].target(0.48384663)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[21].vgap, a_CellGroup_1[0].apic_43.v(0.22484466)
// Syn conn (type: Gap_Junction_simple) from apic_26 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.9799404, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[22] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[22].src(0.5029214)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[22].vgap, a_CellGroup_4[0].apic_26.v(0.9799404)
a_CellGroup_4[0].apic_26 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[22].target(0.9799404)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[22].vgap, a_CellGroup_1[0].apic_45.v(0.5029214)
// Syn conn (type: Gap_Junction_simple) from apic_4 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.67500746, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[23] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[23].src(0.7966232)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[23].vgap, a_CellGroup_4[0].apic_4.v(0.67500746)
a_CellGroup_4[0].apic_4 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[23].target(0.67500746)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[23].vgap, a_CellGroup_1[0].apic_48.v(0.7966232)
// Syn conn (type: Gap_Junction_simple) from apic_26 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.12499533, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[24] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[24].src(0.5275912)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[24].vgap, a_CellGroup_4[0].apic_26.v(0.12499533)
a_CellGroup_4[0].apic_26 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[24].target(0.12499533)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[24].vgap, a_CellGroup_1[0].apic_45.v(0.5275912)
// Syn conn (type: Gap_Junction_simple) from apic_24 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.19208357, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[25] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[25].src(0.5101041)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[25].vgap, a_CellGroup_4[0].apic_24.v(0.19208357)
a_CellGroup_4[0].apic_24 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[25].target(0.19208357)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[25].vgap, a_CellGroup_1[0].apic_45.v(0.5101041)
// Syn conn (type: Gap_Junction_simple) from apic_5 on src cell 0 to apic_59 on tgt cell 0
// Fraction along src section: 0.8199652, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[26] = new Gap()
a_CellGroup_1[0].apic_59 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[26].src(0.99128234)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[26].vgap, a_CellGroup_4[0].apic_5.v(0.8199652)
a_CellGroup_4[0].apic_5 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[26].target(0.8199652)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[26].vgap, a_CellGroup_1[0].apic_59.v(0.99128234)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.6170703, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[27] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[27].src(0.62474704)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[27].vgap, a_CellGroup_4[0].apic_28.v(0.6170703)
a_CellGroup_4[0].apic_28 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[27].target(0.6170703)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[27].vgap, a_CellGroup_1[0].apic_48.v(0.62474704)
// Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_47 on tgt cell 0
// Fraction along src section: 0.29074508, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[28] = new Gap()
a_CellGroup_1[0].apic_47 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[28].src(0.10310018)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[28].vgap, a_CellGroup_4[0].apic_16.v(0.29074508)
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[28].target(0.29074508)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[28].vgap, a_CellGroup_1[0].apic_47.v(0.10310018)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.16408385, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[29] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[29].src(0.35458732)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[29].vgap, a_CellGroup_4[0].apic_28.v(0.16408385)
a_CellGroup_4[0].apic_28 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[29].target(0.16408385)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[29].vgap, a_CellGroup_1[0].apic_48.v(0.35458732)
// Syn conn (type: Gap_Junction_simple) from apic_26 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.78540003, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[30] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[30].src(0.5213711)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[30].vgap, a_CellGroup_4[0].apic_26.v(0.78540003)
a_CellGroup_4[0].apic_26 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[30].target(0.78540003)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[30].vgap, a_CellGroup_1[0].apic_45.v(0.5213711)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_43 on tgt cell 0
// Fraction along src section: 0.12935862, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[31] = new Gap()
a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[31].src(0.36846668)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[31].vgap, a_CellGroup_4[0].apic_9.v(0.12935862)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[31].target(0.12935862)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[31].vgap, a_CellGroup_1[0].apic_43.v(0.36846668)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_47 on tgt cell 0
// Fraction along src section: 0.06373607, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[32] = new Gap()
a_CellGroup_1[0].apic_47 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[32].src(0.9847499)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[32].vgap, a_CellGroup_4[0].apic_9.v(0.06373607)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[32].target(0.06373607)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[32].vgap, a_CellGroup_1[0].apic_47.v(0.9847499)
// Syn conn (type: Gap_Junction_simple) from apic_2 on src cell 0 to apic_34 on tgt cell 0
// Fraction along src section: 0.54978436, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[33] = new Gap()
a_CellGroup_1[0].apic_34 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[33].src(0.6953388)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[33].vgap, a_CellGroup_4[0].apic_2.v(0.54978436)
a_CellGroup_4[0].apic_2 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[33].target(0.54978436)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[33].vgap, a_CellGroup_1[0].apic_34.v(0.6953388)
// Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.56924003, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[34] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[34].src(0.41205025)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[34].vgap, a_CellGroup_4[0].apic_11.v(0.56924003)
a_CellGroup_4[0].apic_11 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[34].target(0.56924003)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[34].vgap, a_CellGroup_1[0].apic_45.v(0.41205025)
// Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.93074924, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[35] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[35].src(0.7342905)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[35].vgap, a_CellGroup_4[0].apic_3.v(0.93074924)
a_CellGroup_4[0].apic_3 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[35].target(0.93074924)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[35].vgap, a_CellGroup_1[0].apic_48.v(0.7342905)
// Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_28 on tgt cell 0
// Fraction along src section: 0.20705996, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[36] = new Gap()
a_CellGroup_1[0].apic_28 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[36].src(0.6371363)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[36].vgap, a_CellGroup_4[0].apic_15.v(0.20705996)
a_CellGroup_4[0].apic_15 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[36].target(0.20705996)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[36].vgap, a_CellGroup_1[0].apic_28.v(0.6371363)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.38825428, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[37] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[37].src(0.50272745)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[37].vgap, a_CellGroup_4[0].apic_28.v(0.38825428)
a_CellGroup_4[0].apic_28 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[37].target(0.38825428)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[37].vgap, a_CellGroup_1[0].apic_48.v(0.50272745)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_30 on tgt cell 0
// Fraction along src section: 0.9803426, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[38] = new Gap()
a_CellGroup_1[0].apic_30 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[38].src(0.43899837)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[38].vgap, a_CellGroup_4[0].apic_23.v(0.9803426)
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[38].target(0.9803426)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[38].vgap, a_CellGroup_1[0].apic_30.v(0.43899837)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_43 on tgt cell 0
// Fraction along src section: 0.19975962, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[39] = new Gap()
a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[39].src(0.38297868)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[39].vgap, a_CellGroup_4[0].apic_9.v(0.19975962)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[39].target(0.19975962)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[39].vgap, a_CellGroup_1[0].apic_43.v(0.38297868)
// Syn conn (type: Gap_Junction_simple) from apic_8 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.055155102, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[40] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[40].src(0.92492384)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[40].vgap, a_CellGroup_4[0].apic_8.v(0.055155102)
a_CellGroup_4[0].apic_8 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[40].target(0.055155102)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[40].vgap, a_CellGroup_1[0].apic_48.v(0.92492384)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.25695872, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[41] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[41].src(0.42901728)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[41].vgap, a_CellGroup_4[0].apic_28.v(0.25695872)
a_CellGroup_4[0].apic_28 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[41].target(0.25695872)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[41].vgap, a_CellGroup_1[0].apic_48.v(0.42901728)
// Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.33258995, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[42] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[42].src(0.5252064)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[42].vgap, a_CellGroup_4[0].apic_12.v(0.33258995)
a_CellGroup_4[0].apic_12 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[42].target(0.33258995)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[42].vgap, a_CellGroup_1[0].apic_45.v(0.5252064)
// Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_28 on tgt cell 0
// Fraction along src section: 0.006352352, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[43] = new Gap()
a_CellGroup_1[0].apic_28 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[43].src(0.35085568)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[43].vgap, a_CellGroup_4[0].apic_16.v(0.006352352)
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[43].target(0.006352352)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[43].vgap, a_CellGroup_1[0].apic_28.v(0.35085568)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_43 on tgt cell 0
// Fraction along src section: 0.40860718, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[44] = new Gap()
a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[44].src(0.41360703)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[44].vgap, a_CellGroup_4[0].apic_9.v(0.40860718)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[44].target(0.40860718)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[44].vgap, a_CellGroup_1[0].apic_43.v(0.41360703)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_32 on tgt cell 0
// Fraction along src section: 0.5198158, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[45] = new Gap()
a_CellGroup_1[0].apic_32 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[45].src(0.84818345)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[45].vgap, a_CellGroup_4[0].apic_20.v(0.5198158)
a_CellGroup_4[0].apic_20 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[45].target(0.5198158)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[45].vgap, a_CellGroup_1[0].apic_32.v(0.84818345)
// Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_43 on tgt cell 0
// Fraction along src section: 0.64271736, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[46] = new Gap()
a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[46].src(0.24036144)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[46].vgap, a_CellGroup_4[0].apic_10.v(0.64271736)
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[46].target(0.64271736)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[46].vgap, a_CellGroup_1[0].apic_43.v(0.24036144)
// Syn conn (type: Gap_Junction_simple) from apic_2 on src cell 0 to apic_34 on tgt cell 0
// Fraction along src section: 0.49873415, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[47] = new Gap()
a_CellGroup_1[0].apic_34 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[47].src(0.68901753)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[47].vgap, a_CellGroup_4[0].apic_2.v(0.49873415)
a_CellGroup_4[0].apic_2 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[47].target(0.49873415)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[47].vgap, a_CellGroup_1[0].apic_34.v(0.68901753)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_96 on tgt cell 0
// Fraction along src section: 0.77717054, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[48] = new Gap()
a_CellGroup_1[0].apic_96 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[48].src(0.998961)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[48].vgap, a_CellGroup_4[0].apic_27.v(0.77717054)
a_CellGroup_4[0].apic_27 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[48].target(0.77717054)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[48].vgap, a_CellGroup_1[0].apic_96.v(0.998961)
// Syn conn (type: Gap_Junction_simple) from apic_25 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.39112735, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[49] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[49].src(0.69053155)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[49].vgap, a_CellGroup_4[0].apic_25.v(0.39112735)
a_CellGroup_4[0].apic_25 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[49].target(0.39112735)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[49].vgap, a_CellGroup_1[0].apic_45.v(0.69053155)
// Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.8502006, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[50] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[50].src(0.71810144)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[50].vgap, a_CellGroup_4[0].apic_3.v(0.8502006)
a_CellGroup_4[0].apic_3 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[50].target(0.8502006)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[50].vgap, a_CellGroup_1[0].apic_48.v(0.71810144)
// Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.5352496, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[51] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[51].src(0.38383558)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[51].vgap, a_CellGroup_4[0].apic_13.v(0.5352496)
a_CellGroup_4[0].apic_13 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[51].target(0.5352496)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[51].vgap, a_CellGroup_1[0].apic_45.v(0.38383558)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_76 on tgt cell 0
// Fraction along src section: 0.7500514, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[52] = new Gap()
a_CellGroup_1[0].apic_76 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[52].src(0.5067276)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[52].vgap, a_CellGroup_4[0].apic_28.v(0.7500514)
a_CellGroup_4[0].apic_28 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[52].target(0.7500514)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[52].vgap, a_CellGroup_1[0].apic_76.v(0.5067276)
// Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_43 on tgt cell 0
// Fraction along src section: 0.41100496, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[53] = new Gap()
a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[53].src(0.22523864)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[53].vgap, a_CellGroup_4[0].apic_10.v(0.41100496)
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[53].target(0.41100496)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[53].vgap, a_CellGroup_1[0].apic_43.v(0.22523864)
// Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.58382916, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[54] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[54].src(0.4128947)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[54].vgap, a_CellGroup_4[0].apic_11.v(0.58382916)
a_CellGroup_4[0].apic_11 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[54].target(0.58382916)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[54].vgap, a_CellGroup_1[0].apic_45.v(0.4128947)
// Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.64022195, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[55] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[55].src(0.09250647)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[55].vgap, a_CellGroup_4[0].apic_17.v(0.64022195)
a_CellGroup_4[0].apic_17 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[55].target(0.64022195)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[55].vgap, a_CellGroup_1[0].apic_45.v(0.09250647)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_29 on tgt cell 0
// Fraction along src section: 0.48776025, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[56] = new Gap()
a_CellGroup_1[0].apic_29 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[56].src(0.5325204)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[56].vgap, a_CellGroup_4[0].apic_23.v(0.48776025)
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[56].target(0.48776025)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[56].vgap, a_CellGroup_1[0].apic_29.v(0.5325204)
// Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_76 on tgt cell 0
// Fraction along src section: 0.8159003, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[57] = new Gap()
a_CellGroup_1[0].apic_76 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[57].src(0.36002997)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[57].vgap, a_CellGroup_4[0].apic_16.v(0.8159003)
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[57].target(0.8159003)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[57].vgap, a_CellGroup_1[0].apic_76.v(0.36002997)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_30 on tgt cell 0
// Fraction along src section: 0.9171304, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[58] = new Gap()
a_CellGroup_1[0].apic_30 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[58].src(0.48033264)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[58].vgap, a_CellGroup_4[0].apic_23.v(0.9171304)
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[58].target(0.9171304)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[58].vgap, a_CellGroup_1[0].apic_30.v(0.48033264)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.4781832, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[59] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[59].src(0.49440902)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[59].vgap, a_CellGroup_4[0].apic_28.v(0.4781832)
a_CellGroup_4[0].apic_28 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[59].target(0.4781832)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[59].vgap, a_CellGroup_1[0].apic_48.v(0.49440902)
// Syn conn (type: Gap_Junction_simple) from apic_6 on src cell 0 to apic_59 on tgt cell 0
// Fraction along src section: 0.20389645, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[60] = new Gap()
a_CellGroup_1[0].apic_59 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[60].src(0.882509)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[60].vgap, a_CellGroup_4[0].apic_6.v(0.20389645)
a_CellGroup_4[0].apic_6 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[60].target(0.20389645)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[60].vgap, a_CellGroup_1[0].apic_59.v(0.882509)
// Syn conn (type: Gap_Junction_simple) from apic_21 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.7717833, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[61] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[61].src(0.1977069)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[61].vgap, a_CellGroup_4[0].apic_21.v(0.7717833)
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[61].target(0.7717833)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[61].vgap, a_CellGroup_1[0].apic_45.v(0.1977069)
// Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_28 on tgt cell 0
// Fraction along src section: 0.5931649, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[62] = new Gap()
a_CellGroup_1[0].apic_28 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[62].src(0.46694112)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[62].vgap, a_CellGroup_4[0].apic_15.v(0.5931649)
a_CellGroup_4[0].apic_15 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[62].target(0.5931649)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[62].vgap, a_CellGroup_1[0].apic_28.v(0.46694112)
// Syn conn (type: Gap_Junction_simple) from apic_2 on src cell 0 to apic_34 on tgt cell 0
// Fraction along src section: 0.63854164, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[63] = new Gap()
a_CellGroup_1[0].apic_34 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[63].src(0.70576805)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[63].vgap, a_CellGroup_4[0].apic_2.v(0.63854164)
a_CellGroup_4[0].apic_2 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[63].target(0.63854164)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[63].vgap, a_CellGroup_1[0].apic_34.v(0.70576805)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_32 on tgt cell 0
// Fraction along src section: 0.6517905, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[64] = new Gap()
a_CellGroup_1[0].apic_32 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[64].src(0.7736364)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[64].vgap, a_CellGroup_4[0].apic_20.v(0.6517905)
a_CellGroup_4[0].apic_20 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[64].target(0.6517905)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[64].vgap, a_CellGroup_1[0].apic_32.v(0.7736364)
// Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_76 on tgt cell 0
// Fraction along src section: 0.9479993, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[65] = new Gap()
a_CellGroup_1[0].apic_76 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[65].src(0.41671106)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[65].vgap, a_CellGroup_4[0].apic_16.v(0.9479993)
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[65].target(0.9479993)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[65].vgap, a_CellGroup_1[0].apic_76.v(0.41671106)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_96 on tgt cell 0
// Fraction along src section: 0.7251343, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[66] = new Gap()
a_CellGroup_1[0].apic_96 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[66].src(0.9826082)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[66].vgap, a_CellGroup_4[0].apic_9.v(0.7251343)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[66].target(0.7251343)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[66].vgap, a_CellGroup_1[0].apic_96.v(0.9826082)
// Syn conn (type: Gap_Junction_simple) from apic_21 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.25971878, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[67] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[67].src(0.13187158)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[67].vgap, a_CellGroup_4[0].apic_21.v(0.25971878)
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[67].target(0.25971878)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[67].vgap, a_CellGroup_1[0].apic_45.v(0.13187158)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_96 on tgt cell 0
// Fraction along src section: 0.8274926, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[68] = new Gap()
a_CellGroup_1[0].apic_96 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[68].src(0.98898494)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[68].vgap, a_CellGroup_4[0].apic_9.v(0.8274926)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[68].target(0.8274926)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[68].vgap, a_CellGroup_1[0].apic_96.v(0.98898494)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_96 on tgt cell 0
// Fraction along src section: 0.577379, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[69] = new Gap()
a_CellGroup_1[0].apic_96 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[69].src(0.9952165)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[69].vgap, a_CellGroup_4[0].apic_9.v(0.577379)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[69].target(0.577379)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[69].vgap, a_CellGroup_1[0].apic_96.v(0.9952165)
// Syn conn (type: Gap_Junction_simple) from apic_2 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.08257776, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[70] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[70].src(0.34055704)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[70].vgap, a_CellGroup_4[0].apic_2.v(0.08257776)
a_CellGroup_4[0].apic_2 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[70].target(0.08257776)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[70].vgap, a_CellGroup_1[0].apic_48.v(0.34055704)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.016449442, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[71] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[71].src(0.035974372)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[71].vgap, a_CellGroup_4[0].apic_20.v(0.016449442)
a_CellGroup_4[0].apic_20 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[71].target(0.016449442)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[71].vgap, a_CellGroup_1[0].apic_45.v(0.035974372)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_96 on tgt cell 0
// Fraction along src section: 0.6288501, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[72] = new Gap()
a_CellGroup_1[0].apic_96 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[72].src(0.99440074)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[72].vgap, a_CellGroup_4[0].apic_9.v(0.6288501)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[72].target(0.6288501)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[72].vgap, a_CellGroup_1[0].apic_96.v(0.99440074)
// Syn conn (type: Gap_Junction_simple) from apic_4 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.8999733, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[73] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[73].src(0.9186467)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[73].vgap, a_CellGroup_4[0].apic_4.v(0.8999733)
a_CellGroup_4[0].apic_4 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[73].target(0.8999733)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[73].vgap, a_CellGroup_1[0].apic_48.v(0.9186467)
// Syn conn (type: Gap_Junction_simple) from apic_25 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.62100583, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[74] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[74].src(0.7020916)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[74].vgap, a_CellGroup_4[0].apic_25.v(0.62100583)
a_CellGroup_4[0].apic_25 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[74].target(0.62100583)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[74].vgap, a_CellGroup_1[0].apic_45.v(0.7020916)
// Syn conn (type: Gap_Junction_simple) from apic_2 on src cell 0 to apic_34 on tgt cell 0
// Fraction along src section: 0.5782925, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[75] = new Gap()
a_CellGroup_1[0].apic_34 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[75].src(0.7100971)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[75].vgap, a_CellGroup_4[0].apic_2.v(0.5782925)
a_CellGroup_4[0].apic_2 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[75].target(0.5782925)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[75].vgap, a_CellGroup_1[0].apic_34.v(0.7100971)
// Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_34 on tgt cell 0
// Fraction along src section: 0.20080258, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[76] = new Gap()
a_CellGroup_1[0].apic_34 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[76].src(0.6667733)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[76].vgap, a_CellGroup_4[0].apic_10.v(0.20080258)
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[76].target(0.20080258)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[76].vgap, a_CellGroup_1[0].apic_34.v(0.6667733)
// Syn conn (type: Gap_Junction_simple) from apic_8 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.14375415, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[77] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[77].src(0.9177558)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[77].vgap, a_CellGroup_4[0].apic_8.v(0.14375415)
a_CellGroup_4[0].apic_8 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[77].target(0.14375415)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[77].vgap, a_CellGroup_1[0].apic_48.v(0.9177558)
// Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.607729, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[78] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[78].src(0.49135056)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[78].vgap, a_CellGroup_4[0].apic_11.v(0.607729)
a_CellGroup_4[0].apic_11 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[78].target(0.607729)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[78].vgap, a_CellGroup_1[0].apic_45.v(0.49135056)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_43 on tgt cell 0
// Fraction along src section: 0.28746954, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[79] = new Gap()
a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[79].src(0.3986925)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[79].vgap, a_CellGroup_4[0].apic_9.v(0.28746954)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[79].target(0.28746954)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[79].vgap, a_CellGroup_1[0].apic_43.v(0.3986925)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_43 on tgt cell 0
// Fraction along src section: 0.42952272, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[80] = new Gap()
a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[80].src(0.36773333)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[80].vgap, a_CellGroup_4[0].apic_27.v(0.42952272)
a_CellGroup_4[0].apic_27 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[80].target(0.42952272)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[80].vgap, a_CellGroup_1[0].apic_43.v(0.36773333)
// Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.69316554, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[81] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[81].src(0.6763155)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[81].vgap, a_CellGroup_4[0].apic_3.v(0.69316554)
a_CellGroup_4[0].apic_3 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[81].target(0.69316554)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[81].vgap, a_CellGroup_1[0].apic_48.v(0.6763155)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_32 on tgt cell 0
// Fraction along src section: 0.77859384, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[82] = new Gap()
a_CellGroup_1[0].apic_32 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[82].src(0.76156116)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[82].vgap, a_CellGroup_4[0].apic_20.v(0.77859384)
a_CellGroup_4[0].apic_20 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[82].target(0.77859384)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[82].vgap, a_CellGroup_1[0].apic_32.v(0.76156116)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_96 on tgt cell 0
// Fraction along src section: 0.7782862, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[83] = new Gap()
a_CellGroup_1[0].apic_96 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[83].src(0.99758554)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[83].vgap, a_CellGroup_4[0].apic_27.v(0.7782862)
a_CellGroup_4[0].apic_27 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[83].target(0.7782862)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[83].vgap, a_CellGroup_1[0].apic_96.v(0.99758554)
// Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_76 on tgt cell 0
// Fraction along src section: 0.9762262, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[84] = new Gap()
a_CellGroup_1[0].apic_76 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[84].src(0.43836576)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[84].vgap, a_CellGroup_4[0].apic_16.v(0.9762262)
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[84].target(0.9762262)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[84].vgap, a_CellGroup_1[0].apic_76.v(0.43836576)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.03396126, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[85] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[85].src(0.8229381)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[85].vgap, a_CellGroup_4[0].apic_9.v(0.03396126)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[85].target(0.03396126)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[85].vgap, a_CellGroup_1[0].apic_48.v(0.8229381)
// Syn conn (type: Gap_Junction_simple) from apic_6 on src cell 0 to apic_59 on tgt cell 0
// Fraction along src section: 0.14912726, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[86] = new Gap()
a_CellGroup_1[0].apic_59 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[86].src(0.91223073)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[86].vgap, a_CellGroup_4[0].apic_6.v(0.14912726)
a_CellGroup_4[0].apic_6 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[86].target(0.14912726)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[86].vgap, a_CellGroup_1[0].apic_59.v(0.91223073)
// Syn conn (type: Gap_Junction_simple) from apic_26 on src cell 0 to apic_5 on tgt cell 0
// Fraction along src section: 0.17776848, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[87] = new Gap()
a_CellGroup_1[0].apic_5 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[87].src(0.8125829)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[87].vgap, a_CellGroup_4[0].apic_26.v(0.17776848)
a_CellGroup_4[0].apic_26 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[87].target(0.17776848)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[87].vgap, a_CellGroup_1[0].apic_5.v(0.8125829)
// Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.54333043, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[88] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[88].src(0.40538242)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[88].vgap, a_CellGroup_4[0].apic_11.v(0.54333043)
a_CellGroup_4[0].apic_11 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[88].target(0.54333043)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[88].vgap, a_CellGroup_1[0].apic_45.v(0.40538242)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_47 on tgt cell 0
// Fraction along src section: 0.05591453, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[89] = new Gap()
a_CellGroup_1[0].apic_47 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[89].src(0.97709286)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[89].vgap, a_CellGroup_4[0].apic_9.v(0.05591453)
a_CellGroup_4[0].apic_9 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[89].target(0.05591453)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[89].vgap, a_CellGroup_1[0].apic_47.v(0.97709286)
// Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.58678055, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[90] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[90].src(0.22541247)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[90].vgap, a_CellGroup_4[0].apic_16.v(0.58678055)
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[90].target(0.58678055)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[90].vgap, a_CellGroup_1[0].apic_48.v(0.22541247)
// Syn conn (type: Gap_Junction_simple) from apic_6 on src cell 0 to apic_59 on tgt cell 0
// Fraction along src section: 0.18715571, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[91] = new Gap()
a_CellGroup_1[0].apic_59 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[91].src(0.91064525)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[91].vgap, a_CellGroup_4[0].apic_6.v(0.18715571)
a_CellGroup_4[0].apic_6 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[91].target(0.18715571)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[91].vgap, a_CellGroup_1[0].apic_59.v(0.91064525)
// Syn conn (type: Gap_Junction_simple) from apic_8 on src cell 0 to apic_48 on tgt cell 0
// Fraction along src section: 0.14917718, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[92] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[92].src(0.92480344)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[92].vgap, a_CellGroup_4[0].apic_8.v(0.14917718)
a_CellGroup_4[0].apic_8 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[92].target(0.14917718)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[92].vgap, a_CellGroup_1[0].apic_48.v(0.92480344)
// Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_28 on tgt cell 0
// Fraction along src section: 0.0041004512, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[93] = new Gap()
a_CellGroup_1[0].apic_28 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[93].src(0.6398504)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[93].vgap, a_CellGroup_4[0].apic_15.v(0.0041004512)
a_CellGroup_4[0].apic_15 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[93].target(0.0041004512)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[93].vgap, a_CellGroup_1[0].apic_28.v(0.6398504)
// Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_43 on tgt cell 0
// Fraction along src section: 0.8115418, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[94] = new Gap()
a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[94].src(0.20035802)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[94].vgap, a_CellGroup_4[0].apic_10.v(0.8115418)
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[94].target(0.8115418)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[94].vgap, a_CellGroup_1[0].apic_43.v(0.20035802)
// Syn conn (type: Gap_Junction_simple) from apic_14 on src cell 0 to apic_28 on tgt cell 0
// Fraction along src section: 0.64895976, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[95] = new Gap()
a_CellGroup_1[0].apic_28 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[95].src(0.62259036)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[95].vgap, a_CellGroup_4[0].apic_14.v(0.64895976)
a_CellGroup_4[0].apic_14 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[95].target(0.64895976)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[95].vgap, a_CellGroup_1[0].apic_28.v(0.62259036)
// Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_45 on tgt cell 0
// Fraction along src section: 0.5336092, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[96] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[96].src(0.40323064)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[96].vgap, a_CellGroup_4[0].apic_11.v(0.5336092)
a_CellGroup_4[0].apic_11 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[96].target(0.5336092)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[96].vgap, a_CellGroup_1[0].apic_45.v(0.40323064)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_76 on tgt cell 0
// Fraction along src section: 0.89011633, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[97] = new Gap()
a_CellGroup_1[0].apic_76 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[97].src(0.5165094)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[97].vgap, a_CellGroup_4[0].apic_28.v(0.89011633)
a_CellGroup_4[0].apic_28 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[97].target(0.89011633)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[97].vgap, a_CellGroup_1[0].apic_76.v(0.5165094)
// Syn conn (type: Gap_Junction_simple) from apic_22 on src cell 0 to apic_30 on tgt cell 0
// Fraction along src section: 0.4701624, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[98] = new Gap()
a_CellGroup_1[0].apic_30 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[98].src(0.0027438395)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[98].vgap, a_CellGroup_4[0].apic_22.v(0.4701624)
a_CellGroup_4[0].apic_22 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[98].target(0.4701624)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[98].vgap, a_CellGroup_1[0].apic_30.v(0.0027438395)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_76 on tgt cell 0
// Fraction along src section: 0.9558477, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[99] = new Gap()
a_CellGroup_1[0].apic_76 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[99].src(0.5096862)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[99].vgap, a_CellGroup_4[0].apic_28.v(0.9558477)
a_CellGroup_4[0].apic_28 elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[99].target(0.9558477)
// elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_4_CellGroup_1_Gap_Junction_simple_A[99].vgap, a_CellGroup_1[0].apic_76.v(0.5096862)
// Adding NetConn: NetConn_CellGroup_3_CellGroup_6 from: CellGroup_3 to: CellGroup_6 with 100 connections
// each with syn(s): [Gap_Junction_simple [thresh: -20.0, delay: 5.0, weight: 1.0]]
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.7756035, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
objectvar elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[100]
// objectvar elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[100]
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[0] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[0].src(0.667428)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[0].vgap, a_CellGroup_3[0].apic_34.v(0.7756035)
a_CellGroup_3[0].apic_34 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[0].target(0.7756035)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[0].vgap, a_CellGroup_6[0].apic_9.v(0.667428)
// Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.77613246, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[1] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[1].src(0.8366686)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[1].vgap, a_CellGroup_3[0].apic_17.v(0.77613246)
a_CellGroup_3[0].apic_17 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[1].target(0.77613246)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[1].vgap, a_CellGroup_6[0].apic_19.v(0.8366686)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.94216996, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[2] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[2].src(0.292009)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[2].vgap, a_CellGroup_3[0].apic_28.v(0.94216996)
a_CellGroup_3[0].apic_28 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[2].target(0.94216996)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[2].vgap, a_CellGroup_6[0].apic_19.v(0.292009)
// Syn conn (type: Gap_Junction_simple) from apic_22 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.23850583, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[3] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[3].src(0.26393762)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[3].vgap, a_CellGroup_3[0].apic_22.v(0.23850583)
a_CellGroup_3[0].apic_22 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[3].target(0.23850583)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[3].vgap, a_CellGroup_6[0].apic_20.v(0.26393762)
// Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.09273438, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[4] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[4].src(0.60702014)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[4].vgap, a_CellGroup_3[0].apic_36.v(0.09273438)
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[4].target(0.09273438)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[4].vgap, a_CellGroup_6[0].apic_17.v(0.60702014)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.16776538, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[5] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[5].src(0.9937748)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[5].vgap, a_CellGroup_3[0].apic_35.v(0.16776538)
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[5].target(0.16776538)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[5].vgap, a_CellGroup_6[0].apic_9.v(0.9937748)
// Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.40284038, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[6] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[6].src(0.87460834)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[6].vgap, a_CellGroup_3[0].apic_36.v(0.40284038)
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[6].target(0.40284038)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[6].vgap, a_CellGroup_6[0].apic_17.v(0.87460834)
// Syn conn (type: Gap_Junction_simple) from apic_29 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.21615906, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[7] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[7].src(0.8094015)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[7].vgap, a_CellGroup_3[0].apic_29.v(0.21615906)
a_CellGroup_3[0].apic_29 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[7].target(0.21615906)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[7].vgap, a_CellGroup_6[0].apic_17.v(0.8094015)
// Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.552803, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[8] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[8].src(0.81528145)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[8].vgap, a_CellGroup_3[0].apic_15.v(0.552803)
a_CellGroup_3[0].apic_15 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[8].target(0.552803)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[8].vgap, a_CellGroup_6[0].apic_19.v(0.81528145)
// Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.7840952, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[9] = new Gap()
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[9].src(0.999463)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[9].vgap, a_CellGroup_3[0].apic_13.v(0.7840952)
a_CellGroup_3[0].apic_13 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[9].target(0.7840952)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[9].vgap, a_CellGroup_6[0].apic_18.v(0.999463)
// Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.006125707, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[10] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[10].src(0.8187472)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[10].vgap, a_CellGroup_3[0].apic_16.v(0.006125707)
a_CellGroup_3[0].apic_16 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[10].target(0.006125707)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[10].vgap, a_CellGroup_6[0].apic_19.v(0.8187472)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.12897524, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[11] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[11].src(0.91185415)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[11].vgap, a_CellGroup_3[0].apic_27.v(0.12897524)
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[11].target(0.12897524)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[11].vgap, a_CellGroup_6[0].apic_17.v(0.91185415)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.22995363, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[12] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[12].src(0.6616508)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[12].vgap, a_CellGroup_3[0].apic_18.v(0.22995363)
a_CellGroup_3[0].apic_18 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[12].target(0.22995363)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[12].vgap, a_CellGroup_6[0].apic_19.v(0.6616508)
// Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.56798935, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[13] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[13].src(0.8386043)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[13].vgap, a_CellGroup_3[0].apic_16.v(0.56798935)
a_CellGroup_3[0].apic_16 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[13].target(0.56798935)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[13].vgap, a_CellGroup_6[0].apic_19.v(0.8386043)
// Syn conn (type: Gap_Junction_simple) from apic_24 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.76386696, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[14] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[14].src(0.33495942)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[14].vgap, a_CellGroup_3[0].apic_24.v(0.76386696)
a_CellGroup_3[0].apic_24 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[14].target(0.76386696)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[14].vgap, a_CellGroup_6[0].apic_20.v(0.33495942)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.5987873, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[15] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[15].src(0.290484)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[15].vgap, a_CellGroup_3[0].apic_9.v(0.5987873)
a_CellGroup_3[0].apic_9 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[15].target(0.5987873)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[15].vgap, a_CellGroup_6[0].apic_20.v(0.290484)
// Syn conn (type: Gap_Junction_simple) from apic_31 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.04489912, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[16] = new Gap()
a_CellGroup_6[0].apic_10 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[16].src(0.9979517)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[16].vgap, a_CellGroup_3[0].apic_31.v(0.04489912)
a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[16].target(0.04489912)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[16].vgap, a_CellGroup_6[0].apic_10.v(0.9979517)
// Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.2807851, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[17] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[17].src(0.17216477)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[17].vgap, a_CellGroup_3[0].apic_7.v(0.2807851)
a_CellGroup_3[0].apic_7 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[17].target(0.2807851)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[17].vgap, a_CellGroup_6[0].apic_20.v(0.17216477)
// Syn conn (type: Gap_Junction_simple) from apic_25 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.5035449, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[18] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[18].src(0.53063786)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[18].vgap, a_CellGroup_3[0].apic_25.v(0.5035449)
a_CellGroup_3[0].apic_25 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[18].target(0.5035449)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[18].vgap, a_CellGroup_6[0].apic_17.v(0.53063786)
// Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.5961417, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[19] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[19].src(0.3812488)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[19].vgap, a_CellGroup_3[0].apic_3.v(0.5961417)
a_CellGroup_3[0].apic_3 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[19].target(0.5961417)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[19].vgap, a_CellGroup_6[0].apic_17.v(0.3812488)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.07811928, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[20] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[20].src(0.22432588)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[20].vgap, a_CellGroup_3[0].apic_23.v(0.07811928)
a_CellGroup_3[0].apic_23 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[20].target(0.07811928)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[20].vgap, a_CellGroup_6[0].apic_20.v(0.22432588)
// Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.65597963, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[21] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[21].src(0.43241563)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[21].vgap, a_CellGroup_3[0].apic_36.v(0.65597963)
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[21].target(0.65597963)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[21].vgap, a_CellGroup_6[0].apic_20.v(0.43241563)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.8308284, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[22] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[22].src(0.99460065)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[22].vgap, a_CellGroup_3[0].apic_35.v(0.8308284)
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[22].target(0.8308284)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[22].vgap, a_CellGroup_6[0].apic_9.v(0.99460065)
// Syn conn (type: Gap_Junction_simple) from apic_37 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.40674424, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[23] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[23].src(0.32125178)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[23].vgap, a_CellGroup_3[0].apic_37.v(0.40674424)
a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[23].target(0.40674424)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[23].vgap, a_CellGroup_6[0].apic_17.v(0.32125178)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.22783579, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[24] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[24].src(0.9805977)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[24].vgap, a_CellGroup_3[0].apic_35.v(0.22783579)
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[24].target(0.22783579)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[24].vgap, a_CellGroup_6[0].apic_9.v(0.9805977)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.88190144, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[25] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[25].src(0.9730432)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[25].vgap, a_CellGroup_3[0].apic_35.v(0.88190144)
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[25].target(0.88190144)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[25].vgap, a_CellGroup_6[0].apic_9.v(0.9730432)
// Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.7375428, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[26] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[26].src(0.414206)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[26].vgap, a_CellGroup_3[0].apic_10.v(0.7375428)
a_CellGroup_3[0].apic_10 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[26].target(0.7375428)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[26].vgap, a_CellGroup_6[0].apic_19.v(0.414206)
// Syn conn (type: Gap_Junction_simple) from apic_37 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.60240173, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[27] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[27].src(0.36928195)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[27].vgap, a_CellGroup_3[0].apic_37.v(0.60240173)
a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[27].target(0.60240173)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[27].vgap, a_CellGroup_6[0].apic_17.v(0.36928195)
// Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.7322163, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[28] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[28].src(0.7589836)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[28].vgap, a_CellGroup_3[0].apic_11.v(0.7322163)
a_CellGroup_3[0].apic_11 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[28].target(0.7322163)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[28].vgap, a_CellGroup_6[0].apic_19.v(0.7589836)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.96047634, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[29] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[29].src(0.67121255)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[29].vgap, a_CellGroup_3[0].apic_27.v(0.96047634)
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[29].target(0.96047634)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[29].vgap, a_CellGroup_6[0].apic_20.v(0.67121255)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.2316063, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[30] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[30].src(0.18040927)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[30].vgap, a_CellGroup_3[0].apic_20.v(0.2316063)
a_CellGroup_3[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[30].target(0.2316063)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[30].vgap, a_CellGroup_6[0].apic_19.v(0.18040927)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.5603476, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[31] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[31].src(0.51859295)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[31].vgap, a_CellGroup_3[0].apic_27.v(0.5603476)
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[31].target(0.5603476)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[31].vgap, a_CellGroup_6[0].apic_20.v(0.51859295)
// Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.9607146, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[32] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[32].src(0.509528)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[32].vgap, a_CellGroup_3[0].apic_10.v(0.9607146)
a_CellGroup_3[0].apic_10 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[32].target(0.9607146)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[32].vgap, a_CellGroup_6[0].apic_19.v(0.509528)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.59507614, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[33] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[33].src(0.53164613)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[33].vgap, a_CellGroup_3[0].apic_27.v(0.59507614)
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[33].target(0.59507614)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[33].vgap, a_CellGroup_6[0].apic_20.v(0.53164613)
// Syn conn (type: Gap_Junction_simple) from apic_29 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.49294418, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[34] = new Gap()
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[34].src(0.17231417)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[34].vgap, a_CellGroup_3[0].apic_29.v(0.49294418)
a_CellGroup_3[0].apic_29 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[34].target(0.49294418)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[34].vgap, a_CellGroup_6[0].apic_18.v(0.17231417)
// Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.33286554, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[35] = new Gap()
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[35].src(0.99133813)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[35].vgap, a_CellGroup_3[0].apic_13.v(0.33286554)
a_CellGroup_3[0].apic_13 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[35].target(0.33286554)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[35].vgap, a_CellGroup_6[0].apic_18.v(0.99133813)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.60716575, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[36] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[36].src(0.98491)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[36].vgap, a_CellGroup_3[0].apic_35.v(0.60716575)
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[36].target(0.60716575)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[36].vgap, a_CellGroup_6[0].apic_9.v(0.98491)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.89892066, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[37] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[37].src(0.99714833)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[37].vgap, a_CellGroup_3[0].apic_35.v(0.89892066)
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[37].target(0.89892066)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[37].vgap, a_CellGroup_6[0].apic_9.v(0.99714833)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.12845646, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[38] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[38].src(0.11623794)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[38].vgap, a_CellGroup_3[0].apic_20.v(0.12845646)
a_CellGroup_3[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[38].target(0.12845646)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[38].vgap, a_CellGroup_6[0].apic_19.v(0.11623794)
// Syn conn (type: Gap_Junction_simple) from apic_24 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.9752777, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[39] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[39].src(0.38185185)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[39].vgap, a_CellGroup_3[0].apic_24.v(0.9752777)
a_CellGroup_3[0].apic_24 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[39].target(0.9752777)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[39].vgap, a_CellGroup_6[0].apic_20.v(0.38185185)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.5329278, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[40] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[40].src(0.5055355)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[40].vgap, a_CellGroup_3[0].apic_27.v(0.5329278)
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[40].target(0.5329278)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[40].vgap, a_CellGroup_6[0].apic_20.v(0.5055355)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.9569438, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[41] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[41].src(0.29882035)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[41].vgap, a_CellGroup_3[0].apic_28.v(0.9569438)
a_CellGroup_3[0].apic_28 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[41].target(0.9569438)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[41].vgap, a_CellGroup_6[0].apic_19.v(0.29882035)
// Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.6292392, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[42] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[42].src(0.83583987)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[42].vgap, a_CellGroup_3[0].apic_12.v(0.6292392)
a_CellGroup_3[0].apic_12 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[42].target(0.6292392)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[42].vgap, a_CellGroup_6[0].apic_19.v(0.83583987)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.9058842, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[43] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[43].src(0.2979774)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[43].vgap, a_CellGroup_3[0].apic_9.v(0.9058842)
a_CellGroup_3[0].apic_9 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[43].target(0.9058842)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[43].vgap, a_CellGroup_6[0].apic_20.v(0.2979774)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.2920696, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[44] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[44].src(0.22836463)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[44].vgap, a_CellGroup_3[0].apic_23.v(0.2920696)
a_CellGroup_3[0].apic_23 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[44].target(0.2920696)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[44].vgap, a_CellGroup_6[0].apic_20.v(0.22836463)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.24923693, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[45] = new Gap()
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[45].src(0.14748782)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[45].vgap, a_CellGroup_3[0].apic_27.v(0.24923693)
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[45].target(0.24923693)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[45].vgap, a_CellGroup_6[0].apic_18.v(0.14748782)
// Syn conn (type: Gap_Junction_simple) from apic_24 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.8174616, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[46] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[46].src(0.3488229)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[46].vgap, a_CellGroup_3[0].apic_24.v(0.8174616)
a_CellGroup_3[0].apic_24 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[46].target(0.8174616)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[46].vgap, a_CellGroup_6[0].apic_20.v(0.3488229)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.09588617, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[47] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[47].src(0.66651064)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[47].vgap, a_CellGroup_3[0].apic_34.v(0.09588617)
a_CellGroup_3[0].apic_34 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[47].target(0.09588617)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[47].vgap, a_CellGroup_6[0].apic_9.v(0.66651064)
// Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.28761688, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[48] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[48].src(0.7954834)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[48].vgap, a_CellGroup_3[0].apic_15.v(0.28761688)
a_CellGroup_3[0].apic_15 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[48].target(0.28761688)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[48].vgap, a_CellGroup_6[0].apic_19.v(0.7954834)
// Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.98940384, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[49] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[49].src(0.8184891)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[49].vgap, a_CellGroup_3[0].apic_17.v(0.98940384)
a_CellGroup_3[0].apic_17 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[49].target(0.98940384)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[49].vgap, a_CellGroup_6[0].apic_19.v(0.8184891)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.3101365, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[50] = new Gap()
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[50].src(0.24072517)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[50].vgap, a_CellGroup_3[0].apic_27.v(0.3101365)
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[50].target(0.3101365)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[50].vgap, a_CellGroup_6[0].apic_18.v(0.24072517)
// Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.23155072, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[51] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[51].src(0.9871055)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[51].vgap, a_CellGroup_3[0].apic_13.v(0.23155072)
a_CellGroup_3[0].apic_13 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[51].target(0.23155072)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[51].vgap, a_CellGroup_6[0].apic_19.v(0.9871055)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.657972, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[52] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[52].src(0.55052114)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[52].vgap, a_CellGroup_3[0].apic_27.v(0.657972)
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[52].target(0.657972)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[52].vgap, a_CellGroup_6[0].apic_20.v(0.55052114)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.8546553, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[53] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[53].src(0.22626267)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[53].vgap, a_CellGroup_3[0].apic_28.v(0.8546553)
a_CellGroup_3[0].apic_28 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[53].target(0.8546553)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[53].vgap, a_CellGroup_6[0].apic_19.v(0.22626267)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.64603233, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[54] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[54].src(0.54826534)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[54].vgap, a_CellGroup_3[0].apic_27.v(0.64603233)
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[54].target(0.64603233)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[54].vgap, a_CellGroup_6[0].apic_20.v(0.54826534)
// Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.8084104, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[55] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[55].src(0.85237414)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[55].vgap, a_CellGroup_3[0].apic_12.v(0.8084104)
a_CellGroup_3[0].apic_12 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[55].target(0.8084104)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[55].vgap, a_CellGroup_6[0].apic_19.v(0.85237414)
// Syn conn (type: Gap_Junction_simple) from apic_5 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.39992377, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[56] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[56].src(0.41442296)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[56].vgap, a_CellGroup_3[0].apic_5.v(0.39992377)
a_CellGroup_3[0].apic_5 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[56].target(0.39992377)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[56].vgap, a_CellGroup_6[0].apic_17.v(0.41442296)
// Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.1865954, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[57] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[57].src(0.80472434)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[57].vgap, a_CellGroup_3[0].apic_12.v(0.1865954)
a_CellGroup_3[0].apic_12 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[57].target(0.1865954)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[57].vgap, a_CellGroup_6[0].apic_19.v(0.80472434)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.6520187, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[58] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[58].src(0.34297976)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[58].vgap, a_CellGroup_3[0].apic_20.v(0.6520187)
a_CellGroup_3[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[58].target(0.6520187)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[58].vgap, a_CellGroup_6[0].apic_19.v(0.34297976)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.6925278, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[59] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[59].src(0.9978056)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[59].vgap, a_CellGroup_3[0].apic_35.v(0.6925278)
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[59].target(0.6925278)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[59].vgap, a_CellGroup_6[0].apic_9.v(0.9978056)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.17612666, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[60] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[60].src(0.9663075)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[60].vgap, a_CellGroup_3[0].apic_27.v(0.17612666)
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[60].target(0.17612666)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[60].vgap, a_CellGroup_6[0].apic_17.v(0.9663075)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.27448413, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[61] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[61].src(0.6838779)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[61].vgap, a_CellGroup_3[0].apic_18.v(0.27448413)
a_CellGroup_3[0].apic_18 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[61].target(0.27448413)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[61].vgap, a_CellGroup_6[0].apic_19.v(0.6838779)
// Syn conn (type: Gap_Junction_simple) from apic_33 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.74370664, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[62] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[62].src(0.53148735)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[62].vgap, a_CellGroup_3[0].apic_33.v(0.74370664)
a_CellGroup_3[0].apic_33 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[62].target(0.74370664)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[62].vgap, a_CellGroup_6[0].apic_9.v(0.53148735)
// Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.5066793, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[63] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[63].src(0.9237542)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[63].vgap, a_CellGroup_3[0].apic_36.v(0.5066793)
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[63].target(0.5066793)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[63].vgap, a_CellGroup_6[0].apic_17.v(0.9237542)
// Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.5597642, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[64] = new Gap()
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[64].src(0.999557)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[64].vgap, a_CellGroup_3[0].apic_13.v(0.5597642)
a_CellGroup_3[0].apic_13 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[64].target(0.5597642)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[64].vgap, a_CellGroup_6[0].apic_18.v(0.999557)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.50802875, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[65] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[65].src(0.285088)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[65].vgap, a_CellGroup_3[0].apic_20.v(0.50802875)
a_CellGroup_3[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[65].target(0.50802875)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[65].vgap, a_CellGroup_6[0].apic_19.v(0.285088)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.0016093994, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[66] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[66].src(0.22091307)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[66].vgap, a_CellGroup_3[0].apic_23.v(0.0016093994)
a_CellGroup_3[0].apic_23 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[66].target(0.0016093994)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[66].vgap, a_CellGroup_6[0].apic_20.v(0.22091307)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.59766597, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[67] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[67].src(0.3177767)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[67].vgap, a_CellGroup_3[0].apic_20.v(0.59766597)
a_CellGroup_3[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[67].target(0.59766597)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[67].vgap, a_CellGroup_6[0].apic_19.v(0.3177767)
// Syn conn (type: Gap_Junction_simple) from apic_33 on src cell 0 to apic_8 on tgt cell 0
// Fraction along src section: 0.9932905, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[68] = new Gap()
a_CellGroup_6[0].apic_8 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[68].src(0.9538831)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[68].vgap, a_CellGroup_3[0].apic_33.v(0.9932905)
a_CellGroup_3[0].apic_33 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[68].target(0.9932905)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[68].vgap, a_CellGroup_6[0].apic_8.v(0.9538831)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.8936473, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[69] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[69].src(0.6423801)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[69].vgap, a_CellGroup_3[0].apic_27.v(0.8936473)
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[69].target(0.8936473)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[69].vgap, a_CellGroup_6[0].apic_20.v(0.6423801)
// Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.57080996, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[70] = new Gap()
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[70].src(0.045260165)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[70].vgap, a_CellGroup_3[0].apic_36.v(0.57080996)
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[70].target(0.57080996)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[70].vgap, a_CellGroup_6[0].apic_18.v(0.045260165)
// Syn conn (type: Gap_Junction_simple) from apic_29 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.5217117, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[71] = new Gap()
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[71].src(0.20475033)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[71].vgap, a_CellGroup_3[0].apic_29.v(0.5217117)
a_CellGroup_3[0].apic_29 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[71].target(0.5217117)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[71].vgap, a_CellGroup_6[0].apic_18.v(0.20475033)
// Syn conn (type: Gap_Junction_simple) from apic_24 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.90983254, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[72] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[72].src(0.37292966)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[72].vgap, a_CellGroup_3[0].apic_24.v(0.90983254)
a_CellGroup_3[0].apic_24 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[72].target(0.90983254)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[72].vgap, a_CellGroup_6[0].apic_20.v(0.37292966)
// Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.007717381, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[73] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[73].src(0.8981863)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[73].vgap, a_CellGroup_3[0].apic_13.v(0.007717381)
a_CellGroup_3[0].apic_13 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[73].target(0.007717381)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[73].vgap, a_CellGroup_6[0].apic_19.v(0.8981863)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.7580702, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[74] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[74].src(0.23217072)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[74].vgap, a_CellGroup_3[0].apic_23.v(0.7580702)
a_CellGroup_3[0].apic_23 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[74].target(0.7580702)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[74].vgap, a_CellGroup_6[0].apic_20.v(0.23217072)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.95978665, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[75] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[75].src(0.9797947)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[75].vgap, a_CellGroup_3[0].apic_35.v(0.95978665)
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[75].target(0.95978665)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[75].vgap, a_CellGroup_6[0].apic_9.v(0.9797947)
// Syn conn (type: Gap_Junction_simple) from apic_21 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.24328648, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[76] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[76].src(0.025049211)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[76].vgap, a_CellGroup_3[0].apic_21.v(0.24328648)
a_CellGroup_3[0].apic_21 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[76].target(0.24328648)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[76].vgap, a_CellGroup_6[0].apic_19.v(0.025049211)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.1989617, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[77] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[77].src(0.99481356)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[77].vgap, a_CellGroup_3[0].apic_35.v(0.1989617)
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[77].target(0.1989617)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[77].vgap, a_CellGroup_6[0].apic_9.v(0.99481356)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.01173106, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[78] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[78].src(0.7853451)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[78].vgap, a_CellGroup_3[0].apic_27.v(0.01173106)
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[78].target(0.01173106)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[78].vgap, a_CellGroup_6[0].apic_17.v(0.7853451)
// Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.08817552, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[79] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[79].src(0.6009224)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[79].vgap, a_CellGroup_3[0].apic_36.v(0.08817552)
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[79].target(0.08817552)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[79].vgap, a_CellGroup_6[0].apic_17.v(0.6009224)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.57615864, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[80] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[80].src(0.65522826)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[80].vgap, a_CellGroup_3[0].apic_34.v(0.57615864)
a_CellGroup_3[0].apic_34 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[80].target(0.57615864)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[80].vgap, a_CellGroup_6[0].apic_9.v(0.65522826)
// Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.97466767, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[81] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[81].src(0.5032966)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[81].vgap, a_CellGroup_3[0].apic_10.v(0.97466767)
a_CellGroup_3[0].apic_10 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[81].target(0.97466767)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[81].vgap, a_CellGroup_6[0].apic_19.v(0.5032966)
// Syn conn (type: Gap_Junction_simple) from apic_25 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.8327703, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[82] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[82].src(0.6098483)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[82].vgap, a_CellGroup_3[0].apic_25.v(0.8327703)
a_CellGroup_3[0].apic_25 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[82].target(0.8327703)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[82].vgap, a_CellGroup_6[0].apic_17.v(0.6098483)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.46143454, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[83] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[83].src(0.23002201)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[83].vgap, a_CellGroup_3[0].apic_23.v(0.46143454)
a_CellGroup_3[0].apic_23 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[83].target(0.46143454)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[83].vgap, a_CellGroup_6[0].apic_20.v(0.23002201)
// Syn conn (type: Gap_Junction_simple) from apic_31 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.42917827, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[84] = new Gap()
a_CellGroup_6[0].apic_10 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[84].src(0.96261597)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[84].vgap, a_CellGroup_3[0].apic_31.v(0.42917827)
a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[84].target(0.42917827)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[84].vgap, a_CellGroup_6[0].apic_10.v(0.96261597)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.17074417, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[85] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[85].src(0.9605971)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[85].vgap, a_CellGroup_3[0].apic_27.v(0.17074417)
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[85].target(0.17074417)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[85].vgap, a_CellGroup_6[0].apic_17.v(0.9605971)
// Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.30008438, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[86] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[86].src(0.770062)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[86].vgap, a_CellGroup_3[0].apic_36.v(0.30008438)
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[86].target(0.30008438)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[86].vgap, a_CellGroup_6[0].apic_17.v(0.770062)
// Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.96589833, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[87] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[87].src(0.8542868)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[87].vgap, a_CellGroup_3[0].apic_16.v(0.96589833)
a_CellGroup_3[0].apic_16 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[87].target(0.96589833)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[87].vgap, a_CellGroup_6[0].apic_19.v(0.8542868)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.31294373, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[88] = new Gap()
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[88].src(0.24965881)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[88].vgap, a_CellGroup_3[0].apic_27.v(0.31294373)
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[88].target(0.31294373)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[88].vgap, a_CellGroup_6[0].apic_18.v(0.24965881)
// Syn conn (type: Gap_Junction_simple) from apic_33 on src cell 0 to apic_8 on tgt cell 0
// Fraction along src section: 0.89101124, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[89] = new Gap()
a_CellGroup_6[0].apic_8 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[89].src(0.9732589)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[89].vgap, a_CellGroup_3[0].apic_33.v(0.89101124)
a_CellGroup_3[0].apic_33 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[89].target(0.89101124)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[89].vgap, a_CellGroup_6[0].apic_8.v(0.9732589)
// Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.30370405, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[90] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[90].src(0.63844115)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[90].vgap, a_CellGroup_3[0].apic_11.v(0.30370405)
a_CellGroup_3[0].apic_11 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[90].target(0.30370405)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[90].vgap, a_CellGroup_6[0].apic_19.v(0.63844115)
// Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.68571615, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[91] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[91].src(0.43142912)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[91].vgap, a_CellGroup_3[0].apic_36.v(0.68571615)
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[91].target(0.68571615)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[91].vgap, a_CellGroup_6[0].apic_20.v(0.43142912)
// Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.54070234, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[92] = new Gap()
a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[92].src(0.99744153)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[92].vgap, a_CellGroup_3[0].apic_13.v(0.54070234)
a_CellGroup_3[0].apic_13 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[92].target(0.54070234)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[92].vgap, a_CellGroup_6[0].apic_18.v(0.99744153)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.30108422, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[93] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[93].src(0.95360637)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[93].vgap, a_CellGroup_3[0].apic_35.v(0.30108422)
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[93].target(0.30108422)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[93].vgap, a_CellGroup_6[0].apic_9.v(0.95360637)
// Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.4989467, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[94] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[94].src(0.8112687)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[94].vgap, a_CellGroup_3[0].apic_15.v(0.4989467)
a_CellGroup_3[0].apic_15 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[94].target(0.4989467)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[94].vgap, a_CellGroup_6[0].apic_19.v(0.8112687)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.57804906, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[95] = new Gap()
a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[95].src(0.5277244)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[95].vgap, a_CellGroup_3[0].apic_27.v(0.57804906)
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[95].target(0.57804906)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[95].vgap, a_CellGroup_6[0].apic_20.v(0.5277244)
// Syn conn (type: Gap_Junction_simple) from apic_24 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.47926027, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[96] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[96].src(0.7706176)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[96].vgap, a_CellGroup_3[0].apic_24.v(0.47926027)
a_CellGroup_3[0].apic_24 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[96].target(0.47926027)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[96].vgap, a_CellGroup_6[0].apic_17.v(0.7706176)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.14754394, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[97] = new Gap()
a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[97].src(0.8328669)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[97].vgap, a_CellGroup_3[0].apic_28.v(0.14754394)
a_CellGroup_3[0].apic_28 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[97].target(0.14754394)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[97].vgap, a_CellGroup_6[0].apic_17.v(0.8328669)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.9131517, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[98] = new Gap()
a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[98].src(0.26826835)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[98].vgap, a_CellGroup_3[0].apic_28.v(0.9131517)
a_CellGroup_3[0].apic_28 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[98].target(0.9131517)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[98].vgap, a_CellGroup_6[0].apic_19.v(0.26826835)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.60223436, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[99] = new Gap()
a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[99].src(0.98735195)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[99].vgap, a_CellGroup_3[0].apic_35.v(0.60223436)
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[99].target(0.60223436)
// elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_6_Gap_Junction_simple_A[99].vgap, a_CellGroup_6[0].apic_9.v(0.98735195)
// Adding NetConn: NetConn_CellGroup_3_CellGroup_5 from: CellGroup_3 to: CellGroup_5 with 100 connections
// each with syn(s): [Gap_Junction_simple [thresh: -20.0, delay: 5.0, weight: 1.0]]
// Syn conn (type: Gap_Junction_simple) from apic_29 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.45888507, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
objectvar elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[100]
// objectvar elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[100]
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[0] = new Gap()
a_CellGroup_5[0].apic_18 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[0].src(0.8110861)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[0].vgap, a_CellGroup_3[0].apic_29.v(0.45888507)
a_CellGroup_3[0].apic_29 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[0].target(0.45888507)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[0].vgap, a_CellGroup_5[0].apic_18.v(0.8110861)
// Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.91357255, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[1] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[1].src(0.9844459)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[1].vgap, a_CellGroup_3[0].apic_36.v(0.91357255)
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[1].target(0.91357255)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[1].vgap, a_CellGroup_5[0].apic_19.v(0.9844459)
// Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_8 on tgt cell 0
// Fraction along src section: 0.16305186, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[2] = new Gap()
a_CellGroup_5[0].apic_8 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[2].src(0.53537756)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[2].vgap, a_CellGroup_3[0].apic_36.v(0.16305186)
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[2].target(0.16305186)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[2].vgap, a_CellGroup_5[0].apic_8.v(0.53537756)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.6394288, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[3] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[3].src(0.9967521)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[3].vgap, a_CellGroup_3[0].apic_34.v(0.6394288)
a_CellGroup_3[0].apic_34 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[3].target(0.6394288)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[3].vgap, a_CellGroup_5[0].apic_23.v(0.9967521)
// Syn conn (type: Gap_Junction_simple) from apic_31 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.9943441, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[4] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[4].src(0.9899475)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[4].vgap, a_CellGroup_3[0].apic_31.v(0.9943441)
a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[4].target(0.9943441)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[4].vgap, a_CellGroup_5[0].apic_23.v(0.9899475)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.43592837, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[5] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[5].src(0.7099499)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[5].vgap, a_CellGroup_3[0].apic_9.v(0.43592837)
a_CellGroup_3[0].apic_9 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[5].target(0.43592837)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[5].vgap, a_CellGroup_5[0].apic_35.v(0.7099499)
// Syn conn (type: Gap_Junction_simple) from apic_4 on src cell 0 to apic_14 on tgt cell 0
// Fraction along src section: 0.19732869, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[6] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[6].src(0.35546988)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[6].vgap, a_CellGroup_3[0].apic_4.v(0.19732869)
a_CellGroup_3[0].apic_4 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[6].target(0.19732869)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[6].vgap, a_CellGroup_5[0].apic_14.v(0.35546988)
// Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.49243328, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[7] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[7].src(0.99465394)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[7].vgap, a_CellGroup_3[0].apic_13.v(0.49243328)
a_CellGroup_3[0].apic_13 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[7].target(0.49243328)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[7].vgap, a_CellGroup_5[0].apic_38.v(0.99465394)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_37 on tgt cell 0
// Fraction along src section: 0.22610536, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[8] = new Gap()
a_CellGroup_5[0].apic_37 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[8].src(0.8886501)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[8].vgap, a_CellGroup_3[0].apic_20.v(0.22610536)
a_CellGroup_3[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[8].target(0.22610536)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[8].vgap, a_CellGroup_5[0].apic_37.v(0.8886501)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.93672305, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[9] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[9].src(0.95561564)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[9].vgap, a_CellGroup_3[0].apic_34.v(0.93672305)
a_CellGroup_3[0].apic_34 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[9].target(0.93672305)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[9].vgap, a_CellGroup_5[0].apic_23.v(0.95561564)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.758546, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[10] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[10].src(0.96321976)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[10].vgap, a_CellGroup_3[0].apic_27.v(0.758546)
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[10].target(0.758546)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[10].vgap, a_CellGroup_5[0].apic_19.v(0.96321976)
// Syn conn (type: Gap_Junction_simple) from apic_22 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.4179818, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[11] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[11].src(0.77586323)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[11].vgap, a_CellGroup_3[0].apic_22.v(0.4179818)
a_CellGroup_3[0].apic_22 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[11].target(0.4179818)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[11].vgap, a_CellGroup_5[0].apic_35.v(0.77586323)
// Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_8 on tgt cell 0
// Fraction along src section: 0.28666538, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[12] = new Gap()
a_CellGroup_5[0].apic_8 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[12].src(0.42654324)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[12].vgap, a_CellGroup_3[0].apic_36.v(0.28666538)
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[12].target(0.28666538)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[12].vgap, a_CellGroup_5[0].apic_8.v(0.42654324)
// Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.44684058, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[13] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[13].src(0.998924)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[13].vgap, a_CellGroup_3[0].apic_11.v(0.44684058)
a_CellGroup_3[0].apic_11 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[13].target(0.44684058)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[13].vgap, a_CellGroup_5[0].apic_38.v(0.998924)
// Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.31103238, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[14] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[14].src(0.11433386)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[14].vgap, a_CellGroup_3[0].apic_10.v(0.31103238)
a_CellGroup_3[0].apic_10 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[14].target(0.31103238)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[14].vgap, a_CellGroup_5[0].apic_38.v(0.11433386)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.7431521, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[15] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[15].src(0.9996287)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[15].vgap, a_CellGroup_3[0].apic_34.v(0.7431521)
a_CellGroup_3[0].apic_34 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[15].target(0.7431521)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[15].vgap, a_CellGroup_5[0].apic_23.v(0.9996287)
// Syn conn (type: Gap_Junction_simple) from apic_31 on src cell 0 to apic_32 on tgt cell 0
// Fraction along src section: 0.06454467, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[16] = new Gap()
a_CellGroup_5[0].apic_32 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[16].src(0.80252016)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[16].vgap, a_CellGroup_3[0].apic_31.v(0.06454467)
a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[16].target(0.06454467)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[16].vgap, a_CellGroup_5[0].apic_32.v(0.80252016)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.2696213, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[17] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[17].src(0.81826335)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[17].vgap, a_CellGroup_3[0].apic_18.v(0.2696213)
a_CellGroup_3[0].apic_18 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[17].target(0.2696213)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[17].vgap, a_CellGroup_5[0].apic_38.v(0.81826335)
// Syn conn (type: Gap_Junction_simple) from apic_33 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.59946835, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[18] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[18].src(0.99711)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[18].vgap, a_CellGroup_3[0].apic_33.v(0.59946835)
a_CellGroup_3[0].apic_33 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[18].target(0.59946835)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[18].vgap, a_CellGroup_5[0].apic_23.v(0.99711)
// Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.6975594, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[19] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[19].src(0.9938133)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[19].vgap, a_CellGroup_3[0].apic_16.v(0.6975594)
a_CellGroup_3[0].apic_16 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[19].target(0.6975594)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[19].vgap, a_CellGroup_5[0].apic_38.v(0.9938133)
// Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.68542814, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[20] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[20].src(0.97107035)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[20].vgap, a_CellGroup_3[0].apic_15.v(0.68542814)
a_CellGroup_3[0].apic_15 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[20].target(0.68542814)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[20].vgap, a_CellGroup_5[0].apic_38.v(0.97107035)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_7 on tgt cell 0
// Fraction along src section: 0.020927977, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[21] = new Gap()
a_CellGroup_5[0].apic_7 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[21].src(0.7413123)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[21].vgap, a_CellGroup_3[0].apic_27.v(0.020927977)
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[21].target(0.020927977)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[21].vgap, a_CellGroup_5[0].apic_7.v(0.7413123)
// Syn conn (type: Gap_Junction_simple) from apic_5 on src cell 0 to apic_33 on tgt cell 0
// Fraction along src section: 0.012929768, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[22] = new Gap()
a_CellGroup_5[0].apic_33 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[22].src(0.0781516)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[22].vgap, a_CellGroup_3[0].apic_5.v(0.012929768)
a_CellGroup_3[0].apic_5 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[22].target(0.012929768)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[22].vgap, a_CellGroup_5[0].apic_33.v(0.0781516)
// Syn conn (type: Gap_Junction_simple) from apic_26 on src cell 0 to apic_7 on tgt cell 0
// Fraction along src section: 0.2266642, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[23] = new Gap()
a_CellGroup_5[0].apic_7 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[23].src(0.4889151)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[23].vgap, a_CellGroup_3[0].apic_26.v(0.2266642)
a_CellGroup_3[0].apic_26 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[23].target(0.2266642)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[23].vgap, a_CellGroup_5[0].apic_7.v(0.4889151)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_37 on tgt cell 0
// Fraction along src section: 0.23542506, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[24] = new Gap()
a_CellGroup_5[0].apic_37 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[24].src(0.85558134)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[24].vgap, a_CellGroup_3[0].apic_20.v(0.23542506)
a_CellGroup_3[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[24].target(0.23542506)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[24].vgap, a_CellGroup_5[0].apic_37.v(0.85558134)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.5109591, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[25] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[25].src(0.9917101)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[25].vgap, a_CellGroup_3[0].apic_34.v(0.5109591)
a_CellGroup_3[0].apic_34 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[25].target(0.5109591)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[25].vgap, a_CellGroup_5[0].apic_23.v(0.9917101)
// Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_14 on tgt cell 0
// Fraction along src section: 0.29946995, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[26] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[26].src(0.74908537)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[26].vgap, a_CellGroup_3[0].apic_30.v(0.29946995)
a_CellGroup_3[0].apic_30 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[26].target(0.29946995)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[26].vgap, a_CellGroup_5[0].apic_14.v(0.74908537)
// Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.8539968, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[27] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[27].src(0.8042592)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[27].vgap, a_CellGroup_3[0].apic_10.v(0.8539968)
a_CellGroup_3[0].apic_10 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[27].target(0.8539968)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[27].vgap, a_CellGroup_5[0].apic_38.v(0.8042592)
// Syn conn (type: Gap_Junction_simple) from apic_31 on src cell 0 to apic_31 on tgt cell 0
// Fraction along src section: 0.4786471, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[28] = new Gap()
a_CellGroup_5[0].apic_31 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[28].src(0.9758411)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[28].vgap, a_CellGroup_3[0].apic_31.v(0.4786471)
a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[28].target(0.4786471)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[28].vgap, a_CellGroup_5[0].apic_31.v(0.9758411)
// Syn conn (type: Gap_Junction_simple) from apic_29 on src cell 0 to apic_5 on tgt cell 0
// Fraction along src section: 0.37975788, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[29] = new Gap()
a_CellGroup_5[0].apic_5 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[29].src(0.8823674)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[29].vgap, a_CellGroup_3[0].apic_29.v(0.37975788)
a_CellGroup_3[0].apic_29 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[29].target(0.37975788)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[29].vgap, a_CellGroup_5[0].apic_5.v(0.8823674)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.7486064, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[30] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[30].src(0.75656605)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[30].vgap, a_CellGroup_3[0].apic_23.v(0.7486064)
a_CellGroup_3[0].apic_23 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[30].target(0.7486064)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[30].vgap, a_CellGroup_5[0].apic_35.v(0.75656605)
// Syn conn (type: Gap_Junction_simple) from apic_29 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.513899, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[31] = new Gap()
a_CellGroup_5[0].apic_18 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[31].src(0.98372304)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[31].vgap, a_CellGroup_3[0].apic_29.v(0.513899)
a_CellGroup_3[0].apic_29 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[31].target(0.513899)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[31].vgap, a_CellGroup_5[0].apic_18.v(0.98372304)
// Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.55179715, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[32] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[32].src(0.98697805)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[32].vgap, a_CellGroup_3[0].apic_11.v(0.55179715)
a_CellGroup_3[0].apic_11 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[32].target(0.55179715)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[32].vgap, a_CellGroup_5[0].apic_38.v(0.98697805)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_5 on tgt cell 0
// Fraction along src section: 0.12147148, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[33] = new Gap()
a_CellGroup_5[0].apic_5 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[33].src(0.3765694)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[33].vgap, a_CellGroup_3[0].apic_27.v(0.12147148)
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[33].target(0.12147148)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[33].vgap, a_CellGroup_5[0].apic_5.v(0.3765694)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.37312844, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[34] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[34].src(0.9917012)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[34].vgap, a_CellGroup_3[0].apic_35.v(0.37312844)
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[34].target(0.37312844)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[34].vgap, a_CellGroup_5[0].apic_23.v(0.9917012)
// Syn conn (type: Gap_Junction_simple) from apic_24 on src cell 0 to apic_3 on tgt cell 0
// Fraction along src section: 0.45403525, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[35] = new Gap()
a_CellGroup_5[0].apic_3 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[35].src(0.48102832)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[35].vgap, a_CellGroup_3[0].apic_24.v(0.45403525)
a_CellGroup_3[0].apic_24 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[35].target(0.45403525)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[35].vgap, a_CellGroup_5[0].apic_3.v(0.48102832)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_5 on tgt cell 0
// Fraction along src section: 0.09580006, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[36] = new Gap()
a_CellGroup_5[0].apic_5 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[36].src(0.32767367)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[36].vgap, a_CellGroup_3[0].apic_27.v(0.09580006)
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[36].target(0.09580006)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[36].vgap, a_CellGroup_5[0].apic_5.v(0.32767367)
// Syn conn (type: Gap_Junction_simple) from apic_33 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.40645242, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[37] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[37].src(0.98717374)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[37].vgap, a_CellGroup_3[0].apic_33.v(0.40645242)
a_CellGroup_3[0].apic_33 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[37].target(0.40645242)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[37].vgap, a_CellGroup_5[0].apic_23.v(0.98717374)
// Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.75680774, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[38] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[38].src(0.42453188)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[38].vgap, a_CellGroup_3[0].apic_36.v(0.75680774)
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[38].target(0.75680774)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[38].vgap, a_CellGroup_5[0].apic_19.v(0.42453188)
// Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_33 on tgt cell 0
// Fraction along src section: 0.07062218, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[39] = new Gap()
a_CellGroup_5[0].apic_33 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[39].src(0.95735484)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[39].vgap, a_CellGroup_3[0].apic_7.v(0.07062218)
a_CellGroup_3[0].apic_7 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[39].target(0.07062218)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[39].vgap, a_CellGroup_5[0].apic_33.v(0.95735484)
// Syn conn (type: Gap_Junction_simple) from apic_37 on src cell 0 to apic_14 on tgt cell 0
// Fraction along src section: 0.2922892, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[40] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[40].src(0.053231623)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[40].vgap, a_CellGroup_3[0].apic_37.v(0.2922892)
a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[40].target(0.2922892)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[40].vgap, a_CellGroup_5[0].apic_14.v(0.053231623)
// Syn conn (type: Gap_Junction_simple) from apic_24 on src cell 0 to apic_1 on tgt cell 0
// Fraction along src section: 0.02975466, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[41] = new Gap()
a_CellGroup_5[0].apic_1 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[41].src(0.28402346)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[41].vgap, a_CellGroup_3[0].apic_24.v(0.02975466)
a_CellGroup_3[0].apic_24 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[41].target(0.02975466)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[41].vgap, a_CellGroup_5[0].apic_1.v(0.28402346)
// Syn conn (type: Gap_Junction_simple) from apic_29 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.72202927, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[42] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[42].src(0.9770642)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[42].vgap, a_CellGroup_3[0].apic_29.v(0.72202927)
a_CellGroup_3[0].apic_29 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[42].target(0.72202927)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[42].vgap, a_CellGroup_5[0].apic_19.v(0.9770642)
// Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.43600383, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[43] = new Gap()
a_CellGroup_5[0].apic_9 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[43].src(0.37003905)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[43].vgap, a_CellGroup_3[0].apic_36.v(0.43600383)
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[43].target(0.43600383)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[43].vgap, a_CellGroup_5[0].apic_9.v(0.37003905)
// Syn conn (type: Gap_Junction_simple) from apic_5 on src cell 0 to apic_33 on tgt cell 0
// Fraction along src section: 0.4852559, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[44] = new Gap()
a_CellGroup_5[0].apic_33 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[44].src(0.27903983)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[44].vgap, a_CellGroup_3[0].apic_5.v(0.4852559)
a_CellGroup_3[0].apic_5 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[44].target(0.4852559)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[44].vgap, a_CellGroup_5[0].apic_33.v(0.27903983)
// Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.20953941, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[45] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[45].src(0.99948967)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[45].vgap, a_CellGroup_3[0].apic_17.v(0.20953941)
a_CellGroup_3[0].apic_17 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[45].target(0.20953941)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[45].vgap, a_CellGroup_5[0].apic_38.v(0.99948967)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.70169055, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[46] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[46].src(0.9298457)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[46].vgap, a_CellGroup_3[0].apic_20.v(0.70169055)
a_CellGroup_3[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[46].target(0.70169055)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[46].vgap, a_CellGroup_5[0].apic_38.v(0.9298457)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.34373948, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[47] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[47].src(0.79937255)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[47].vgap, a_CellGroup_3[0].apic_18.v(0.34373948)
a_CellGroup_3[0].apic_18 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[47].target(0.34373948)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[47].vgap, a_CellGroup_5[0].apic_38.v(0.79937255)
// Syn conn (type: Gap_Junction_simple) from apic_22 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.3790815, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[48] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[48].src(0.76834357)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[48].vgap, a_CellGroup_3[0].apic_22.v(0.3790815)
a_CellGroup_3[0].apic_22 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[48].target(0.3790815)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[48].vgap, a_CellGroup_5[0].apic_35.v(0.76834357)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.70048285, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[49] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[49].src(0.80397516)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[49].vgap, a_CellGroup_3[0].apic_18.v(0.70048285)
a_CellGroup_3[0].apic_18 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[49].target(0.70048285)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[49].vgap, a_CellGroup_5[0].apic_38.v(0.80397516)
// Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.7177947, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[50] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[50].src(0.99818426)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[50].vgap, a_CellGroup_3[0].apic_13.v(0.7177947)
a_CellGroup_3[0].apic_13 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[50].target(0.7177947)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[50].vgap, a_CellGroup_5[0].apic_38.v(0.99818426)
// Syn conn (type: Gap_Junction_simple) from apic_29 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.6744229, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[51] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[51].src(0.9690864)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[51].vgap, a_CellGroup_3[0].apic_29.v(0.6744229)
a_CellGroup_3[0].apic_29 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[51].target(0.6744229)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[51].vgap, a_CellGroup_5[0].apic_19.v(0.9690864)
// Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.29751205, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[52] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[52].src(0.99669904)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[52].vgap, a_CellGroup_3[0].apic_13.v(0.29751205)
a_CellGroup_3[0].apic_13 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[52].target(0.29751205)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[52].vgap, a_CellGroup_5[0].apic_38.v(0.99669904)
// Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.99305373, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[53] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[53].src(0.96423316)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[53].vgap, a_CellGroup_3[0].apic_36.v(0.99305373)
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[53].target(0.99305373)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[53].vgap, a_CellGroup_5[0].apic_19.v(0.96423316)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.35864076, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[54] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[54].src(0.9859166)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[54].vgap, a_CellGroup_3[0].apic_34.v(0.35864076)
a_CellGroup_3[0].apic_34 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[54].target(0.35864076)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[54].vgap, a_CellGroup_5[0].apic_23.v(0.9859166)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.8228205, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[55] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[55].src(0.9899996)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[55].vgap, a_CellGroup_3[0].apic_27.v(0.8228205)
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[55].target(0.8228205)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[55].vgap, a_CellGroup_5[0].apic_19.v(0.9899996)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.17352131, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[56] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[56].src(0.99483734)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[56].vgap, a_CellGroup_3[0].apic_34.v(0.17352131)
a_CellGroup_3[0].apic_34 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[56].target(0.17352131)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[56].vgap, a_CellGroup_5[0].apic_23.v(0.99483734)
// Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.8684427, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[57] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[57].src(0.99793524)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[57].vgap, a_CellGroup_3[0].apic_13.v(0.8684427)
a_CellGroup_3[0].apic_13 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[57].target(0.8684427)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[57].vgap, a_CellGroup_5[0].apic_38.v(0.99793524)
// Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.5109878, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[58] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[58].src(0.9846473)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[58].vgap, a_CellGroup_3[0].apic_12.v(0.5109878)
a_CellGroup_3[0].apic_12 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[58].target(0.5109878)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[58].vgap, a_CellGroup_5[0].apic_38.v(0.9846473)
// Syn conn (type: Gap_Junction_simple) from apic_14 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.03564377, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[59] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[59].src(0.96553886)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[59].vgap, a_CellGroup_3[0].apic_14.v(0.03564377)
a_CellGroup_3[0].apic_14 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[59].target(0.03564377)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[59].vgap, a_CellGroup_5[0].apic_38.v(0.96553886)
// Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.51887864, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[60] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[60].src(0.96511406)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[60].vgap, a_CellGroup_3[0].apic_13.v(0.51887864)
a_CellGroup_3[0].apic_13 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[60].target(0.51887864)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[60].vgap, a_CellGroup_5[0].apic_38.v(0.96511406)
// Syn conn (type: Gap_Junction_simple) from apic_25 on src cell 0 to apic_7 on tgt cell 0
// Fraction along src section: 0.881263, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[61] = new Gap()
a_CellGroup_5[0].apic_7 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[61].src(0.33210945)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[61].vgap, a_CellGroup_3[0].apic_25.v(0.881263)
a_CellGroup_3[0].apic_25 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[61].target(0.881263)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[61].vgap, a_CellGroup_5[0].apic_7.v(0.33210945)
// Syn conn (type: Gap_Junction_simple) from apic_29 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.8139756, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[62] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[62].src(0.95465577)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[62].vgap, a_CellGroup_3[0].apic_29.v(0.8139756)
a_CellGroup_3[0].apic_29 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[62].target(0.8139756)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[62].vgap, a_CellGroup_5[0].apic_19.v(0.95465577)
// Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.10043117, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[63] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[63].src(0.8976446)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[63].vgap, a_CellGroup_3[0].apic_10.v(0.10043117)
a_CellGroup_3[0].apic_10 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[63].target(0.10043117)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[63].vgap, a_CellGroup_5[0].apic_35.v(0.8976446)
// Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_32 on tgt cell 0
// Fraction along src section: 0.8455027, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[64] = new Gap()
a_CellGroup_5[0].apic_32 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[64].src(0.5240395)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[64].vgap, a_CellGroup_3[0].apic_30.v(0.8455027)
a_CellGroup_3[0].apic_30 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[64].target(0.8455027)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[64].vgap, a_CellGroup_5[0].apic_32.v(0.5240395)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.43382058, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[65] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[65].src(0.7883901)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[65].vgap, a_CellGroup_3[0].apic_35.v(0.43382058)
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[65].target(0.43382058)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[65].vgap, a_CellGroup_5[0].apic_23.v(0.7883901)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.51560485, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[66] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[66].src(0.77522826)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[66].vgap, a_CellGroup_3[0].apic_35.v(0.51560485)
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[66].target(0.51560485)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[66].vgap, a_CellGroup_5[0].apic_23.v(0.77522826)
// Syn conn (type: Gap_Junction_simple) from apic_32 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.6090033, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[67] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[67].src(0.99910086)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[67].vgap, a_CellGroup_3[0].apic_32.v(0.6090033)
a_CellGroup_3[0].apic_32 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[67].target(0.6090033)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[67].vgap, a_CellGroup_5[0].apic_23.v(0.99910086)
// Syn conn (type: Gap_Junction_simple) from apic_24 on src cell 0 to apic_1 on tgt cell 0
// Fraction along src section: 0.12391855, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[68] = new Gap()
a_CellGroup_5[0].apic_1 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[68].src(0.6824124)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[68].vgap, a_CellGroup_3[0].apic_24.v(0.12391855)
a_CellGroup_3[0].apic_24 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[68].target(0.12391855)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[68].vgap, a_CellGroup_5[0].apic_1.v(0.6824124)
// Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.65337324, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[69] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[69].src(0.89005655)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[69].vgap, a_CellGroup_3[0].apic_17.v(0.65337324)
a_CellGroup_3[0].apic_17 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[69].target(0.65337324)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[69].vgap, a_CellGroup_5[0].apic_38.v(0.89005655)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_37 on tgt cell 0
// Fraction along src section: 0.8675527, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[70] = new Gap()
a_CellGroup_5[0].apic_37 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[70].src(0.97552395)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[70].vgap, a_CellGroup_3[0].apic_28.v(0.8675527)
a_CellGroup_3[0].apic_28 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[70].target(0.8675527)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[70].vgap, a_CellGroup_5[0].apic_37.v(0.97552395)
// Syn conn (type: Gap_Junction_simple) from apic_21 on src cell 0 to apic_4 on tgt cell 0
// Fraction along src section: 0.25719777, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[71] = new Gap()
a_CellGroup_5[0].apic_4 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[71].src(0.98654157)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[71].vgap, a_CellGroup_3[0].apic_21.v(0.25719777)
a_CellGroup_3[0].apic_21 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[71].target(0.25719777)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[71].vgap, a_CellGroup_5[0].apic_4.v(0.98654157)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.6663876, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[72] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[72].src(0.97341686)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[72].vgap, a_CellGroup_3[0].apic_34.v(0.6663876)
a_CellGroup_3[0].apic_34 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[72].target(0.6663876)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[72].vgap, a_CellGroup_5[0].apic_23.v(0.97341686)
// Syn conn (type: Gap_Junction_simple) from apic_31 on src cell 0 to apic_32 on tgt cell 0
// Fraction along src section: 0.032545414, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[73] = new Gap()
a_CellGroup_5[0].apic_32 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[73].src(0.80582273)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[73].vgap, a_CellGroup_3[0].apic_31.v(0.032545414)
a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[73].target(0.032545414)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[73].vgap, a_CellGroup_5[0].apic_32.v(0.80582273)
// Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.40652147, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[74] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[74].src(0.9947402)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[74].vgap, a_CellGroup_3[0].apic_13.v(0.40652147)
a_CellGroup_3[0].apic_13 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[74].target(0.40652147)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[74].vgap, a_CellGroup_5[0].apic_38.v(0.9947402)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.99805933, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[75] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[75].src(0.99382955)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[75].vgap, a_CellGroup_3[0].apic_27.v(0.99805933)
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[75].target(0.99805933)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[75].vgap, a_CellGroup_5[0].apic_19.v(0.99382955)
// Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.39625546, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[76] = new Gap()
a_CellGroup_5[0].apic_9 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[76].src(0.3218327)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[76].vgap, a_CellGroup_3[0].apic_36.v(0.39625546)
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[76].target(0.39625546)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[76].vgap, a_CellGroup_5[0].apic_9.v(0.3218327)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.9994682, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[77] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[77].src(0.9811127)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[77].vgap, a_CellGroup_3[0].apic_27.v(0.9994682)
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[77].target(0.9994682)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[77].vgap, a_CellGroup_5[0].apic_19.v(0.9811127)
// Syn conn (type: Gap_Junction_simple) from apic_29 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.85227704, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[78] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[78].src(0.98106307)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[78].vgap, a_CellGroup_3[0].apic_29.v(0.85227704)
a_CellGroup_3[0].apic_29 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[78].target(0.85227704)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[78].vgap, a_CellGroup_5[0].apic_19.v(0.98106307)
// Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.97208774, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[79] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[79].src(0.2141206)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[79].vgap, a_CellGroup_3[0].apic_7.v(0.97208774)
a_CellGroup_3[0].apic_7 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[79].target(0.97208774)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[79].vgap, a_CellGroup_5[0].apic_35.v(0.2141206)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_5 on tgt cell 0
// Fraction along src section: 0.16733027, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[80] = new Gap()
a_CellGroup_5[0].apic_5 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[80].src(0.82410896)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[80].vgap, a_CellGroup_3[0].apic_27.v(0.16733027)
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[80].target(0.16733027)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[80].vgap, a_CellGroup_5[0].apic_5.v(0.82410896)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.092112206, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[81] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[81].src(0.98189914)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[81].vgap, a_CellGroup_3[0].apic_34.v(0.092112206)
a_CellGroup_3[0].apic_34 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[81].target(0.092112206)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[81].vgap, a_CellGroup_5[0].apic_23.v(0.98189914)
// Syn conn (type: Gap_Junction_simple) from apic_33 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.6923409, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[82] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[82].src(0.9831786)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[82].vgap, a_CellGroup_3[0].apic_33.v(0.6923409)
a_CellGroup_3[0].apic_33 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[82].target(0.6923409)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[82].vgap, a_CellGroup_5[0].apic_23.v(0.9831786)
// Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.047663584, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[83] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[83].src(0.9929417)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[83].vgap, a_CellGroup_3[0].apic_16.v(0.047663584)
a_CellGroup_3[0].apic_16 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[83].target(0.047663584)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[83].vgap, a_CellGroup_5[0].apic_38.v(0.9929417)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.082634896, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[84] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[84].src(0.6743758)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[84].vgap, a_CellGroup_3[0].apic_9.v(0.082634896)
a_CellGroup_3[0].apic_9 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[84].target(0.082634896)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[84].vgap, a_CellGroup_5[0].apic_35.v(0.6743758)
// Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.03888526, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[85] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[85].src(0.96899027)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[85].vgap, a_CellGroup_3[0].apic_13.v(0.03888526)
a_CellGroup_3[0].apic_13 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[85].target(0.03888526)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[85].vgap, a_CellGroup_5[0].apic_38.v(0.96899027)
// Syn conn (type: Gap_Junction_simple) from apic_5 on src cell 0 to apic_33 on tgt cell 0
// Fraction along src section: 0.29325184, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[86] = new Gap()
a_CellGroup_5[0].apic_33 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[86].src(0.20252489)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[86].vgap, a_CellGroup_3[0].apic_5.v(0.29325184)
a_CellGroup_3[0].apic_5 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[86].target(0.29325184)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[86].vgap, a_CellGroup_5[0].apic_33.v(0.20252489)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.38506544, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[87] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[87].src(0.9890125)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[87].vgap, a_CellGroup_3[0].apic_35.v(0.38506544)
a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[87].target(0.38506544)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[87].vgap, a_CellGroup_5[0].apic_23.v(0.9890125)
// Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_9 on tgt cell 0
// Fraction along src section: 0.3293614, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[88] = new Gap()
a_CellGroup_5[0].apic_9 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[88].src(0.4579069)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[88].vgap, a_CellGroup_3[0].apic_36.v(0.3293614)
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[88].target(0.3293614)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[88].vgap, a_CellGroup_5[0].apic_9.v(0.4579069)
// Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_14 on tgt cell 0
// Fraction along src section: 0.5226872, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[89] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[89].src(0.47321597)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[89].vgap, a_CellGroup_3[0].apic_3.v(0.5226872)
a_CellGroup_3[0].apic_3 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[89].target(0.5226872)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[89].vgap, a_CellGroup_5[0].apic_14.v(0.47321597)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.51417625, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[90] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[90].src(0.9447704)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[90].vgap, a_CellGroup_3[0].apic_27.v(0.51417625)
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[90].target(0.51417625)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[90].vgap, a_CellGroup_5[0].apic_19.v(0.9447704)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.13535908, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[91] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[91].src(0.8295477)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[91].vgap, a_CellGroup_3[0].apic_18.v(0.13535908)
a_CellGroup_3[0].apic_18 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[91].target(0.13535908)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[91].vgap, a_CellGroup_5[0].apic_38.v(0.8295477)
// Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.9784207, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[92] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[92].src(0.9925181)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[92].vgap, a_CellGroup_3[0].apic_36.v(0.9784207)
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[92].target(0.9784207)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[92].vgap, a_CellGroup_5[0].apic_19.v(0.9925181)
// Syn conn (type: Gap_Junction_simple) from apic_21 on src cell 0 to apic_5 on tgt cell 0
// Fraction along src section: 0.56187004, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[93] = new Gap()
a_CellGroup_5[0].apic_5 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[93].src(0.6670005)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[93].vgap, a_CellGroup_3[0].apic_21.v(0.56187004)
a_CellGroup_3[0].apic_21 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[93].target(0.56187004)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[93].vgap, a_CellGroup_5[0].apic_5.v(0.6670005)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.7094517, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[94] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[94].src(0.7501308)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[94].vgap, a_CellGroup_3[0].apic_23.v(0.7094517)
a_CellGroup_3[0].apic_23 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[94].target(0.7094517)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[94].vgap, a_CellGroup_5[0].apic_35.v(0.7501308)
// Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.8739288, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[95] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[95].src(0.9603982)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[95].vgap, a_CellGroup_3[0].apic_36.v(0.8739288)
a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[95].target(0.8739288)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[95].vgap, a_CellGroup_5[0].apic_19.v(0.9603982)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.79295635, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[96] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[96].src(0.9013295)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[96].vgap, a_CellGroup_3[0].apic_27.v(0.79295635)
a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[96].target(0.79295635)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[96].vgap, a_CellGroup_5[0].apic_19.v(0.9013295)
// Syn conn (type: Gap_Junction_simple) from apic_31 on src cell 0 to apic_32 on tgt cell 0
// Fraction along src section: 0.04491961, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[97] = new Gap()
a_CellGroup_5[0].apic_32 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[97].src(0.81261355)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[97].vgap, a_CellGroup_3[0].apic_31.v(0.04491961)
a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[97].target(0.04491961)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[97].vgap, a_CellGroup_5[0].apic_32.v(0.81261355)
// Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_33 on tgt cell 0
// Fraction along src section: 0.09093549, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[98] = new Gap()
a_CellGroup_5[0].apic_33 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[98].src(0.99981004)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[98].vgap, a_CellGroup_3[0].apic_7.v(0.09093549)
a_CellGroup_3[0].apic_7 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[98].target(0.09093549)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[98].vgap, a_CellGroup_5[0].apic_33.v(0.99981004)
// Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.8611739, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[99] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[99].src(0.80455214)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[99].vgap, a_CellGroup_3[0].apic_10.v(0.8611739)
a_CellGroup_3[0].apic_10 elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[99].target(0.8611739)
// elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_5_Gap_Junction_simple_A[99].vgap, a_CellGroup_5[0].apic_38.v(0.80455214)
// Adding NetConn: NetConn_CellGroup_5_CellGroup_4 from: CellGroup_5 to: CellGroup_4 with 100 connections
// each with syn(s): [Gap_Junction_simple [thresh: -20.0, delay: 5.0, weight: 1.0]]
// Syn conn (type: Gap_Junction_simple) from apic_33 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.20355332, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
objectvar elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[100]
// objectvar elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[100]
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[0] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[0].src(0.34257907)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[0].vgap, a_CellGroup_5[0].apic_33.v(0.20355332)
a_CellGroup_5[0].apic_33 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[0].target(0.20355332)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[0].vgap, a_CellGroup_4[0].apic_10.v(0.34257907)
// Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.6820475, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[1] = new Gap()
a_CellGroup_4[0].apic_20 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[1].src(0.99432164)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[1].vgap, a_CellGroup_5[0].apic_30.v(0.6820475)
a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[1].target(0.6820475)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[1].vgap, a_CellGroup_4[0].apic_20.v(0.99432164)
// Syn conn (type: Gap_Junction_simple) from apic_26 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.41734412, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[2] = new Gap()
a_CellGroup_4[0].apic_20 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[2].src(0.41862333)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[2].vgap, a_CellGroup_5[0].apic_26.v(0.41734412)
a_CellGroup_5[0].apic_26 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[2].target(0.41734412)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[2].vgap, a_CellGroup_4[0].apic_20.v(0.41862333)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.063158914, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[3] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[3].src(0.14057665)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[3].vgap, a_CellGroup_5[0].apic_18.v(0.063158914)
a_CellGroup_5[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[3].target(0.063158914)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[3].vgap, a_CellGroup_4[0].apic_23.v(0.14057665)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.12244607, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[4] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[4].src(0.4867058)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[4].vgap, a_CellGroup_5[0].apic_34.v(0.12244607)
a_CellGroup_5[0].apic_34 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[4].target(0.12244607)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[4].vgap, a_CellGroup_4[0].apic_10.v(0.4867058)
// Syn conn (type: Gap_Junction_simple) from apic_2 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.9269991, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[5] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[5].src(0.5267288)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[5].vgap, a_CellGroup_5[0].apic_2.v(0.9269991)
a_CellGroup_5[0].apic_2 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[5].target(0.9269991)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[5].vgap, a_CellGroup_4[0].apic_10.v(0.5267288)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_21 on tgt cell 0
// Fraction along src section: 0.29474294, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[6] = new Gap()
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[6].src(0.6377195)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[6].vgap, a_CellGroup_5[0].apic_9.v(0.29474294)
a_CellGroup_5[0].apic_9 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[6].target(0.29474294)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[6].vgap, a_CellGroup_4[0].apic_21.v(0.6377195)
// Syn conn (type: Gap_Junction_simple) from apic_29 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.90309364, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[7] = new Gap()
a_CellGroup_4[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[7].src(0.7348)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[7].vgap, a_CellGroup_5[0].apic_29.v(0.90309364)
a_CellGroup_5[0].apic_29 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[7].target(0.90309364)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[7].vgap, a_CellGroup_4[0].apic_19.v(0.7348)
// Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.18557608, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[8] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[8].src(0.40942827)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[8].vgap, a_CellGroup_5[0].apic_7.v(0.18557608)
a_CellGroup_5[0].apic_7 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[8].target(0.18557608)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[8].vgap, a_CellGroup_4[0].apic_10.v(0.40942827)
// Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.3048442, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[9] = new Gap()
a_CellGroup_4[0].apic_17 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[9].src(0.6664721)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[9].vgap, a_CellGroup_5[0].apic_17.v(0.3048442)
a_CellGroup_5[0].apic_17 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[9].target(0.3048442)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[9].vgap, a_CellGroup_4[0].apic_17.v(0.6664721)
// Syn conn (type: Gap_Junction_simple) from apic_29 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.18658154, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[10] = new Gap()
a_CellGroup_4[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[10].src(0.68263936)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[10].vgap, a_CellGroup_5[0].apic_29.v(0.18658154)
a_CellGroup_5[0].apic_29 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[10].target(0.18658154)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[10].vgap, a_CellGroup_4[0].apic_19.v(0.68263936)
// Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.6539892, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[11] = new Gap()
a_CellGroup_4[0].apic_20 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[11].src(0.99486923)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[11].vgap, a_CellGroup_5[0].apic_30.v(0.6539892)
a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[11].target(0.6539892)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[11].vgap, a_CellGroup_4[0].apic_20.v(0.99486923)
// Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.043525457, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[12] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[12].src(0.42528766)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[12].vgap, a_CellGroup_5[0].apic_15.v(0.043525457)
a_CellGroup_5[0].apic_15 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[12].target(0.043525457)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[12].vgap, a_CellGroup_4[0].apic_16.v(0.42528766)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.058062512, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[13] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[13].src(0.48935533)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[13].vgap, a_CellGroup_5[0].apic_35.v(0.058062512)
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[13].target(0.058062512)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[13].vgap, a_CellGroup_4[0].apic_10.v(0.48935533)
// Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.5549687, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[14] = new Gap()
a_CellGroup_4[0].apic_17 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[14].src(0.65492964)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[14].vgap, a_CellGroup_5[0].apic_17.v(0.5549687)
a_CellGroup_5[0].apic_17 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[14].target(0.5549687)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[14].vgap, a_CellGroup_4[0].apic_17.v(0.65492964)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.54973227, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[15] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[15].src(0.78594726)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[15].vgap, a_CellGroup_5[0].apic_35.v(0.54973227)
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[15].target(0.54973227)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[15].vgap, a_CellGroup_4[0].apic_10.v(0.78594726)
// Syn conn (type: Gap_Junction_simple) from apic_2 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.09570749, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[16] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[16].src(0.41926324)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[16].vgap, a_CellGroup_5[0].apic_2.v(0.09570749)
a_CellGroup_5[0].apic_2 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[16].target(0.09570749)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[16].vgap, a_CellGroup_4[0].apic_10.v(0.41926324)
// Syn conn (type: Gap_Junction_simple) from apic_6 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.6976171, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[17] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[17].src(0.8982267)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[17].vgap, a_CellGroup_5[0].apic_6.v(0.6976171)
a_CellGroup_5[0].apic_6 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[17].target(0.6976171)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[17].vgap, a_CellGroup_4[0].apic_10.v(0.8982267)
// Syn conn (type: Gap_Junction_simple) from apic_4 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.24719623, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[18] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[18].src(0.901818)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[18].vgap, a_CellGroup_5[0].apic_4.v(0.24719623)
a_CellGroup_5[0].apic_4 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[18].target(0.24719623)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[18].vgap, a_CellGroup_4[0].apic_10.v(0.901818)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.016459048, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[19] = new Gap()
a_CellGroup_4[0].apic_17 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[19].src(0.19246636)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[19].vgap, a_CellGroup_5[0].apic_23.v(0.016459048)
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[19].target(0.016459048)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[19].vgap, a_CellGroup_4[0].apic_17.v(0.19246636)
// Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.7269306, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[20] = new Gap()
a_CellGroup_4[0].apic_17 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[20].src(0.2548042)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[20].vgap, a_CellGroup_5[0].apic_12.v(0.7269306)
a_CellGroup_5[0].apic_12 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[20].target(0.7269306)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[20].vgap, a_CellGroup_4[0].apic_17.v(0.2548042)
// Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.63918114, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[21] = new Gap()
a_CellGroup_4[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[21].src(0.31886643)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[21].vgap, a_CellGroup_5[0].apic_15.v(0.63918114)
a_CellGroup_5[0].apic_15 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[21].target(0.63918114)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[21].vgap, a_CellGroup_4[0].apic_19.v(0.31886643)
// Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.8244589, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[22] = new Gap()
a_CellGroup_4[0].apic_17 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[22].src(0.26160592)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[22].vgap, a_CellGroup_5[0].apic_12.v(0.8244589)
a_CellGroup_5[0].apic_12 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[22].target(0.8244589)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[22].vgap, a_CellGroup_4[0].apic_17.v(0.26160592)
// Syn conn (type: Gap_Junction_simple) from apic_25 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.7605263, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[23] = new Gap()
a_CellGroup_4[0].apic_20 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[23].src(0.24087587)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[23].vgap, a_CellGroup_5[0].apic_25.v(0.7605263)
a_CellGroup_5[0].apic_25 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[23].target(0.7605263)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[23].vgap, a_CellGroup_4[0].apic_20.v(0.24087587)
// Syn conn (type: Gap_Junction_simple) from apic_14 on src cell 0 to apic_28 on tgt cell 0
// Fraction along src section: 0.16872498, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[24] = new Gap()
a_CellGroup_4[0].apic_28 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[24].src(0.13635886)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[24].vgap, a_CellGroup_5[0].apic_14.v(0.16872498)
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[24].target(0.16872498)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[24].vgap, a_CellGroup_4[0].apic_28.v(0.13635886)
// Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.059582822, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[25] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[25].src(0.13787037)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[25].vgap, a_CellGroup_5[0].apic_19.v(0.059582822)
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[25].target(0.059582822)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[25].vgap, a_CellGroup_4[0].apic_23.v(0.13787037)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_11 on tgt cell 0
// Fraction along src section: 0.8848503, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[26] = new Gap()
a_CellGroup_4[0].apic_11 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[26].src(0.26358142)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[26].vgap, a_CellGroup_5[0].apic_35.v(0.8848503)
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[26].target(0.8848503)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[26].vgap, a_CellGroup_4[0].apic_11.v(0.26358142)
// Syn conn (type: Gap_Junction_simple) from apic_2 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.21375734, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[27] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[27].src(0.4403885)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[27].vgap, a_CellGroup_5[0].apic_2.v(0.21375734)
a_CellGroup_5[0].apic_2 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[27].target(0.21375734)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[27].vgap, a_CellGroup_4[0].apic_10.v(0.4403885)
// Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.8660206, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[28] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[28].src(0.88957804)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[28].vgap, a_CellGroup_5[0].apic_3.v(0.8660206)
a_CellGroup_5[0].apic_3 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[28].target(0.8660206)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[28].vgap, a_CellGroup_4[0].apic_10.v(0.88957804)
// Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_21 on tgt cell 0
// Fraction along src section: 0.13384904, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[29] = new Gap()
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[29].src(0.42609054)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[29].vgap, a_CellGroup_5[0].apic_12.v(0.13384904)
a_CellGroup_5[0].apic_12 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[29].target(0.13384904)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[29].vgap, a_CellGroup_4[0].apic_21.v(0.42609054)
// Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.27951822, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[30] = new Gap()
a_CellGroup_4[0].apic_20 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[30].src(0.9993344)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[30].vgap, a_CellGroup_5[0].apic_30.v(0.27951822)
a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[30].target(0.27951822)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[30].vgap, a_CellGroup_4[0].apic_20.v(0.9993344)
// Syn conn (type: Gap_Junction_simple) from apic_22 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.3435318, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[31] = new Gap()
a_CellGroup_4[0].apic_17 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[31].src(0.22532761)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[31].vgap, a_CellGroup_5[0].apic_22.v(0.3435318)
a_CellGroup_5[0].apic_22 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[31].target(0.3435318)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[31].vgap, a_CellGroup_4[0].apic_17.v(0.22532761)
// Syn conn (type: Gap_Junction_simple) from apic_37 on src cell 0 to apic_11 on tgt cell 0
// Fraction along src section: 0.63852304, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[32] = new Gap()
a_CellGroup_4[0].apic_11 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[32].src(0.621274)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[32].vgap, a_CellGroup_5[0].apic_37.v(0.63852304)
a_CellGroup_5[0].apic_37 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[32].target(0.63852304)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[32].vgap, a_CellGroup_4[0].apic_11.v(0.621274)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.76705843, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[33] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[33].src(0.89790726)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[33].vgap, a_CellGroup_5[0].apic_34.v(0.76705843)
a_CellGroup_5[0].apic_34 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[33].target(0.76705843)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[33].vgap, a_CellGroup_4[0].apic_10.v(0.89790726)
// Syn conn (type: Gap_Junction_simple) from apic_2 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.093027554, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[34] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[34].src(0.43318424)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[34].vgap, a_CellGroup_5[0].apic_2.v(0.093027554)
a_CellGroup_5[0].apic_2 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[34].target(0.093027554)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[34].vgap, a_CellGroup_4[0].apic_10.v(0.43318424)
// Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_21 on tgt cell 0
// Fraction along src section: 0.5081909, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[35] = new Gap()
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[35].src(0.99359566)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[35].vgap, a_CellGroup_5[0].apic_7.v(0.5081909)
a_CellGroup_5[0].apic_7 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[35].target(0.5081909)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[35].vgap, a_CellGroup_4[0].apic_21.v(0.99359566)
// Syn conn (type: Gap_Junction_simple) from apic_24 on src cell 0 to apic_15 on tgt cell 0
// Fraction along src section: 0.84881985, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[36] = new Gap()
a_CellGroup_4[0].apic_15 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[36].src(0.6078718)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[36].vgap, a_CellGroup_5[0].apic_24.v(0.84881985)
a_CellGroup_5[0].apic_24 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[36].target(0.84881985)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[36].vgap, a_CellGroup_4[0].apic_15.v(0.6078718)
// Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.9881253, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[37] = new Gap()
a_CellGroup_4[0].apic_20 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[37].src(0.8683444)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[37].vgap, a_CellGroup_5[0].apic_30.v(0.9881253)
a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[37].target(0.9881253)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[37].vgap, a_CellGroup_4[0].apic_20.v(0.8683444)
// Syn conn (type: Gap_Junction_simple) from apic_1 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.06466517, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[38] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[38].src(0.33950073)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[38].vgap, a_CellGroup_5[0].apic_1.v(0.06466517)
a_CellGroup_5[0].apic_1 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[38].target(0.06466517)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[38].vgap, a_CellGroup_4[0].apic_10.v(0.33950073)
// Syn conn (type: Gap_Junction_simple) from apic_33 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.84122443, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[39] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[39].src(0.4051541)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[39].vgap, a_CellGroup_5[0].apic_33.v(0.84122443)
a_CellGroup_5[0].apic_33 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[39].target(0.84122443)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[39].vgap, a_CellGroup_4[0].apic_10.v(0.4051541)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 3.0157564E-4, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[40] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[40].src(0.40441123)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[40].vgap, a_CellGroup_5[0].apic_35.v(3.0157564E-4)
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[40].target(3.0157564E-4)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[40].vgap, a_CellGroup_4[0].apic_10.v(0.40441123)
// Syn conn (type: Gap_Junction_simple) from apic_26 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.15454654, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[41] = new Gap()
a_CellGroup_4[0].apic_20 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[41].src(0.3179155)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[41].vgap, a_CellGroup_5[0].apic_26.v(0.15454654)
a_CellGroup_5[0].apic_26 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[41].target(0.15454654)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[41].vgap, a_CellGroup_4[0].apic_20.v(0.3179155)
// Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.23259847, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[42] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[42].src(0.55907726)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[42].vgap, a_CellGroup_5[0].apic_3.v(0.23259847)
a_CellGroup_5[0].apic_3 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[42].target(0.23259847)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[42].vgap, a_CellGroup_4[0].apic_10.v(0.55907726)
// Syn conn (type: Gap_Junction_simple) from apic_8 on src cell 0 to apic_21 on tgt cell 0
// Fraction along src section: 0.045136444, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[43] = new Gap()
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[43].src(0.8746448)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[43].vgap, a_CellGroup_5[0].apic_8.v(0.045136444)
a_CellGroup_5[0].apic_8 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[43].target(0.045136444)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[43].vgap, a_CellGroup_4[0].apic_21.v(0.8746448)
// Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_11 on tgt cell 0
// Fraction along src section: 0.009355808, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[44] = new Gap()
a_CellGroup_4[0].apic_11 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[44].src(0.2808337)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[44].vgap, a_CellGroup_5[0].apic_36.v(0.009355808)
a_CellGroup_5[0].apic_36 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[44].target(0.009355808)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[44].vgap, a_CellGroup_4[0].apic_11.v(0.2808337)
// Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.5838402, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[45] = new Gap()
a_CellGroup_4[0].apic_20 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[45].src(0.9226581)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[45].vgap, a_CellGroup_5[0].apic_30.v(0.5838402)
a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[45].target(0.5838402)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[45].vgap, a_CellGroup_4[0].apic_20.v(0.9226581)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.5239227, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[46] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[46].src(0.76362526)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[46].vgap, a_CellGroup_5[0].apic_35.v(0.5239227)
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[46].target(0.5239227)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[46].vgap, a_CellGroup_4[0].apic_10.v(0.76362526)
// Syn conn (type: Gap_Junction_simple) from apic_37 on src cell 0 to apic_11 on tgt cell 0
// Fraction along src section: 0.779146, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[47] = new Gap()
a_CellGroup_4[0].apic_11 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[47].src(0.61766845)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[47].vgap, a_CellGroup_5[0].apic_37.v(0.779146)
a_CellGroup_5[0].apic_37 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[47].target(0.779146)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[47].vgap, a_CellGroup_4[0].apic_11.v(0.61766845)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.56396455, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[48] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[48].src(0.13743359)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[48].vgap, a_CellGroup_5[0].apic_18.v(0.56396455)
a_CellGroup_5[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[48].target(0.56396455)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[48].vgap, a_CellGroup_4[0].apic_23.v(0.13743359)
// Syn conn (type: Gap_Junction_simple) from apic_14 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.55888855, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[49] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[49].src(0.5032701)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[49].vgap, a_CellGroup_5[0].apic_14.v(0.55888855)
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[49].target(0.55888855)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[49].vgap, a_CellGroup_4[0].apic_16.v(0.5032701)
// Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.940199, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[50] = new Gap()
a_CellGroup_4[0].apic_20 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[50].src(0.7642243)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[50].vgap, a_CellGroup_5[0].apic_23.v(0.940199)
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[50].target(0.940199)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[50].vgap, a_CellGroup_4[0].apic_20.v(0.7642243)
// Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.551958, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[51] = new Gap()
a_CellGroup_4[0].apic_20 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[51].src(0.91921973)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[51].vgap, a_CellGroup_5[0].apic_30.v(0.551958)
a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[51].target(0.551958)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[51].vgap, a_CellGroup_4[0].apic_20.v(0.91921973)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.313753, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[52] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[52].src(0.5617094)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[52].vgap, a_CellGroup_5[0].apic_34.v(0.313753)
a_CellGroup_5[0].apic_34 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[52].target(0.313753)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[52].vgap, a_CellGroup_4[0].apic_10.v(0.5617094)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.6196221, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[53] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[53].src(0.13728285)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[53].vgap, a_CellGroup_5[0].apic_18.v(0.6196221)
a_CellGroup_5[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[53].target(0.6196221)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[53].vgap, a_CellGroup_4[0].apic_23.v(0.13728285)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.452482, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[54] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[54].src(0.13775313)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[54].vgap, a_CellGroup_5[0].apic_18.v(0.452482)
a_CellGroup_5[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[54].target(0.452482)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[54].vgap, a_CellGroup_4[0].apic_23.v(0.13775313)
// Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.5345425, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[55] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[55].src(0.82482666)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[55].vgap, a_CellGroup_5[0].apic_3.v(0.5345425)
a_CellGroup_5[0].apic_3 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[55].target(0.5345425)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[55].vgap, a_CellGroup_4[0].apic_10.v(0.82482666)
// Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.64177614, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[56] = new Gap()
a_CellGroup_4[0].apic_17 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[56].src(0.25586888)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[56].vgap, a_CellGroup_5[0].apic_11.v(0.64177614)
a_CellGroup_5[0].apic_11 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[56].target(0.64177614)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[56].vgap, a_CellGroup_4[0].apic_17.v(0.25586888)
// Syn conn (type: Gap_Junction_simple) from apic_6 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.5128637, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[57] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[57].src(0.8593903)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[57].vgap, a_CellGroup_5[0].apic_6.v(0.5128637)
a_CellGroup_5[0].apic_6 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[57].target(0.5128637)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[57].vgap, a_CellGroup_4[0].apic_10.v(0.8593903)
// Syn conn (type: Gap_Junction_simple) from apic_26 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.05059101, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[58] = new Gap()
a_CellGroup_4[0].apic_20 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[58].src(0.35692236)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[58].vgap, a_CellGroup_5[0].apic_26.v(0.05059101)
a_CellGroup_5[0].apic_26 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[58].target(0.05059101)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[58].vgap, a_CellGroup_4[0].apic_20.v(0.35692236)
// Syn conn (type: Gap_Junction_simple) from apic_1 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.6532419, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[59] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[59].src(0.40921843)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[59].vgap, a_CellGroup_5[0].apic_1.v(0.6532419)
a_CellGroup_5[0].apic_1 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[59].target(0.6532419)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[59].vgap, a_CellGroup_4[0].apic_10.v(0.40921843)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.698444, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[60] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[60].src(0.89094096)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[60].vgap, a_CellGroup_5[0].apic_34.v(0.698444)
a_CellGroup_5[0].apic_34 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[60].target(0.698444)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[60].vgap, a_CellGroup_4[0].apic_10.v(0.89094096)
// Syn conn (type: Gap_Junction_simple) from apic_2 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.4052191, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[61] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[61].src(0.4285867)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[61].vgap, a_CellGroup_5[0].apic_2.v(0.4052191)
a_CellGroup_5[0].apic_2 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[61].target(0.4052191)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[61].vgap, a_CellGroup_4[0].apic_10.v(0.4285867)
// Syn conn (type: Gap_Junction_simple) from apic_37 on src cell 0 to apic_11 on tgt cell 0
// Fraction along src section: 0.20527, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[62] = new Gap()
a_CellGroup_4[0].apic_11 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[62].src(0.36049926)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[62].vgap, a_CellGroup_5[0].apic_37.v(0.20527)
a_CellGroup_5[0].apic_37 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[62].target(0.20527)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[62].vgap, a_CellGroup_4[0].apic_11.v(0.36049926)
// Syn conn (type: Gap_Junction_simple) from apic_8 on src cell 0 to apic_21 on tgt cell 0
// Fraction along src section: 0.35767347, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[63] = new Gap()
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[63].src(0.30175158)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[63].vgap, a_CellGroup_5[0].apic_8.v(0.35767347)
a_CellGroup_5[0].apic_8 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[63].target(0.35767347)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[63].vgap, a_CellGroup_4[0].apic_21.v(0.30175158)
// Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_11 on tgt cell 0
// Fraction along src section: 0.48034108, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[64] = new Gap()
a_CellGroup_4[0].apic_11 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[64].src(0.35807428)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[64].vgap, a_CellGroup_5[0].apic_36.v(0.48034108)
a_CellGroup_5[0].apic_36 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[64].target(0.48034108)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[64].vgap, a_CellGroup_4[0].apic_11.v(0.35807428)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.62408745, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[65] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[65].src(0.88076407)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[65].vgap, a_CellGroup_5[0].apic_34.v(0.62408745)
a_CellGroup_5[0].apic_34 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[65].target(0.62408745)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[65].vgap, a_CellGroup_4[0].apic_10.v(0.88076407)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.24038748, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[66] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[66].src(0.58365893)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[66].vgap, a_CellGroup_5[0].apic_35.v(0.24038748)
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[66].target(0.24038748)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[66].vgap, a_CellGroup_4[0].apic_10.v(0.58365893)
// Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.03600194, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[67] = new Gap()
a_CellGroup_4[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[67].src(0.7961068)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[67].vgap, a_CellGroup_5[0].apic_30.v(0.03600194)
a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[67].target(0.03600194)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[67].vgap, a_CellGroup_4[0].apic_19.v(0.7961068)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_21 on tgt cell 0
// Fraction along src section: 0.100316204, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[68] = new Gap()
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[68].src(0.013323036)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[68].vgap, a_CellGroup_5[0].apic_20.v(0.100316204)
a_CellGroup_5[0].apic_20 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[68].target(0.100316204)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[68].vgap, a_CellGroup_4[0].apic_21.v(0.013323036)
// Syn conn (type: Gap_Junction_simple) from apic_5 on src cell 0 to apic_11 on tgt cell 0
// Fraction along src section: 0.9493087, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[69] = new Gap()
a_CellGroup_4[0].apic_11 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[69].src(0.6216574)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[69].vgap, a_CellGroup_5[0].apic_5.v(0.9493087)
a_CellGroup_5[0].apic_5 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[69].target(0.9493087)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[69].vgap, a_CellGroup_4[0].apic_11.v(0.6216574)
// Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.06476297, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[70] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[70].src(0.42609617)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[70].vgap, a_CellGroup_5[0].apic_7.v(0.06476297)
a_CellGroup_5[0].apic_7 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[70].target(0.06476297)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[70].vgap, a_CellGroup_4[0].apic_10.v(0.42609617)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.6081643, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[71] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[71].src(0.13884312)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[71].vgap, a_CellGroup_5[0].apic_18.v(0.6081643)
a_CellGroup_5[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[71].target(0.6081643)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[71].vgap, a_CellGroup_4[0].apic_23.v(0.13884312)
// Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.10339209, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[72] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[72].src(0.41168228)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[72].vgap, a_CellGroup_5[0].apic_7.v(0.10339209)
a_CellGroup_5[0].apic_7 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[72].target(0.10339209)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[72].vgap, a_CellGroup_4[0].apic_10.v(0.41168228)
// Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.48095828, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[73] = new Gap()
a_CellGroup_4[0].apic_17 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[73].src(0.6741587)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[73].vgap, a_CellGroup_5[0].apic_17.v(0.48095828)
a_CellGroup_5[0].apic_17 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[73].target(0.48095828)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[73].vgap, a_CellGroup_4[0].apic_17.v(0.6741587)
// Syn conn (type: Gap_Junction_simple) from apic_6 on src cell 0 to apic_11 on tgt cell 0
// Fraction along src section: 0.85478204, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[74] = new Gap()
a_CellGroup_4[0].apic_11 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[74].src(0.13451733)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[74].vgap, a_CellGroup_5[0].apic_6.v(0.85478204)
a_CellGroup_5[0].apic_6 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[74].target(0.85478204)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[74].vgap, a_CellGroup_4[0].apic_11.v(0.13451733)
// Syn conn (type: Gap_Junction_simple) from apic_29 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.39628816, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[75] = new Gap()
a_CellGroup_4[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[75].src(0.67082524)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[75].vgap, a_CellGroup_5[0].apic_29.v(0.39628816)
a_CellGroup_5[0].apic_29 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[75].target(0.39628816)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[75].vgap, a_CellGroup_4[0].apic_19.v(0.67082524)
// Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.8910028, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[76] = new Gap()
a_CellGroup_4[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[76].src(0.24163152)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[76].vgap, a_CellGroup_5[0].apic_15.v(0.8910028)
a_CellGroup_5[0].apic_15 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[76].target(0.8910028)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[76].vgap, a_CellGroup_4[0].apic_19.v(0.24163152)
// Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.92979014, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[77] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[77].src(0.13954914)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[77].vgap, a_CellGroup_5[0].apic_17.v(0.92979014)
a_CellGroup_5[0].apic_17 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[77].target(0.92979014)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[77].vgap, a_CellGroup_4[0].apic_23.v(0.13954914)
// Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.0045129606, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[78] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[78].src(0.41613695)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[78].vgap, a_CellGroup_5[0].apic_35.v(0.0045129606)
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[78].target(0.0045129606)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[78].vgap, a_CellGroup_4[0].apic_10.v(0.41613695)
// Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.65910286, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[79] = new Gap()
a_CellGroup_4[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[79].src(0.33374286)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[79].vgap, a_CellGroup_5[0].apic_15.v(0.65910286)
a_CellGroup_5[0].apic_15 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[79].target(0.65910286)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[79].vgap, a_CellGroup_4[0].apic_19.v(0.33374286)
// Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.016652022, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[80] = new Gap()
a_CellGroup_4[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[80].src(0.76217145)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[80].vgap, a_CellGroup_5[0].apic_30.v(0.016652022)
a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[80].target(0.016652022)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[80].vgap, a_CellGroup_4[0].apic_19.v(0.76217145)
// Syn conn (type: Gap_Junction_simple) from apic_24 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.09343049, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[81] = new Gap()
a_CellGroup_4[0].apic_17 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[81].src(0.21969128)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[81].vgap, a_CellGroup_5[0].apic_24.v(0.09343049)
a_CellGroup_5[0].apic_24 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[81].target(0.09343049)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[81].vgap, a_CellGroup_4[0].apic_17.v(0.21969128)
// Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_21 on tgt cell 0
// Fraction along src section: 0.8044152, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[82] = new Gap()
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[82].src(0.9567)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[82].vgap, a_CellGroup_5[0].apic_7.v(0.8044152)
a_CellGroup_5[0].apic_7 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[82].target(0.8044152)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[82].vgap, a_CellGroup_4[0].apic_21.v(0.9567)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.3460091, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[83] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[83].src(0.5751933)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[83].vgap, a_CellGroup_5[0].apic_34.v(0.3460091)
a_CellGroup_5[0].apic_34 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[83].target(0.3460091)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[83].vgap, a_CellGroup_4[0].apic_10.v(0.5751933)
// Syn conn (type: Gap_Junction_simple) from apic_8 on src cell 0 to apic_21 on tgt cell 0
// Fraction along src section: 0.13336337, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[84] = new Gap()
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[84].src(0.8167015)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[84].vgap, a_CellGroup_5[0].apic_8.v(0.13336337)
a_CellGroup_5[0].apic_8 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[84].target(0.13336337)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[84].vgap, a_CellGroup_4[0].apic_21.v(0.8167015)
// Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_21 on tgt cell 0
// Fraction along src section: 0.9896309, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[85] = new Gap()
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[85].src(0.8989355)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[85].vgap, a_CellGroup_5[0].apic_7.v(0.9896309)
a_CellGroup_5[0].apic_7 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[85].target(0.9896309)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[85].vgap, a_CellGroup_4[0].apic_21.v(0.8989355)
// Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.48780742, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[86] = new Gap()
a_CellGroup_4[0].apic_17 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[86].src(0.6729537)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[86].vgap, a_CellGroup_5[0].apic_13.v(0.48780742)
a_CellGroup_5[0].apic_13 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[86].target(0.48780742)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[86].vgap, a_CellGroup_4[0].apic_17.v(0.6729537)
// Syn conn (type: Gap_Junction_simple) from apic_24 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.5774033, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[87] = new Gap()
a_CellGroup_4[0].apic_17 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[87].src(0.26397088)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[87].vgap, a_CellGroup_5[0].apic_24.v(0.5774033)
a_CellGroup_5[0].apic_24 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[87].target(0.5774033)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[87].vgap, a_CellGroup_4[0].apic_17.v(0.26397088)
// Syn conn (type: Gap_Junction_simple) from apic_14 on src cell 0 to apic_16 on tgt cell 0
// Fraction along src section: 0.6125111, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[88] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[88].src(0.50542384)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[88].vgap, a_CellGroup_5[0].apic_14.v(0.6125111)
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[88].target(0.6125111)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[88].vgap, a_CellGroup_4[0].apic_16.v(0.50542384)
// Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.38050422, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[89] = new Gap()
a_CellGroup_4[0].apic_17 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[89].src(0.78806466)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[89].vgap, a_CellGroup_5[0].apic_20.v(0.38050422)
a_CellGroup_5[0].apic_20 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[89].target(0.38050422)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[89].vgap, a_CellGroup_4[0].apic_17.v(0.78806466)
// Syn conn (type: Gap_Junction_simple) from apic_1 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.4588015, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[90] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[90].src(0.3393029)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[90].vgap, a_CellGroup_5[0].apic_1.v(0.4588015)
a_CellGroup_5[0].apic_1 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[90].target(0.4588015)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[90].vgap, a_CellGroup_4[0].apic_10.v(0.3393029)
// Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_21 on tgt cell 0
// Fraction along src section: 0.58523935, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[91] = new Gap()
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[91].src(0.404864)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[91].vgap, a_CellGroup_5[0].apic_17.v(0.58523935)
a_CellGroup_5[0].apic_17 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[91].target(0.58523935)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[91].vgap, a_CellGroup_4[0].apic_21.v(0.404864)
// Syn conn (type: Gap_Junction_simple) from apic_24 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.16634847, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[92] = new Gap()
a_CellGroup_4[0].apic_17 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[92].src(0.22505425)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[92].vgap, a_CellGroup_5[0].apic_24.v(0.16634847)
a_CellGroup_5[0].apic_24 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[92].target(0.16634847)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[92].vgap, a_CellGroup_4[0].apic_17.v(0.22505425)
// Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_21 on tgt cell 0
// Fraction along src section: 0.14801934, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[93] = new Gap()
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[93].src(0.81621224)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[93].vgap, a_CellGroup_5[0].apic_9.v(0.14801934)
a_CellGroup_5[0].apic_9 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[93].target(0.14801934)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[93].vgap, a_CellGroup_4[0].apic_21.v(0.81621224)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_10 on tgt cell 0
// Fraction along src section: 0.6378621, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[94] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[94].src(0.8904561)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[94].vgap, a_CellGroup_5[0].apic_34.v(0.6378621)
a_CellGroup_5[0].apic_34 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[94].target(0.6378621)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[94].vgap, a_CellGroup_4[0].apic_10.v(0.8904561)
// Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.92212373, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[95] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[95].src(0.13836254)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[95].vgap, a_CellGroup_5[0].apic_18.v(0.92212373)
a_CellGroup_5[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[95].target(0.92212373)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[95].vgap, a_CellGroup_4[0].apic_23.v(0.13836254)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_20 on tgt cell 0
// Fraction along src section: 0.96061295, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[96] = new Gap()
a_CellGroup_4[0].apic_20 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[96].src(0.38895747)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[96].vgap, a_CellGroup_5[0].apic_27.v(0.96061295)
a_CellGroup_5[0].apic_27 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[96].target(0.96061295)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[96].vgap, a_CellGroup_4[0].apic_20.v(0.38895747)
// Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_17 on tgt cell 0
// Fraction along src section: 0.55974114, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[97] = new Gap()
a_CellGroup_4[0].apic_17 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[97].src(0.68069726)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[97].vgap, a_CellGroup_5[0].apic_17.v(0.55974114)
a_CellGroup_5[0].apic_17 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[97].target(0.55974114)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[97].vgap, a_CellGroup_4[0].apic_17.v(0.68069726)
// Syn conn (type: Gap_Junction_simple) from apic_24 on src cell 0 to apic_15 on tgt cell 0
// Fraction along src section: 0.990517, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[98] = new Gap()
a_CellGroup_4[0].apic_15 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[98].src(0.60189617)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[98].vgap, a_CellGroup_5[0].apic_24.v(0.990517)
a_CellGroup_5[0].apic_24 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[98].target(0.990517)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[98].vgap, a_CellGroup_4[0].apic_15.v(0.60189617)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_21 on tgt cell 0
// Fraction along src section: 0.98842204, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[99] = new Gap()
a_CellGroup_4[0].apic_21 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[99].src(0.9062431)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[99].vgap, a_CellGroup_5[0].apic_34.v(0.98842204)
a_CellGroup_5[0].apic_34 elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[99].target(0.98842204)
// elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_4_Gap_Junction_simple_A[99].vgap, a_CellGroup_4[0].apic_21.v(0.9062431)
// Adding NetConn: NetConn_CellGroup_1_CellGroup_5 from: CellGroup_1 to: CellGroup_5 with 100 connections
// each with syn(s): [Gap_Junction_simple [thresh: -20.0, delay: 5.0, weight: 1.0]]
// Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.54818386, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
objectvar elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[100]
// objectvar elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[100]
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[0] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[0].src(0.99680895)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[0].vgap, a_CellGroup_1[0].apic_12.v(0.54818386)
a_CellGroup_1[0].apic_12 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[0].target(0.54818386)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[0].vgap, a_CellGroup_5[0].apic_38.v(0.99680895)
// Syn conn (type: Gap_Junction_simple) from apic_93 on src cell 0 to apic_14 on tgt cell 0
// Fraction along src section: 0.27115762, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[1] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[1].src(0.4731497)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[1].vgap, a_CellGroup_1[0].apic_93.v(0.27115762)
a_CellGroup_1[0].apic_93 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[1].target(0.27115762)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[1].vgap, a_CellGroup_5[0].apic_14.v(0.4731497)
// Syn conn (type: Gap_Junction_simple) from apic_47 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.9431455, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[2] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[2].src(0.09083525)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[2].vgap, a_CellGroup_1[0].apic_47.v(0.9431455)
a_CellGroup_1[0].apic_47 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[2].target(0.9431455)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[2].vgap, a_CellGroup_5[0].apic_35.v(0.09083525)
// Syn conn (type: Gap_Junction_simple) from apic_65 on src cell 0 to apic_30 on tgt cell 0
// Fraction along src section: 0.67225343, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[3] = new Gap()
a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[3].src(0.2849554)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[3].vgap, a_CellGroup_1[0].apic_65.v(0.67225343)
a_CellGroup_1[0].apic_65 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[3].target(0.67225343)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[3].vgap, a_CellGroup_5[0].apic_30.v(0.2849554)
// Syn conn (type: Gap_Junction_simple) from apic_5 on src cell 0 to apic_18 on tgt cell 0
// Fraction along src section: 0.683303, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[4] = new Gap()
a_CellGroup_5[0].apic_18 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[4].src(0.97421235)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[4].vgap, a_CellGroup_1[0].apic_5.v(0.683303)
a_CellGroup_1[0].apic_5 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[4].target(0.683303)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[4].vgap, a_CellGroup_5[0].apic_18.v(0.97421235)
// Syn conn (type: Gap_Junction_simple) from apic_42 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.14747226, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[5] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[5].src(0.101670794)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[5].vgap, a_CellGroup_1[0].apic_42.v(0.14747226)
a_CellGroup_1[0].apic_42 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[5].target(0.14747226)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[5].vgap, a_CellGroup_5[0].apic_35.v(0.101670794)
// Syn conn (type: Gap_Junction_simple) from apic_96 on src cell 0 to apic_6 on tgt cell 0
// Fraction along src section: 0.9262246, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[6] = new Gap()
a_CellGroup_5[0].apic_6 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[6].src(0.6340299)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[6].vgap, a_CellGroup_1[0].apic_96.v(0.9262246)
a_CellGroup_1[0].apic_96 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[6].target(0.9262246)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[6].vgap, a_CellGroup_5[0].apic_6.v(0.6340299)
// Syn conn (type: Gap_Junction_simple) from apic_85 on src cell 0 to apic_1 on tgt cell 0
// Fraction along src section: 0.6471935, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[7] = new Gap()
a_CellGroup_5[0].apic_1 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[7].src(0.0103196455)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[7].vgap, a_CellGroup_1[0].apic_85.v(0.6471935)
a_CellGroup_1[0].apic_85 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[7].target(0.6471935)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[7].vgap, a_CellGroup_5[0].apic_1.v(0.0103196455)
// Syn conn (type: Gap_Junction_simple) from apic_99 on src cell 0 to apic_30 on tgt cell 0
// Fraction along src section: 0.697976, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[8] = new Gap()
a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[8].src(0.2886281)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[8].vgap, a_CellGroup_1[0].apic_99.v(0.697976)
a_CellGroup_1[0].apic_99 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[8].target(0.697976)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[8].vgap, a_CellGroup_5[0].apic_30.v(0.2886281)
// Syn conn (type: Gap_Junction_simple) from apic_59 on src cell 0 to apic_1 on tgt cell 0
// Fraction along src section: 0.37652615, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[9] = new Gap()
a_CellGroup_5[0].apic_1 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[9].src(0.62607515)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[9].vgap, a_CellGroup_1[0].apic_59.v(0.37652615)
a_CellGroup_1[0].apic_59 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[9].target(0.37652615)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[9].vgap, a_CellGroup_5[0].apic_1.v(0.62607515)
// Syn conn (type: Gap_Junction_simple) from apic_5 on src cell 0 to apic_34 on tgt cell 0
// Fraction along src section: 0.46641642, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[10] = new Gap()
a_CellGroup_5[0].apic_34 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[10].src(0.99900496)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[10].vgap, a_CellGroup_1[0].apic_5.v(0.46641642)
a_CellGroup_1[0].apic_5 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[10].target(0.46641642)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[10].vgap, a_CellGroup_5[0].apic_34.v(0.99900496)
// Syn conn (type: Gap_Junction_simple) from apic_5 on src cell 0 to apic_30 on tgt cell 0
// Fraction along src section: 0.0032246753, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[11] = new Gap()
a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[11].src(0.81524885)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[11].vgap, a_CellGroup_1[0].apic_5.v(0.0032246753)
a_CellGroup_1[0].apic_5 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[11].target(0.0032246753)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[11].vgap, a_CellGroup_5[0].apic_30.v(0.81524885)
// Syn conn (type: Gap_Junction_simple) from apic_96 on src cell 0 to apic_14 on tgt cell 0
// Fraction along src section: 0.31118307, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[12] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[12].src(0.5940549)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[12].vgap, a_CellGroup_1[0].apic_96.v(0.31118307)
a_CellGroup_1[0].apic_96 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[12].target(0.31118307)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[12].vgap, a_CellGroup_5[0].apic_14.v(0.5940549)
// Syn conn (type: Gap_Junction_simple) from apic_2 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.27988762, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[13] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[13].src(0.99491787)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[13].vgap, a_CellGroup_1[0].apic_2.v(0.27988762)
a_CellGroup_1[0].apic_2 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[13].target(0.27988762)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[13].vgap, a_CellGroup_5[0].apic_23.v(0.99491787)
// Syn conn (type: Gap_Junction_simple) from apic_100 on src cell 0 to apic_14 on tgt cell 0
// Fraction along src section: 0.5157908, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[14] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[14].src(0.002376987)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[14].vgap, a_CellGroup_1[0].apic_100.v(0.5157908)
a_CellGroup_1[0].apic_100 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[14].target(0.5157908)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[14].vgap, a_CellGroup_5[0].apic_14.v(0.002376987)
// Syn conn (type: Gap_Junction_simple) from apic_96 on src cell 0 to apic_6 on tgt cell 0
// Fraction along src section: 0.77064717, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[15] = new Gap()
a_CellGroup_5[0].apic_6 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[15].src(0.15215336)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[15].vgap, a_CellGroup_1[0].apic_96.v(0.77064717)
a_CellGroup_1[0].apic_96 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[15].target(0.77064717)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[15].vgap, a_CellGroup_5[0].apic_6.v(0.15215336)
// Syn conn (type: Gap_Junction_simple) from apic_93 on src cell 0 to apic_14 on tgt cell 0
// Fraction along src section: 0.08790519, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[16] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[16].src(0.48269102)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[16].vgap, a_CellGroup_1[0].apic_93.v(0.08790519)
a_CellGroup_1[0].apic_93 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[16].target(0.08790519)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[16].vgap, a_CellGroup_5[0].apic_14.v(0.48269102)
// Syn conn (type: Gap_Junction_simple) from apic_71 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.43944386, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[17] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[17].src(0.9972084)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[17].vgap, a_CellGroup_1[0].apic_71.v(0.43944386)
a_CellGroup_1[0].apic_71 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[17].target(0.43944386)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[17].vgap, a_CellGroup_5[0].apic_23.v(0.9972084)
// Syn conn (type: Gap_Junction_simple) from apic_96 on src cell 0 to apic_1 on tgt cell 0
// Fraction along src section: 0.44765925, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[18] = new Gap()
a_CellGroup_5[0].apic_1 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[18].src(0.708659)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[18].vgap, a_CellGroup_1[0].apic_96.v(0.44765925)
a_CellGroup_1[0].apic_96 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[18].target(0.44765925)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[18].vgap, a_CellGroup_5[0].apic_1.v(0.708659)
// Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.0734628, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[19] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[19].src(0.97950554)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[19].vgap, a_CellGroup_1[0].apic_7.v(0.0734628)
a_CellGroup_1[0].apic_7 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[19].target(0.0734628)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[19].vgap, a_CellGroup_5[0].apic_38.v(0.97950554)
// Syn conn (type: Gap_Junction_simple) from apic_45 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.9771237, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[20] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[20].src(0.9824341)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[20].vgap, a_CellGroup_1[0].apic_45.v(0.9771237)
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[20].target(0.9771237)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[20].vgap, a_CellGroup_5[0].apic_19.v(0.9824341)
// Syn conn (type: Gap_Junction_simple) from apic_47 on src cell 0 to apic_33 on tgt cell 0
// Fraction along src section: 0.65257275, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[21] = new Gap()
a_CellGroup_5[0].apic_33 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[21].src(0.6220368)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[21].vgap, a_CellGroup_1[0].apic_47.v(0.65257275)
a_CellGroup_1[0].apic_47 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[21].target(0.65257275)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[21].vgap, a_CellGroup_5[0].apic_33.v(0.6220368)
// Syn conn (type: Gap_Junction_simple) from apic_5 on src cell 0 to apic_26 on tgt cell 0
// Fraction along src section: 0.26158068, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[22] = new Gap()
a_CellGroup_5[0].apic_26 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[22].src(0.13235965)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[22].vgap, a_CellGroup_1[0].apic_5.v(0.26158068)
a_CellGroup_1[0].apic_5 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[22].target(0.26158068)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[22].vgap, a_CellGroup_5[0].apic_26.v(0.13235965)
// Syn conn (type: Gap_Junction_simple) from apic_76 on src cell 0 to apic_33 on tgt cell 0
// Fraction along src section: 0.64542603, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[23] = new Gap()
a_CellGroup_5[0].apic_33 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[23].src(0.0109477695)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[23].vgap, a_CellGroup_1[0].apic_76.v(0.64542603)
a_CellGroup_1[0].apic_76 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[23].target(0.64542603)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[23].vgap, a_CellGroup_5[0].apic_33.v(0.0109477695)
// Syn conn (type: Gap_Junction_simple) from apic_99 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.29570618, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[24] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[24].src(0.98006934)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[24].vgap, a_CellGroup_1[0].apic_99.v(0.29570618)
a_CellGroup_1[0].apic_99 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[24].target(0.29570618)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[24].vgap, a_CellGroup_5[0].apic_23.v(0.98006934)
// Syn conn (type: Gap_Junction_simple) from apic_26 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.71359575, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[25] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[25].src(0.98237103)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[25].vgap, a_CellGroup_1[0].apic_26.v(0.71359575)
a_CellGroup_1[0].apic_26 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[25].target(0.71359575)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[25].vgap, a_CellGroup_5[0].apic_38.v(0.98237103)
// Syn conn (type: Gap_Junction_simple) from apic_2 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.17900664, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[26] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[26].src(0.99887717)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[26].vgap, a_CellGroup_1[0].apic_2.v(0.17900664)
a_CellGroup_1[0].apic_2 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[26].target(0.17900664)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[26].vgap, a_CellGroup_5[0].apic_23.v(0.99887717)
// Syn conn (type: Gap_Junction_simple) from apic_59 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.91628164, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[27] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[27].src(0.07210566)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[27].vgap, a_CellGroup_1[0].apic_59.v(0.91628164)
a_CellGroup_1[0].apic_59 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[27].target(0.91628164)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[27].vgap, a_CellGroup_5[0].apic_35.v(0.07210566)
// Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_24 on tgt cell 0
// Fraction along src section: 0.13089643, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[28] = new Gap()
a_CellGroup_5[0].apic_24 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[28].src(0.9701525)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[28].vgap, a_CellGroup_1[0].apic_30.v(0.13089643)
a_CellGroup_1[0].apic_30 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[28].target(0.13089643)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[28].vgap, a_CellGroup_5[0].apic_24.v(0.9701525)
// Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_19 on tgt cell 0
// Fraction along src section: 0.7529804, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[29] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[29].src(0.9847986)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[29].vgap, a_CellGroup_1[0].apic_30.v(0.7529804)
a_CellGroup_1[0].apic_30 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[29].target(0.7529804)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[29].vgap, a_CellGroup_5[0].apic_19.v(0.9847986)
// Syn conn (type: Gap_Junction_simple) from apic_47 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.7803966, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[30] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[30].src(0.010375282)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[30].vgap, a_CellGroup_1[0].apic_47.v(0.7803966)
a_CellGroup_1[0].apic_47 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[30].target(0.7803966)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[30].vgap, a_CellGroup_5[0].apic_35.v(0.010375282)
// Syn conn (type: Gap_Junction_simple) from apic_39 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.3423917, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[31] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[31].src(0.10478801)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[31].vgap, a_CellGroup_1[0].apic_39.v(0.3423917)
a_CellGroup_1[0].apic_39 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[31].target(0.3423917)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[31].vgap, a_CellGroup_5[0].apic_35.v(0.10478801)
// Syn conn (type: Gap_Junction_simple) from apic_43 on src cell 0 to apic_34 on tgt cell 0
// Fraction along src section: 0.15121023, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[32] = new Gap()
a_CellGroup_5[0].apic_34 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[32].src(0.32075682)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[32].vgap, a_CellGroup_1[0].apic_43.v(0.15121023)
a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[32].target(0.15121023)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[32].vgap, a_CellGroup_5[0].apic_34.v(0.32075682)
// Syn conn (type: Gap_Junction_simple) from apic_76 on src cell 0 to apic_14 on tgt cell 0
// Fraction along src section: 0.15218198, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[33] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[33].src(0.5744594)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[33].vgap, a_CellGroup_1[0].apic_76.v(0.15218198)
a_CellGroup_1[0].apic_76 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[33].target(0.15218198)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[33].vgap, a_CellGroup_5[0].apic_14.v(0.5744594)
// Syn conn (type: Gap_Junction_simple) from apic_87 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.19741338, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[34] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[34].src(0.08894371)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[34].vgap, a_CellGroup_1[0].apic_87.v(0.19741338)
a_CellGroup_1[0].apic_87 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[34].target(0.19741338)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[34].vgap, a_CellGroup_5[0].apic_35.v(0.08894371)
// Syn conn (type: Gap_Junction_simple) from apic_47 on src cell 0 to apic_1 on tgt cell 0
// Fraction along src section: 0.56945837, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[35] = new Gap()
a_CellGroup_5[0].apic_1 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[35].src(0.65387166)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[35].vgap, a_CellGroup_1[0].apic_47.v(0.56945837)
a_CellGroup_1[0].apic_47 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[35].target(0.56945837)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[35].vgap, a_CellGroup_5[0].apic_1.v(0.65387166)
// Syn conn (type: Gap_Junction_simple) from apic_5 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.8729227, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[36] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[36].src(0.9909592)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[36].vgap, a_CellGroup_1[0].apic_5.v(0.8729227)
a_CellGroup_1[0].apic_5 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[36].target(0.8729227)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[36].vgap, a_CellGroup_5[0].apic_38.v(0.9909592)
// Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.41044325, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[37] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[37].src(0.98952687)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[37].vgap, a_CellGroup_1[0].apic_27.v(0.41044325)
a_CellGroup_1[0].apic_27 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[37].target(0.41044325)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[37].vgap, a_CellGroup_5[0].apic_38.v(0.98952687)
// Syn conn (type: Gap_Junction_simple) from apic_93 on src cell 0 to apic_14 on tgt cell 0
// Fraction along src section: 0.09062773, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[38] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[38].src(0.4764755)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[38].vgap, a_CellGroup_1[0].apic_93.v(0.09062773)
a_CellGroup_1[0].apic_93 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[38].target(0.09062773)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[38].vgap, a_CellGroup_5[0].apic_14.v(0.4764755)
// Syn conn (type: Gap_Junction_simple) from apic_2 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.16281554, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[39] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[39].src(0.996005)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[39].vgap, a_CellGroup_1[0].apic_2.v(0.16281554)
a_CellGroup_1[0].apic_2 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[39].target(0.16281554)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[39].vgap, a_CellGroup_5[0].apic_23.v(0.996005)
// Syn conn (type: Gap_Junction_simple) from apic_26 on src cell 0 to apic_38 on tgt cell 0
// Fraction along src section: 0.7686853, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[40] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[40].src(0.98093545)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[40].vgap, a_CellGroup_1[0].apic_26.v(0.7686853)
a_CellGroup_1[0].apic_26 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[40].target(0.7686853)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[40].vgap, a_CellGroup_5[0].apic_38.v(0.98093545)
// Syn conn (type: Gap_Junction_simple) from apic_77 on src cell 0 to apic_14 on tgt cell 0
// Fraction along src section: 0.4911246, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[41] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[41].src(0.82031566)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[41].vgap, a_CellGroup_1[0].apic_77.v(0.4911246)
a_CellGroup_1[0].apic_77 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[41].target(0.4911246)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[41].vgap, a_CellGroup_5[0].apic_14.v(0.82031566)
// Syn conn (type: Gap_Junction_simple) from apic_2 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.16803132, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[42] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[42].src(0.9836842)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[42].vgap, a_CellGroup_1[0].apic_2.v(0.16803132)
a_CellGroup_1[0].apic_2 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[42].target(0.16803132)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[42].vgap, a_CellGroup_5[0].apic_23.v(0.9836842)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_33 on tgt cell 0
// Fraction along src section: 0.57863617, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[43] = new Gap()
a_CellGroup_5[0].apic_33 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[43].src(0.86306244)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[43].vgap, a_CellGroup_1[0].apic_34.v(0.57863617)
a_CellGroup_1[0].apic_34 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[43].target(0.57863617)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[43].vgap, a_CellGroup_5[0].apic_33.v(0.86306244)
// Syn conn (type: Gap_Junction_simple) from apic_96 on src cell 0 to apic_6 on tgt cell 0
// Fraction along src section: 0.7726041, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[44] = new Gap()
a_CellGroup_5[0].apic_6 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[44].src(0.16523214)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[44].vgap, a_CellGroup_1[0].apic_96.v(0.7726041)
a_CellGroup_1[0].apic_96 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[44].target(0.7726041)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[44].vgap, a_CellGroup_5[0].apic_6.v(0.16523214)
// Syn conn (type: Gap_Junction_simple) from apic_82 on src cell 0 to apic_30 on tgt cell 0
// Fraction along src section: 0.7190202, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[45] = new Gap()
a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[45].src(0.28702095)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[45].vgap, a_CellGroup_1[0].apic_82.v(0.7190202)
a_CellGroup_1[0].apic_82 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[45].target(0.7190202)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[45].vgap, a_CellGroup_5[0].apic_30.v(0.28702095)
// Syn conn (type: Gap_Junction_simple) from apic_4 on src cell 0 to apic_30 on tgt cell 0
// Fraction along src section: 0.95015645, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[46] = new Gap()
a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[46].src(0.8226001)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[46].vgap, a_CellGroup_1[0].apic_4.v(0.95015645)
a_CellGroup_1[0].apic_4 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[46].target(0.95015645)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[46].vgap, a_CellGroup_5[0].apic_30.v(0.8226001)
// Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_33 on tgt cell 0
// Fraction along src section: 0.65686655, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[47] = new Gap()
a_CellGroup_5[0].apic_33 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[47].src(0.969937)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[47].vgap, a_CellGroup_1[0].apic_34.v(0.65686655)
a_CellGroup_1[0].apic_34 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[47].target(0.65686655)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[47].vgap, a_CellGroup_5[0].apic_33.v(0.969937)
// Syn conn (type: Gap_Junction_simple) from apic_82 on src cell 0 to apic_30 on tgt cell 0
// Fraction along src section: 0.972904, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[48] = new Gap()
a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[48].src(0.2864114)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[48].vgap, a_CellGroup_1[0].apic_82.v(0.972904)
a_CellGroup_1[0].apic_82 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[48].target(0.972904)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[48].vgap, a_CellGroup_5[0].apic_30.v(0.2864114)
// Syn conn (type: Gap_Junction_simple) from apic_102 on src cell 0 to apic_23 on tgt cell 0
// Fraction along src section: 0.2853165, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[49] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[49].src(0.98812664)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[49].vgap, a_CellGroup_1[0].apic_102.v(0.2853165)
a_CellGroup_1[0].apic_102 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[49].target(0.2853165)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[49].vgap, a_CellGroup_5[0].apic_23.v(0.98812664)
// Syn conn (type: Gap_Junction_simple) from apic_4 on src cell 0 to apic_30 on tgt cell 0
// Fraction along src section: 0.19355172, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[50] = new Gap()
a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[50].src(0.86883265)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[50].vgap, a_CellGroup_1[0].apic_4.v(0.19355172)
a_CellGroup_1[0].apic_4 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[50].target(0.19355172)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[50].vgap, a_CellGroup_5[0].apic_30.v(0.86883265)
// Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_24 on tgt cell 0
// Fraction along src section: 0.7249499, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[51] = new Gap()
a_CellGroup_5[0].apic_24 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[51].src(0.99558187)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[51].vgap, a_CellGroup_1[0].apic_28.v(0.7249499)
a_CellGroup_1[0].apic_28 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[51].target(0.7249499)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[51].vgap, a_CellGroup_5[0].apic_24.v(0.99558187)
// Syn conn (type: Gap_Junction_simple) from apic_76 on src cell 0 to apic_35 on tgt cell 0
// Fraction along src section: 0.9850974, weight: 1.0
// Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
// Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[52] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[52] = new Gap(6.49406E-4)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[52].vgap, a_CellGroup_1[0].apic_76.v(0.9850974)
a_CellGroup_1[0].apic_76 elecsyn_NetConn_Ce