//  ******************************************************
// 
//     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_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[52].target(0.9850974)
// 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_5[0].apic_35.v(6.49406E-4)


//  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.100123584, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[53] = new Gap()
a_CellGroup_5[0].apic_1 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[53].src(0.66241896)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[53].vgap, a_CellGroup_1[0].apic_59.v(0.100123584)

a_CellGroup_1[0].apic_59 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[53].target(0.100123584)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[53].vgap, a_CellGroup_5[0].apic_1.v(0.66241896)


//  Syn conn (type: Gap_Junction_simple) from apic_99 on src cell 0 to apic_14 on tgt cell 0
//  Fraction along src section: 0.8090236, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[54] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[54].src(0.4919415)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[54].vgap, a_CellGroup_1[0].apic_99.v(0.8090236)

a_CellGroup_1[0].apic_99 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[54].target(0.8090236)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[54].vgap, a_CellGroup_5[0].apic_14.v(0.4919415)


//  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.27444792, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[55] = new Gap()
a_CellGroup_5[0].apic_26 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[55].src(0.10370624)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[55].vgap, a_CellGroup_1[0].apic_5.v(0.27444792)

a_CellGroup_1[0].apic_5 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[55].target(0.27444792)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[55].vgap, a_CellGroup_5[0].apic_26.v(0.10370624)


//  Syn conn (type: Gap_Junction_simple) from apic_91 on src cell 0 to apic_33 on tgt cell 0
//  Fraction along src section: 0.20797683, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[56] = new Gap()
a_CellGroup_5[0].apic_33 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[56] = new Gap(1.81357E-4)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[56].vgap, a_CellGroup_1[0].apic_91.v(0.20797683)

a_CellGroup_1[0].apic_91 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[56].target(0.20797683)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[56].vgap, a_CellGroup_5[0].apic_33.v(1.81357E-4)


//  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.302257, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[57] = new Gap()
a_CellGroup_5[0].apic_24 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[57].src(0.076049514)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[57].vgap, a_CellGroup_1[0].apic_28.v(0.302257)

a_CellGroup_1[0].apic_28 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[57].target(0.302257)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[57].vgap, a_CellGroup_5[0].apic_24.v(0.076049514)


//  Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_23 on tgt cell 0
//  Fraction along src section: 0.27435052, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[58] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[58].src(0.98457897)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[58].vgap, a_CellGroup_1[0].apic_3.v(0.27435052)

a_CellGroup_1[0].apic_3 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[58].target(0.27435052)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[58].vgap, a_CellGroup_5[0].apic_23.v(0.98457897)


//  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.82620287, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[59] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[59].src(0.08851307)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[59].vgap, a_CellGroup_1[0].apic_35.v(0.82620287)

a_CellGroup_1[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[59].target(0.82620287)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[59].vgap, a_CellGroup_5[0].apic_35.v(0.08851307)


//  Syn conn (type: Gap_Junction_simple) from apic_43 on src cell 0 to apic_38 on tgt cell 0
//  Fraction along src section: 0.9852027, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[60] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[60].src(0.596349)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[60].vgap, a_CellGroup_1[0].apic_43.v(0.9852027)

a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[60].target(0.9852027)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[60].vgap, a_CellGroup_5[0].apic_38.v(0.596349)


//  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.13873757, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[61] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[61].src(0.6830767)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[61].vgap, a_CellGroup_1[0].apic_76.v(0.13873757)

a_CellGroup_1[0].apic_76 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[61].target(0.13873757)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[61].vgap, a_CellGroup_5[0].apic_14.v(0.6830767)


//  Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_38 on tgt cell 0
//  Fraction along src section: 0.18512659, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[62] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[62].src(0.99680567)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[62].vgap, a_CellGroup_1[0].apic_23.v(0.18512659)

a_CellGroup_1[0].apic_23 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[62].target(0.18512659)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[62].vgap, a_CellGroup_5[0].apic_38.v(0.99680567)


//  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.5228503, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[63] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[63].src(0.9875444)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[63].vgap, a_CellGroup_1[0].apic_20.v(0.5228503)

a_CellGroup_1[0].apic_20 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[63].target(0.5228503)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[63].vgap, a_CellGroup_5[0].apic_38.v(0.9875444)


//  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.044468913, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[64] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[64].src(0.9921254)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[64].vgap, a_CellGroup_1[0].apic_18.v(0.044468913)

a_CellGroup_1[0].apic_18 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[64].target(0.044468913)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[64].vgap, a_CellGroup_5[0].apic_38.v(0.9921254)


//  Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_38 on tgt cell 0
//  Fraction along src section: 0.43710384, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[65] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[65].src(0.96359545)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[65].vgap, a_CellGroup_1[0].apic_23.v(0.43710384)

a_CellGroup_1[0].apic_23 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[65].target(0.43710384)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[65].vgap, a_CellGroup_5[0].apic_38.v(0.96359545)


//  Syn conn (type: Gap_Junction_simple) from apic_48 on src cell 0 to apic_32 on tgt cell 0
//  Fraction along src section: 0.0517417, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[66] = new Gap()
a_CellGroup_5[0].apic_32 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[66].src(0.81642866)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[66].vgap, a_CellGroup_1[0].apic_48.v(0.0517417)

a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[66].target(0.0517417)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[66].vgap, a_CellGroup_5[0].apic_32.v(0.81642866)


//  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.27016148, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[67] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[67].src(0.9635808)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[67].vgap, a_CellGroup_1[0].apic_18.v(0.27016148)

a_CellGroup_1[0].apic_18 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[67].target(0.27016148)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[67].vgap, a_CellGroup_5[0].apic_38.v(0.9635808)


//  Syn conn (type: Gap_Junction_simple) from apic_32 on src cell 0 to apic_32 on tgt cell 0
//  Fraction along src section: 0.70795846, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[68] = new Gap()
a_CellGroup_5[0].apic_32 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[68].src(0.9778253)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[68].vgap, a_CellGroup_1[0].apic_32.v(0.70795846)

a_CellGroup_1[0].apic_32 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[68].target(0.70795846)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[68].vgap, a_CellGroup_5[0].apic_32.v(0.9778253)


//  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.17234372, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[69] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[69].src(0.9915028)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[69].vgap, a_CellGroup_1[0].apic_7.v(0.17234372)

a_CellGroup_1[0].apic_7 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[69].target(0.17234372)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[69].vgap, a_CellGroup_5[0].apic_38.v(0.9915028)


//  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.98872995, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[70] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[70].src(0.9651001)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[70].vgap, a_CellGroup_1[0].apic_49.v(0.98872995)

a_CellGroup_1[0].apic_49 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[70].target(0.98872995)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[70].vgap, a_CellGroup_5[0].apic_23.v(0.9651001)


//  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.2650925, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[71] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[71].src(0.08879354)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[71].vgap, a_CellGroup_1[0].apic_35.v(0.2650925)

a_CellGroup_1[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[71].target(0.2650925)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[71].vgap, a_CellGroup_5[0].apic_35.v(0.08879354)


//  Syn conn (type: Gap_Junction_simple) from apic_91 on src cell 0 to apic_1 on tgt cell 0
//  Fraction along src section: 0.67261815, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[72] = new Gap()
a_CellGroup_5[0].apic_1 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[72].src(0.0039401003)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[72].vgap, a_CellGroup_1[0].apic_91.v(0.67261815)

a_CellGroup_1[0].apic_91 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[72].target(0.67261815)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[72].vgap, a_CellGroup_5[0].apic_1.v(0.0039401003)


//  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.82012254, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[73] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[73].src(0.988914)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[73].vgap, a_CellGroup_1[0].apic_102.v(0.82012254)

a_CellGroup_1[0].apic_102 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[73].target(0.82012254)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[73].vgap, a_CellGroup_5[0].apic_23.v(0.988914)


//  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.9400341, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[74] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[74].src(0.9863066)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[74].vgap, a_CellGroup_1[0].apic_18.v(0.9400341)

a_CellGroup_1[0].apic_18 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[74].target(0.9400341)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[74].vgap, a_CellGroup_5[0].apic_38.v(0.9863066)


//  Syn conn (type: Gap_Junction_simple) from apic_83 on src cell 0 to apic_14 on tgt cell 0
//  Fraction along src section: 0.70895326, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[75] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[75].src(0.48522374)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[75].vgap, a_CellGroup_1[0].apic_83.v(0.70895326)

a_CellGroup_1[0].apic_83 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[75].target(0.70895326)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[75].vgap, a_CellGroup_5[0].apic_14.v(0.48522374)


//  Syn conn (type: Gap_Junction_simple) from apic_37 on src cell 0 to apic_35 on tgt cell 0
//  Fraction along src section: 0.21976157, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[76] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[76].src(0.092510276)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[76].vgap, a_CellGroup_1[0].apic_37.v(0.21976157)

a_CellGroup_1[0].apic_37 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[76].target(0.21976157)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[76].vgap, a_CellGroup_5[0].apic_35.v(0.092510276)


//  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.43505126, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[77] = new Gap()
a_CellGroup_5[0].apic_11 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[77].src(0.9881142)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[77].vgap, a_CellGroup_1[0].apic_30.v(0.43505126)

a_CellGroup_1[0].apic_30 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[77].target(0.43505126)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[77].vgap, a_CellGroup_5[0].apic_11.v(0.9881142)


//  Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_35 on tgt cell 0
//  Fraction along src section: 0.2723784, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[78] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[78].src(0.09878337)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[78].vgap, a_CellGroup_1[0].apic_36.v(0.2723784)

a_CellGroup_1[0].apic_36 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[78].target(0.2723784)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[78].vgap, a_CellGroup_5[0].apic_35.v(0.09878337)


//  Syn conn (type: Gap_Junction_simple) from apic_96 on src cell 0 to apic_7 on tgt cell 0
//  Fraction along src section: 0.66296124, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[79] = new Gap()
a_CellGroup_5[0].apic_7 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[79].src(0.34941825)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[79].vgap, a_CellGroup_1[0].apic_96.v(0.66296124)

a_CellGroup_1[0].apic_96 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[79].target(0.66296124)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[79].vgap, a_CellGroup_5[0].apic_7.v(0.34941825)


//  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.9410888, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[80] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[80].src(0.09056251)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[80].vgap, a_CellGroup_1[0].apic_47.v(0.9410888)

a_CellGroup_1[0].apic_47 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[80].target(0.9410888)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[80].vgap, a_CellGroup_5[0].apic_35.v(0.09056251)


//  Syn conn (type: Gap_Junction_simple) from apic_94 on src cell 0 to apic_30 on tgt cell 0
//  Fraction along src section: 0.33370966, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[81] = new Gap()
a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[81].src(0.2775199)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[81].vgap, a_CellGroup_1[0].apic_94.v(0.33370966)

a_CellGroup_1[0].apic_94 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[81].target(0.33370966)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[81].vgap, a_CellGroup_5[0].apic_30.v(0.2775199)


//  Syn conn (type: Gap_Junction_simple) from apic_43 on src cell 0 to apic_35 on tgt cell 0
//  Fraction along src section: 0.3867499, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[82] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[82].src(0.7112485)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[82].vgap, a_CellGroup_1[0].apic_43.v(0.3867499)

a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[82].target(0.3867499)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[82].vgap, a_CellGroup_5[0].apic_35.v(0.7112485)


//  Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_30 on tgt cell 0
//  Fraction along src section: 0.050334148, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[83] = new Gap()
a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[83].src(0.83060163)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[83].vgap, a_CellGroup_1[0].apic_28.v(0.050334148)

a_CellGroup_1[0].apic_28 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[83].target(0.050334148)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[83].vgap, a_CellGroup_5[0].apic_30.v(0.83060163)


//  Syn conn (type: Gap_Junction_simple) from apic_48 on src cell 0 to apic_30 on tgt cell 0
//  Fraction along src section: 0.021721937, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[84] = new Gap()
a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[84].src(0.26749516)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[84].vgap, a_CellGroup_1[0].apic_48.v(0.021721937)

a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[84].target(0.021721937)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[84].vgap, a_CellGroup_5[0].apic_30.v(0.26749516)


//  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.76869196, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[85] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[85].src(0.09506435)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[85].vgap, a_CellGroup_1[0].apic_39.v(0.76869196)

a_CellGroup_1[0].apic_39 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[85].target(0.76869196)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[85].vgap, a_CellGroup_5[0].apic_35.v(0.09506435)


//  Syn conn (type: Gap_Junction_simple) from apic_83 on src cell 0 to apic_14 on tgt cell 0
//  Fraction along src section: 0.77195567, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[86] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[86].src(0.48478997)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[86].vgap, a_CellGroup_1[0].apic_83.v(0.77195567)

a_CellGroup_1[0].apic_83 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[86].target(0.77195567)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[86].vgap, a_CellGroup_5[0].apic_14.v(0.48478997)


//  Syn conn (type: Gap_Junction_simple) from apic_94 on src cell 0 to apic_31 on tgt cell 0
//  Fraction along src section: 0.4897102, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[87] = new Gap()
a_CellGroup_5[0].apic_31 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[87].src(0.9027199)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[87].vgap, a_CellGroup_1[0].apic_94.v(0.4897102)

a_CellGroup_1[0].apic_94 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[87].target(0.4897102)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[87].vgap, a_CellGroup_5[0].apic_31.v(0.9027199)


//  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.97942585, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[88] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[88].src(0.095220044)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[88].vgap, a_CellGroup_1[0].apic_39.v(0.97942585)

a_CellGroup_1[0].apic_39 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[88].target(0.97942585)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[88].vgap, a_CellGroup_5[0].apic_35.v(0.095220044)


//  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.007396579, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[89] = new Gap()
a_CellGroup_5[0].apic_24 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[89].src(0.9558935)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[89].vgap, a_CellGroup_1[0].apic_30.v(0.007396579)

a_CellGroup_1[0].apic_30 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[89].target(0.007396579)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[89].vgap, a_CellGroup_5[0].apic_24.v(0.9558935)


//  Syn conn (type: Gap_Junction_simple) from apic_80 on src cell 0 to apic_23 on tgt cell 0
//  Fraction along src section: 0.60141397, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[90] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[90].src(0.95863545)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[90].vgap, a_CellGroup_1[0].apic_80.v(0.60141397)

a_CellGroup_1[0].apic_80 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[90].target(0.60141397)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[90].vgap, a_CellGroup_5[0].apic_23.v(0.95863545)


//  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.76679397, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[91] = new Gap()
a_CellGroup_5[0].apic_24 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[91].src(0.99068886)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[91].vgap, a_CellGroup_1[0].apic_28.v(0.76679397)

a_CellGroup_1[0].apic_28 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[91].target(0.76679397)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[91].vgap, a_CellGroup_5[0].apic_24.v(0.99068886)


//  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.14638317, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[92] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[92].src(0.49333084)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[92].vgap, a_CellGroup_1[0].apic_96.v(0.14638317)

a_CellGroup_1[0].apic_96 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[92].target(0.14638317)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[92].vgap, a_CellGroup_5[0].apic_14.v(0.49333084)


//  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.37659714, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[93] = new Gap()
a_CellGroup_5[0].apic_21 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[93].src(0.72090924)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[93].vgap, a_CellGroup_1[0].apic_28.v(0.37659714)

a_CellGroup_1[0].apic_28 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[93].target(0.37659714)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[93].vgap, a_CellGroup_5[0].apic_21.v(0.72090924)


//  Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_35 on tgt cell 0
//  Fraction along src section: 0.699353, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[94] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[94].src(0.106307305)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[94].vgap, a_CellGroup_1[0].apic_36.v(0.699353)

a_CellGroup_1[0].apic_36 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[94].target(0.699353)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[94].vgap, a_CellGroup_5[0].apic_35.v(0.106307305)


//  Syn conn (type: Gap_Junction_simple) from apic_53 on src cell 0 to apic_32 on tgt cell 0
//  Fraction along src section: 0.7379539, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[95] = new Gap()
a_CellGroup_5[0].apic_32 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[95].src(0.8318803)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[95].vgap, a_CellGroup_1[0].apic_53.v(0.7379539)

a_CellGroup_1[0].apic_53 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[95].target(0.7379539)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[95].vgap, a_CellGroup_5[0].apic_32.v(0.8318803)


//  Syn conn (type: Gap_Junction_simple) from apic_43 on src cell 0 to apic_35 on tgt cell 0
//  Fraction along src section: 0.5338068, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[96] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[96].src(0.09710274)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[96].vgap, a_CellGroup_1[0].apic_43.v(0.5338068)

a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[96].target(0.5338068)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[96].vgap, a_CellGroup_5[0].apic_35.v(0.09710274)


//  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.33634773, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[97] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[97].src(0.07884572)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[97].vgap, a_CellGroup_1[0].apic_35.v(0.33634773)

a_CellGroup_1[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[97].target(0.33634773)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[97].vgap, a_CellGroup_5[0].apic_35.v(0.07884572)


//  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.06027807, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[98] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[98].src(0.4851703)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[98].vgap, a_CellGroup_1[0].apic_100.v(0.06027807)

a_CellGroup_1[0].apic_100 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[98].target(0.06027807)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[98].vgap, a_CellGroup_5[0].apic_14.v(0.4851703)


//  Syn conn (type: Gap_Junction_simple) from apic_78 on src cell 0 to apic_30 on tgt cell 0
//  Fraction along src section: 0.90484476, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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[99] = new Gap()
a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[99].src(0.291356)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[99].vgap, a_CellGroup_1[0].apic_78.v(0.90484476)

a_CellGroup_1[0].apic_78 elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[99].target(0.90484476)
// elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_5_Gap_Junction_simple_A[99].vgap, a_CellGroup_5[0].apic_30.v(0.291356)


// Adding NetConn: NetConn_CellGroup_5_CellGroup_2 from: CellGroup_5 to: CellGroup_2 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_25 on src cell 0 to apic_28 on tgt cell 0
//  Fraction along src section: 0.41930956, weight: 1.0
//  Delay due to AP prop along segs: 0.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_2_Gap_Junction_simple_A[100]

// objectvar elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[100]

elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[0] = new Gap()
a_CellGroup_2[0].apic_28 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[0].src(0.47267136)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[0].vgap, a_CellGroup_5[0].apic_25.v(0.41930956)

a_CellGroup_5[0].apic_25 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[0].target(0.41930956)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[0].vgap, a_CellGroup_2[0].apic_28.v(0.47267136)


//  Syn conn (type: Gap_Junction_simple) from apic_29 on src cell 0 to apic_47 on tgt cell 0
//  Fraction along src section: 0.8957792, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[1] = new Gap()
a_CellGroup_2[0].apic_47 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[1].src(0.2575746)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[1].vgap, a_CellGroup_5[0].apic_29.v(0.8957792)

a_CellGroup_5[0].apic_29 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[1].target(0.8957792)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[1].vgap, a_CellGroup_2[0].apic_47.v(0.2575746)


//  Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_47 on tgt cell 0
//  Fraction along src section: 0.22041501, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[2] = new Gap()
a_CellGroup_2[0].apic_47 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[2].src(0.48946026)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[2].vgap, a_CellGroup_5[0].apic_15.v(0.22041501)

a_CellGroup_5[0].apic_15 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[2].target(0.22041501)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[2].vgap, a_CellGroup_2[0].apic_47.v(0.48946026)


//  Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.34442317, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[3] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[3].src(0.20772511)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[3].vgap, a_CellGroup_5[0].apic_10.v(0.34442317)

a_CellGroup_5[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[3].target(0.34442317)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[3].vgap, a_CellGroup_2[0].apic_18.v(0.20772511)


//  Syn conn (type: Gap_Junction_simple) from apic_5 on src cell 0 to apic_19 on tgt cell 0
//  Fraction along src section: 0.4049041, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[4] = new Gap()
a_CellGroup_2[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[4].src(0.6585414)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[4].vgap, a_CellGroup_5[0].apic_5.v(0.4049041)

a_CellGroup_5[0].apic_5 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[4].target(0.4049041)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[4].vgap, a_CellGroup_2[0].apic_19.v(0.6585414)


//  Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.78714585, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[5] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[5].src(0.4671899)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[5].vgap, a_CellGroup_5[0].apic_3.v(0.78714585)

a_CellGroup_5[0].apic_3 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[5].target(0.78714585)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[5].vgap, a_CellGroup_2[0].apic_18.v(0.4671899)


//  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.5333975, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[6] = new Gap()
a_CellGroup_2[0].apic_8 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[6].src(0.9113642)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[6].vgap, a_CellGroup_5[0].apic_33.v(0.5333975)

a_CellGroup_5[0].apic_33 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[6].target(0.5333975)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[6].vgap, a_CellGroup_2[0].apic_8.v(0.9113642)


//  Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_98 on tgt cell 0
//  Fraction along src section: 0.21598993, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[7] = new Gap()
a_CellGroup_2[0].apic_98 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[7].src(0.580578)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[7].vgap, a_CellGroup_5[0].apic_19.v(0.21598993)

a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[7].target(0.21598993)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[7].vgap, a_CellGroup_2[0].apic_98.v(0.580578)


//  Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.14026162, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[8] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[8].src(0.5427937)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[8].vgap, a_CellGroup_5[0].apic_34.v(0.14026162)

a_CellGroup_5[0].apic_34 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[8].target(0.14026162)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[8].vgap, a_CellGroup_2[0].apic_18.v(0.5427937)


//  Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.93636227, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[9] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[9].src(0.32030284)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[9].vgap, a_CellGroup_5[0].apic_7.v(0.93636227)

a_CellGroup_5[0].apic_7 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[9].target(0.93636227)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[9].vgap, a_CellGroup_2[0].apic_18.v(0.32030284)


//  Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_99 on tgt cell 0
//  Fraction along src section: 0.8035158, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[10] = new Gap()
a_CellGroup_2[0].apic_99 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[10].src(0.50458395)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[10].vgap, a_CellGroup_5[0].apic_10.v(0.8035158)

a_CellGroup_5[0].apic_10 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[10].target(0.8035158)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[10].vgap, a_CellGroup_2[0].apic_99.v(0.50458395)


//  Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.5002512, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[11] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[11].src(0.4130809)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[11].vgap, a_CellGroup_5[0].apic_7.v(0.5002512)

a_CellGroup_5[0].apic_7 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[11].target(0.5002512)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[11].vgap, a_CellGroup_2[0].apic_18.v(0.4130809)


//  Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_98 on tgt cell 0
//  Fraction along src section: 0.21501131, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[12] = new Gap()
a_CellGroup_2[0].apic_98 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[12].src(0.496978)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[12].vgap, a_CellGroup_5[0].apic_19.v(0.21501131)

a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[12].target(0.21501131)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[12].vgap, a_CellGroup_2[0].apic_98.v(0.496978)


//  Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_33 on tgt cell 0
//  Fraction along src section: 0.75410485, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[13] = new Gap()
a_CellGroup_2[0].apic_33 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[13].src(0.96885157)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[13].vgap, a_CellGroup_5[0].apic_30.v(0.75410485)

a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[13].target(0.75410485)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[13].vgap, a_CellGroup_2[0].apic_33.v(0.96885157)


//  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.5752985, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[14] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[14].src(0.17127192)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[14].vgap, a_CellGroup_5[0].apic_13.v(0.5752985)

a_CellGroup_5[0].apic_13 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[14].target(0.5752985)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[14].vgap, a_CellGroup_2[0].apic_18.v(0.17127192)


//  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.37414622, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[15] = new Gap()
a_CellGroup_2[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[15].src(0.8402192)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[15].vgap, a_CellGroup_5[0].apic_36.v(0.37414622)

a_CellGroup_5[0].apic_36 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[15].target(0.37414622)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[15].vgap, a_CellGroup_2[0].apic_19.v(0.8402192)


//  Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_47 on tgt cell 0
//  Fraction along src section: 0.47948197, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[16] = new Gap()
a_CellGroup_2[0].apic_47 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[16].src(0.52138656)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[16].vgap, a_CellGroup_5[0].apic_15.v(0.47948197)

a_CellGroup_5[0].apic_15 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[16].target(0.47948197)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[16].vgap, a_CellGroup_2[0].apic_47.v(0.52138656)


//  Syn conn (type: Gap_Junction_simple) from apic_1 on src cell 0 to apic_8 on tgt cell 0
//  Fraction along src section: 0.052102383, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[17] = new Gap()
a_CellGroup_2[0].apic_8 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[17].src(0.87279916)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[17].vgap, a_CellGroup_5[0].apic_1.v(0.052102383)

a_CellGroup_5[0].apic_1 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[17].target(0.052102383)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[17].vgap, a_CellGroup_2[0].apic_8.v(0.87279916)


//  Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_47 on tgt cell 0
//  Fraction along src section: 0.6291865, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[18] = new Gap()
a_CellGroup_2[0].apic_47 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[18].src(0.89286214)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[18].vgap, a_CellGroup_5[0].apic_34.v(0.6291865)

a_CellGroup_5[0].apic_34 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[18].target(0.6291865)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[18].vgap, a_CellGroup_2[0].apic_47.v(0.89286214)


//  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.35582593, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[19] = new Gap()
a_CellGroup_2[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[19].src(0.8437727)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[19].vgap, a_CellGroup_5[0].apic_36.v(0.35582593)

a_CellGroup_5[0].apic_36 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[19].target(0.35582593)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[19].vgap, a_CellGroup_2[0].apic_19.v(0.8437727)


//  Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_33 on tgt cell 0
//  Fraction along src section: 0.6064992, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[20] = new Gap()
a_CellGroup_2[0].apic_33 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[20].src(0.9843765)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[20].vgap, a_CellGroup_5[0].apic_30.v(0.6064992)

a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[20].target(0.6064992)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[20].vgap, a_CellGroup_2[0].apic_33.v(0.9843765)


//  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.998725, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[21] = new Gap()
a_CellGroup_2[0].apic_99 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[21].src(0.32204843)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[21].vgap, a_CellGroup_5[0].apic_11.v(0.998725)

a_CellGroup_5[0].apic_11 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[21].target(0.998725)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[21].vgap, a_CellGroup_2[0].apic_99.v(0.32204843)


//  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.47990376, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[22] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[22].src(0.01001569)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[22].vgap, a_CellGroup_5[0].apic_23.v(0.47990376)

a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[22].target(0.47990376)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[22].vgap, a_CellGroup_2[0].apic_18.v(0.01001569)


//  Syn conn (type: Gap_Junction_simple) from apic_32 on src cell 0 to apic_47 on tgt cell 0
//  Fraction along src section: 0.85338527, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[23] = new Gap()
a_CellGroup_2[0].apic_47 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[23].src(0.23021838)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[23].vgap, a_CellGroup_5[0].apic_32.v(0.85338527)

a_CellGroup_5[0].apic_32 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[23].target(0.85338527)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[23].vgap, a_CellGroup_2[0].apic_47.v(0.23021838)


//  Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.35832193, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[24] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[24].src(0.57576466)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[24].vgap, a_CellGroup_5[0].apic_35.v(0.35832193)

a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[24].target(0.35832193)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[24].vgap, a_CellGroup_2[0].apic_18.v(0.57576466)


//  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.35872078, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[25] = new Gap()
a_CellGroup_2[0].apic_99 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[25].src(0.4613202)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[25].vgap, a_CellGroup_5[0].apic_11.v(0.35872078)

a_CellGroup_5[0].apic_11 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[25].target(0.35872078)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[25].vgap, a_CellGroup_2[0].apic_99.v(0.4613202)


//  Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_33 on tgt cell 0
//  Fraction along src section: 0.5684466, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[26] = new Gap()
a_CellGroup_2[0].apic_33 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[26].src(0.97855383)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[26].vgap, a_CellGroup_5[0].apic_30.v(0.5684466)

a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[26].target(0.5684466)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[26].vgap, a_CellGroup_2[0].apic_33.v(0.97855383)


//  Syn conn (type: Gap_Junction_simple) from apic_8 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.31076083, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[27] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[27].src(0.2744719)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[27].vgap, a_CellGroup_5[0].apic_8.v(0.31076083)

a_CellGroup_5[0].apic_8 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[27].target(0.31076083)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[27].vgap, a_CellGroup_2[0].apic_18.v(0.2744719)


//  Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_8 on tgt cell 0
//  Fraction along src section: 0.001378674, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[28] = new Gap()
a_CellGroup_2[0].apic_8 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[28].src(0.5162776)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[28].vgap, a_CellGroup_5[0].apic_15.v(0.001378674)

a_CellGroup_5[0].apic_15 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[28].target(0.001378674)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[28].vgap, a_CellGroup_2[0].apic_8.v(0.5162776)


//  Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_33 on tgt cell 0
//  Fraction along src section: 0.72448105, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[29] = new Gap()
a_CellGroup_2[0].apic_33 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[29].src(0.8625972)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[29].vgap, a_CellGroup_5[0].apic_23.v(0.72448105)

a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[29].target(0.72448105)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[29].vgap, a_CellGroup_2[0].apic_33.v(0.8625972)


//  Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.07900569, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[30] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[30].src(0.50433266)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[30].vgap, a_CellGroup_5[0].apic_3.v(0.07900569)

a_CellGroup_5[0].apic_3 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[30].target(0.07900569)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[30].vgap, a_CellGroup_2[0].apic_18.v(0.50433266)


//  Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_28 on tgt cell 0
//  Fraction along src section: 0.9938576, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[31] = new Gap()
a_CellGroup_2[0].apic_28 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[31].src(0.23661822)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[31].vgap, a_CellGroup_5[0].apic_27.v(0.9938576)

a_CellGroup_5[0].apic_27 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[31].target(0.9938576)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[31].vgap, a_CellGroup_2[0].apic_28.v(0.23661822)


//  Syn conn (type: Gap_Junction_simple) from apic_14 on src cell 0 to apic_8 on tgt cell 0
//  Fraction along src section: 0.83557016, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[32] = new Gap()
a_CellGroup_2[0].apic_8 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[32].src(0.50507766)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[32].vgap, a_CellGroup_5[0].apic_14.v(0.83557016)

a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[32].target(0.83557016)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[32].vgap, a_CellGroup_2[0].apic_8.v(0.50507766)


//  Syn conn (type: Gap_Junction_simple) from apic_37 on src cell 0 to apic_19 on tgt cell 0
//  Fraction along src section: 0.32755408, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[33] = new Gap()
a_CellGroup_2[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[33].src(0.8960351)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[33].vgap, a_CellGroup_5[0].apic_37.v(0.32755408)

a_CellGroup_5[0].apic_37 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[33].target(0.32755408)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[33].vgap, a_CellGroup_2[0].apic_19.v(0.8960351)


//  Syn conn (type: Gap_Junction_simple) from apic_6 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.12520993, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[34] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[34].src(0.4944845)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[34].vgap, a_CellGroup_5[0].apic_6.v(0.12520993)

a_CellGroup_5[0].apic_6 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[34].target(0.12520993)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[34].vgap, a_CellGroup_2[0].apic_18.v(0.4944845)


//  Syn conn (type: Gap_Junction_simple) from apic_24 on src cell 0 to apic_19 on tgt cell 0
//  Fraction along src section: 0.53298897, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[35] = new Gap()
a_CellGroup_2[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[35].src(0.03986368)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[35].vgap, a_CellGroup_5[0].apic_24.v(0.53298897)

a_CellGroup_5[0].apic_24 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[35].target(0.53298897)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[35].vgap, a_CellGroup_2[0].apic_19.v(0.03986368)


//  Syn conn (type: Gap_Junction_simple) from apic_8 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.5541209, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[36] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[36].src(0.21743701)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[36].vgap, a_CellGroup_5[0].apic_8.v(0.5541209)

a_CellGroup_5[0].apic_8 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[36].target(0.5541209)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[36].vgap, a_CellGroup_2[0].apic_18.v(0.21743701)


//  Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.20021944, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[37] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[37].src(0.17906737)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[37].vgap, a_CellGroup_5[0].apic_17.v(0.20021944)

a_CellGroup_5[0].apic_17 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[37].target(0.20021944)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[37].vgap, a_CellGroup_2[0].apic_18.v(0.17906737)


//  Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_19 on tgt cell 0
//  Fraction along src section: 0.7949062, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[38] = new Gap()
a_CellGroup_2[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[38].src(0.6657762)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[38].vgap, a_CellGroup_5[0].apic_34.v(0.7949062)

a_CellGroup_5[0].apic_34 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[38].target(0.7949062)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[38].vgap, a_CellGroup_2[0].apic_19.v(0.6657762)


//  Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.7447869, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[39] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[39].src(0.3436646)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[39].vgap, a_CellGroup_5[0].apic_7.v(0.7447869)

a_CellGroup_5[0].apic_7 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[39].target(0.7447869)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[39].vgap, a_CellGroup_2[0].apic_18.v(0.3436646)


//  Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_98 on tgt cell 0
//  Fraction along src section: 0.20950277, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[40] = new Gap()
a_CellGroup_2[0].apic_98 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[40].src(0.56004494)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[40].vgap, a_CellGroup_5[0].apic_18.v(0.20950277)

a_CellGroup_5[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[40].target(0.20950277)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[40].vgap, a_CellGroup_2[0].apic_98.v(0.56004494)


//  Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.30443937, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[41] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[41].src(0.5058918)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[41].vgap, a_CellGroup_5[0].apic_34.v(0.30443937)

a_CellGroup_5[0].apic_34 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[41].target(0.30443937)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[41].vgap, a_CellGroup_2[0].apic_18.v(0.5058918)


//  Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_98 on tgt cell 0
//  Fraction along src section: 0.3290977, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[42] = new Gap()
a_CellGroup_2[0].apic_98 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[42].src(0.5453861)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[42].vgap, a_CellGroup_5[0].apic_19.v(0.3290977)

a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[42].target(0.3290977)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[42].vgap, a_CellGroup_2[0].apic_98.v(0.5453861)


//  Syn conn (type: Gap_Junction_simple) from apic_32 on src cell 0 to apic_47 on tgt cell 0
//  Fraction along src section: 0.93965405, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[43] = new Gap()
a_CellGroup_2[0].apic_47 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[43].src(0.24415953)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[43].vgap, a_CellGroup_5[0].apic_32.v(0.93965405)

a_CellGroup_5[0].apic_32 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[43].target(0.93965405)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[43].vgap, a_CellGroup_2[0].apic_47.v(0.24415953)


//  Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_47 on tgt cell 0
//  Fraction along src section: 0.44346163, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[44] = new Gap()
a_CellGroup_2[0].apic_47 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[44].src(0.86696833)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[44].vgap, a_CellGroup_5[0].apic_34.v(0.44346163)

a_CellGroup_5[0].apic_34 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[44].target(0.44346163)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[44].vgap, a_CellGroup_2[0].apic_47.v(0.86696833)


//  Syn conn (type: Gap_Junction_simple) from apic_8 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.6395975, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[45] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[45].src(0.20748164)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[45].vgap, a_CellGroup_5[0].apic_8.v(0.6395975)

a_CellGroup_5[0].apic_8 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[45].target(0.6395975)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[45].vgap, a_CellGroup_2[0].apic_18.v(0.20748164)


//  Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_21 on tgt cell 0
//  Fraction along src section: 0.84057975, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[46] = new Gap()
a_CellGroup_2[0].apic_21 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[46].src(0.583734)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[46].vgap, a_CellGroup_5[0].apic_18.v(0.84057975)

a_CellGroup_5[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[46].target(0.84057975)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[46].vgap, a_CellGroup_2[0].apic_21.v(0.583734)


//  Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_8 on tgt cell 0
//  Fraction along src section: 0.3046636, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[47] = new Gap()
a_CellGroup_2[0].apic_8 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[47].src(0.6197303)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[47].vgap, a_CellGroup_5[0].apic_28.v(0.3046636)

a_CellGroup_5[0].apic_28 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[47].target(0.3046636)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[47].vgap, a_CellGroup_2[0].apic_8.v(0.6197303)


//  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.60638547, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[48] = new Gap()
a_CellGroup_2[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[48].src(0.8186136)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[48].vgap, a_CellGroup_5[0].apic_36.v(0.60638547)

a_CellGroup_5[0].apic_36 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[48].target(0.60638547)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[48].vgap, a_CellGroup_2[0].apic_19.v(0.8186136)


//  Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.75867605, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[49] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[49].src(0.36496463)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[49].vgap, a_CellGroup_5[0].apic_7.v(0.75867605)

a_CellGroup_5[0].apic_7 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[49].target(0.75867605)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[49].vgap, a_CellGroup_2[0].apic_18.v(0.36496463)


//  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.45561072, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[50] = new Gap()
a_CellGroup_2[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[50].src(0.25755844)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[50].vgap, a_CellGroup_5[0].apic_17.v(0.45561072)

a_CellGroup_5[0].apic_17 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[50].target(0.45561072)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[50].vgap, a_CellGroup_2[0].apic_19.v(0.25755844)


//  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.042436264, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[51] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[51].src(0.22244933)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[51].vgap, a_CellGroup_5[0].apic_13.v(0.042436264)

a_CellGroup_5[0].apic_13 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[51].target(0.042436264)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[51].vgap, a_CellGroup_2[0].apic_18.v(0.22244933)


//  Syn conn (type: Gap_Junction_simple) from apic_5 on src cell 0 to apic_99 on tgt cell 0
//  Fraction along src section: 0.11368467, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[52] = new Gap()
a_CellGroup_2[0].apic_99 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[52].src(0.9486588)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[52].vgap, a_CellGroup_5[0].apic_5.v(0.11368467)

a_CellGroup_5[0].apic_5 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[52].target(0.11368467)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[52].vgap, a_CellGroup_2[0].apic_99.v(0.9486588)


//  Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_70 on tgt cell 0
//  Fraction along src section: 0.7568048, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[53] = new Gap()
a_CellGroup_2[0].apic_70 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[53].src(0.393434)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[53].vgap, a_CellGroup_5[0].apic_34.v(0.7568048)

a_CellGroup_5[0].apic_34 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[53].target(0.7568048)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[53].vgap, a_CellGroup_2[0].apic_70.v(0.393434)


//  Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.14416045, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[54] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[54].src(0.24616931)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[54].vgap, a_CellGroup_5[0].apic_16.v(0.14416045)

a_CellGroup_5[0].apic_16 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[54].target(0.14416045)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[54].vgap, a_CellGroup_2[0].apic_18.v(0.24616931)


//  Syn conn (type: Gap_Junction_simple) from apic_37 on src cell 0 to apic_19 on tgt cell 0
//  Fraction along src section: 0.58013153, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[55] = new Gap()
a_CellGroup_2[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[55].src(0.8770875)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[55].vgap, a_CellGroup_5[0].apic_37.v(0.58013153)

a_CellGroup_5[0].apic_37 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[55].target(0.58013153)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[55].vgap, a_CellGroup_2[0].apic_19.v(0.8770875)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.23054688, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[56] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[56].src(0.18097267)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[56].vgap, a_CellGroup_5[0].apic_20.v(0.23054688)

a_CellGroup_5[0].apic_20 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[56].target(0.23054688)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[56].vgap, a_CellGroup_2[0].apic_18.v(0.18097267)


//  Syn conn (type: Gap_Junction_simple) from apic_29 on src cell 0 to apic_47 on tgt cell 0
//  Fraction along src section: 0.12575684, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[57] = new Gap()
a_CellGroup_2[0].apic_47 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[57].src(0.491714)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[57].vgap, a_CellGroup_5[0].apic_29.v(0.12575684)

a_CellGroup_5[0].apic_29 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[57].target(0.12575684)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[57].vgap, a_CellGroup_2[0].apic_47.v(0.491714)


//  Syn conn (type: Gap_Junction_simple) from apic_32 on src cell 0 to apic_47 on tgt cell 0
//  Fraction along src section: 0.7741269, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[58] = new Gap()
a_CellGroup_2[0].apic_47 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[58].src(0.25040728)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[58].vgap, a_CellGroup_5[0].apic_32.v(0.7741269)

a_CellGroup_5[0].apic_32 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[58].target(0.7741269)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[58].vgap, a_CellGroup_2[0].apic_47.v(0.25040728)


//  Syn conn (type: Gap_Junction_simple) from apic_24 on src cell 0 to apic_19 on tgt cell 0
//  Fraction along src section: 0.62161237, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[59] = new Gap()
a_CellGroup_2[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[59].src(0.037682932)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[59].vgap, a_CellGroup_5[0].apic_24.v(0.62161237)

a_CellGroup_5[0].apic_24 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[59].target(0.62161237)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[59].vgap, a_CellGroup_2[0].apic_19.v(0.037682932)


//  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.55547047, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[60] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[60].src(0.023799548)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[60].vgap, a_CellGroup_5[0].apic_23.v(0.55547047)

a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[60].target(0.55547047)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[60].vgap, a_CellGroup_2[0].apic_18.v(0.023799548)


//  Syn conn (type: Gap_Junction_simple) from apic_14 on src cell 0 to apic_8 on tgt cell 0
//  Fraction along src section: 0.8302994, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[61] = new Gap()
a_CellGroup_2[0].apic_8 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[61].src(0.52660227)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[61].vgap, a_CellGroup_5[0].apic_14.v(0.8302994)

a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[61].target(0.8302994)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[61].vgap, a_CellGroup_2[0].apic_8.v(0.52660227)


//  Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.38282624, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[62] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[62].src(0.45856872)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[62].vgap, a_CellGroup_5[0].apic_3.v(0.38282624)

a_CellGroup_5[0].apic_3 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[62].target(0.38282624)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[62].vgap, a_CellGroup_2[0].apic_18.v(0.45856872)


//  Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_48 on tgt cell 0
//  Fraction along src section: 0.58357835, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[63] = new Gap()
a_CellGroup_2[0].apic_48 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[63].src(0.046500202)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[63].vgap, a_CellGroup_5[0].apic_35.v(0.58357835)

a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[63].target(0.58357835)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[63].vgap, a_CellGroup_2[0].apic_48.v(0.046500202)


//  Syn conn (type: Gap_Junction_simple) from apic_4 on src cell 0 to apic_99 on tgt cell 0
//  Fraction along src section: 0.07430199, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[64] = new Gap()
a_CellGroup_2[0].apic_99 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[64].src(0.98274)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[64].vgap, a_CellGroup_5[0].apic_4.v(0.07430199)

a_CellGroup_5[0].apic_4 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[64].target(0.07430199)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[64].vgap, a_CellGroup_2[0].apic_99.v(0.98274)


//  Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_28 on tgt cell 0
//  Fraction along src section: 0.548306, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[65] = new Gap()
a_CellGroup_2[0].apic_28 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[65].src(0.22116543)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[65].vgap, a_CellGroup_5[0].apic_30.v(0.548306)

a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[65].target(0.548306)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[65].vgap, a_CellGroup_2[0].apic_28.v(0.22116543)


//  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.9065504, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[66] = new Gap()
a_CellGroup_2[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[66].src(0.7729052)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[66].vgap, a_CellGroup_5[0].apic_36.v(0.9065504)

a_CellGroup_5[0].apic_36 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[66].target(0.9065504)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[66].vgap, a_CellGroup_2[0].apic_19.v(0.7729052)


//  Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_47 on tgt cell 0
//  Fraction along src section: 0.54407245, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[67] = new Gap()
a_CellGroup_2[0].apic_47 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[67].src(0.51014525)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[67].vgap, a_CellGroup_5[0].apic_15.v(0.54407245)

a_CellGroup_5[0].apic_15 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[67].target(0.54407245)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[67].vgap, a_CellGroup_2[0].apic_47.v(0.51014525)


//  Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_49 on tgt cell 0
//  Fraction along src section: 0.55145264, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[68] = new Gap()
a_CellGroup_2[0].apic_49 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[68].src(0.04363917)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[68].vgap, a_CellGroup_5[0].apic_35.v(0.55145264)

a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[68].target(0.55145264)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[68].vgap, a_CellGroup_2[0].apic_49.v(0.04363917)


//  Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_33 on tgt cell 0
//  Fraction along src section: 0.692421, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[69] = new Gap()
a_CellGroup_2[0].apic_33 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[69].src(0.9295429)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[69].vgap, a_CellGroup_5[0].apic_30.v(0.692421)

a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[69].target(0.692421)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[69].vgap, a_CellGroup_2[0].apic_33.v(0.9295429)


//  Syn conn (type: Gap_Junction_simple) from apic_22 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.71986693, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[70] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[70].src(0.06329556)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[70].vgap, a_CellGroup_5[0].apic_22.v(0.71986693)

a_CellGroup_5[0].apic_22 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[70].target(0.71986693)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[70].vgap, a_CellGroup_2[0].apic_18.v(0.06329556)


//  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.5756691, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[71] = new Gap()
a_CellGroup_2[0].apic_9 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[71].src(0.07012513)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[71].vgap, a_CellGroup_5[0].apic_33.v(0.5756691)

a_CellGroup_5[0].apic_33 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[71].target(0.5756691)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[71].vgap, a_CellGroup_2[0].apic_9.v(0.07012513)


//  Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_47 on tgt cell 0
//  Fraction along src section: 0.3431394, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[72] = new Gap()
a_CellGroup_2[0].apic_47 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[72].src(0.49359104)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[72].vgap, a_CellGroup_5[0].apic_15.v(0.3431394)

a_CellGroup_5[0].apic_15 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[72].target(0.3431394)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[72].vgap, a_CellGroup_2[0].apic_47.v(0.49359104)


//  Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_47 on tgt cell 0
//  Fraction along src section: 0.12447156, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[73] = new Gap()
a_CellGroup_2[0].apic_47 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[73].src(0.18894836)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[73].vgap, a_CellGroup_5[0].apic_30.v(0.12447156)

a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[73].target(0.12447156)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[73].vgap, a_CellGroup_2[0].apic_47.v(0.18894836)


//  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.66043776, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[74] = new Gap()
a_CellGroup_2[0].apic_99 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[74].src(0.42631954)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[74].vgap, a_CellGroup_5[0].apic_11.v(0.66043776)

a_CellGroup_5[0].apic_11 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[74].target(0.66043776)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[74].vgap, a_CellGroup_2[0].apic_99.v(0.42631954)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.59203804, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[75] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[75].src(0.12968928)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[75].vgap, a_CellGroup_5[0].apic_20.v(0.59203804)

a_CellGroup_5[0].apic_20 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[75].target(0.59203804)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[75].vgap, a_CellGroup_2[0].apic_18.v(0.12968928)


//  Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_8 on tgt cell 0
//  Fraction along src section: 0.1810144, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[76] = new Gap()
a_CellGroup_2[0].apic_8 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[76].src(0.63032347)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[76].vgap, a_CellGroup_5[0].apic_7.v(0.1810144)

a_CellGroup_5[0].apic_7 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[76].target(0.1810144)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[76].vgap, a_CellGroup_2[0].apic_8.v(0.63032347)


//  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.32942477, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[77] = new Gap()
a_CellGroup_2[0].apic_99 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[77].src(0.412965)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[77].vgap, a_CellGroup_5[0].apic_12.v(0.32942477)

a_CellGroup_5[0].apic_12 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[77].target(0.32942477)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[77].vgap, a_CellGroup_2[0].apic_99.v(0.412965)


//  Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.36424264, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[78] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[78].src(0.56987673)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[78].vgap, a_CellGroup_5[0].apic_35.v(0.36424264)

a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[78].target(0.36424264)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[78].vgap, a_CellGroup_2[0].apic_18.v(0.56987673)


//  Syn conn (type: Gap_Junction_simple) from apic_5 on src cell 0 to apic_19 on tgt cell 0
//  Fraction along src section: 0.7345295, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[79] = new Gap()
a_CellGroup_2[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[79].src(0.6649869)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[79].vgap, a_CellGroup_5[0].apic_5.v(0.7345295)

a_CellGroup_5[0].apic_5 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[79].target(0.7345295)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[79].vgap, a_CellGroup_2[0].apic_19.v(0.6649869)


//  Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.28286827, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[80] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[80].src(0.18380494)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[80].vgap, a_CellGroup_5[0].apic_17.v(0.28286827)

a_CellGroup_5[0].apic_17 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[80].target(0.28286827)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[80].vgap, a_CellGroup_2[0].apic_18.v(0.18380494)


//  Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_64 on tgt cell 0
//  Fraction along src section: 0.42360023, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[81] = new Gap()
a_CellGroup_2[0].apic_64 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[81].src(0.9891828)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[81].vgap, a_CellGroup_5[0].apic_35.v(0.42360023)

a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[81].target(0.42360023)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[81].vgap, a_CellGroup_2[0].apic_64.v(0.9891828)


//  Syn conn (type: Gap_Junction_simple) from apic_29 on src cell 0 to apic_47 on tgt cell 0
//  Fraction along src section: 0.75465405, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[82] = new Gap()
a_CellGroup_2[0].apic_47 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[82].src(0.28602085)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[82].vgap, a_CellGroup_5[0].apic_29.v(0.75465405)

a_CellGroup_5[0].apic_29 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[82].target(0.75465405)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[82].vgap, a_CellGroup_2[0].apic_47.v(0.28602085)


//  Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_8 on tgt cell 0
//  Fraction along src section: 0.11351998, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[83] = new Gap()
a_CellGroup_2[0].apic_8 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[83].src(0.5099349)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[83].vgap, a_CellGroup_5[0].apic_15.v(0.11351998)

a_CellGroup_5[0].apic_15 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[83].target(0.11351998)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[83].vgap, a_CellGroup_2[0].apic_8.v(0.5099349)


//  Syn conn (type: Gap_Junction_simple) from apic_26 on src cell 0 to apic_28 on tgt cell 0
//  Fraction along src section: 0.07940101, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[84] = new Gap()
a_CellGroup_2[0].apic_28 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[84].src(0.37478048)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[84].vgap, a_CellGroup_5[0].apic_26.v(0.07940101)

a_CellGroup_5[0].apic_26 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[84].target(0.07940101)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[84].vgap, a_CellGroup_2[0].apic_28.v(0.37478048)


//  Syn conn (type: Gap_Junction_simple) from apic_1 on src cell 0 to apic_8 on tgt cell 0
//  Fraction along src section: 0.25815722, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[85] = new Gap()
a_CellGroup_2[0].apic_8 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[85].src(0.7801907)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[85].vgap, a_CellGroup_5[0].apic_1.v(0.25815722)

a_CellGroup_5[0].apic_1 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[85].target(0.25815722)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[85].vgap, a_CellGroup_2[0].apic_8.v(0.7801907)


//  Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.15180446, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[86] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[86].src(0.5697025)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[86].vgap, a_CellGroup_5[0].apic_34.v(0.15180446)

a_CellGroup_5[0].apic_34 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[86].target(0.15180446)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[86].vgap, a_CellGroup_2[0].apic_18.v(0.5697025)


//  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.74691784, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[87] = new Gap()
a_CellGroup_2[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[87].src(0.80312675)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[87].vgap, a_CellGroup_5[0].apic_36.v(0.74691784)

a_CellGroup_5[0].apic_36 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[87].target(0.74691784)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[87].vgap, a_CellGroup_2[0].apic_19.v(0.80312675)


//  Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_47 on tgt cell 0
//  Fraction along src section: 0.41875258, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[88] = new Gap()
a_CellGroup_2[0].apic_47 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[88].src(0.4977634)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[88].vgap, a_CellGroup_5[0].apic_15.v(0.41875258)

a_CellGroup_5[0].apic_15 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[88].target(0.41875258)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[88].vgap, a_CellGroup_2[0].apic_47.v(0.4977634)


//  Syn conn (type: Gap_Junction_simple) from apic_37 on src cell 0 to apic_19 on tgt cell 0
//  Fraction along src section: 0.9211373, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[89] = new Gap()
a_CellGroup_2[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[89].src(0.8719304)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[89].vgap, a_CellGroup_5[0].apic_37.v(0.9211373)

a_CellGroup_5[0].apic_37 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[89].target(0.9211373)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[89].vgap, a_CellGroup_2[0].apic_19.v(0.8719304)


//  Syn conn (type: Gap_Junction_simple) from apic_38 on src cell 0 to apic_22 on tgt cell 0
//  Fraction along src section: 0.9344706, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[90] = new Gap()
a_CellGroup_2[0].apic_22 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[90].src(0.28835618)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[90].vgap, a_CellGroup_5[0].apic_38.v(0.9344706)

a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[90].target(0.9344706)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[90].vgap, a_CellGroup_2[0].apic_22.v(0.28835618)


//  Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.036390293, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[91] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[91].src(0.6112447)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[91].vgap, a_CellGroup_5[0].apic_35.v(0.036390293)

a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[91].target(0.036390293)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[91].vgap, a_CellGroup_2[0].apic_18.v(0.6112447)


//  Syn conn (type: Gap_Junction_simple) from apic_22 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.7277377, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[92] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[92].src(0.04847022)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[92].vgap, a_CellGroup_5[0].apic_22.v(0.7277377)

a_CellGroup_5[0].apic_22 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[92].target(0.7277377)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[92].vgap, a_CellGroup_2[0].apic_18.v(0.04847022)


//  Syn conn (type: Gap_Junction_simple) from apic_26 on src cell 0 to apic_28 on tgt cell 0
//  Fraction along src section: 0.14384958, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[93] = new Gap()
a_CellGroup_2[0].apic_28 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[93].src(0.30066568)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[93].vgap, a_CellGroup_5[0].apic_26.v(0.14384958)

a_CellGroup_5[0].apic_26 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[93].target(0.14384958)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[93].vgap, a_CellGroup_2[0].apic_28.v(0.30066568)


//  Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_33 on tgt cell 0
//  Fraction along src section: 0.91287315, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[94] = new Gap()
a_CellGroup_2[0].apic_33 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[94].src(0.88638425)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[94].vgap, a_CellGroup_5[0].apic_23.v(0.91287315)

a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[94].target(0.91287315)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[94].vgap, a_CellGroup_2[0].apic_33.v(0.88638425)


//  Syn conn (type: Gap_Junction_simple) from apic_26 on src cell 0 to apic_28 on tgt cell 0
//  Fraction along src section: 0.13476864, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[95] = new Gap()
a_CellGroup_2[0].apic_28 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[95].src(0.3642972)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[95].vgap, a_CellGroup_5[0].apic_26.v(0.13476864)

a_CellGroup_5[0].apic_26 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[95].target(0.13476864)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[95].vgap, a_CellGroup_2[0].apic_28.v(0.3642972)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.87034696, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[96] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[96].src(0.099013865)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[96].vgap, a_CellGroup_5[0].apic_20.v(0.87034696)

a_CellGroup_5[0].apic_20 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[96].target(0.87034696)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[96].vgap, a_CellGroup_2[0].apic_18.v(0.099013865)


//  Syn conn (type: Gap_Junction_simple) from apic_24 on src cell 0 to apic_19 on tgt cell 0
//  Fraction along src section: 0.6080026, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[97] = new Gap()
a_CellGroup_2[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[97].src(0.04592859)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[97].vgap, a_CellGroup_5[0].apic_24.v(0.6080026)

a_CellGroup_5[0].apic_24 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[97].target(0.6080026)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[97].vgap, a_CellGroup_2[0].apic_19.v(0.04592859)


//  Syn conn (type: Gap_Junction_simple) from apic_38 on src cell 0 to apic_19 on tgt cell 0
//  Fraction along src section: 0.1469732, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[98] = new Gap()
a_CellGroup_2[0].apic_19 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[98].src(0.9123454)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[98].vgap, a_CellGroup_5[0].apic_38.v(0.1469732)

a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[98].target(0.1469732)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[98].vgap, a_CellGroup_2[0].apic_19.v(0.9123454)


//  Syn conn (type: Gap_Junction_simple) from apic_6 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.43262777, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[99] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[99].src(0.51003075)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[99].vgap, a_CellGroup_5[0].apic_6.v(0.43262777)

a_CellGroup_5[0].apic_6 elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[99].target(0.43262777)
// elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_5_CellGroup_2_Gap_Junction_simple_A[99].vgap, a_CellGroup_2[0].apic_18.v(0.51003075)


// Adding NetConn: NetConn_CellGroup_3_CellGroup_1 from: CellGroup_3 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_29 on src cell 0 to apic_45 on tgt cell 0
//  Fraction along src section: 0.17676672, weight: 1.0
//  Delay due to AP prop along segs: 0.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_1_Gap_Junction_simple_A[100]

// objectvar elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[100]

elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[0] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[0].src(0.20818575)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[0].vgap, a_CellGroup_3[0].apic_29.v(0.17676672)

a_CellGroup_3[0].apic_29 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[0].target(0.17676672)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[0].vgap, a_CellGroup_1[0].apic_45.v(0.20818575)


//  Syn conn (type: Gap_Junction_simple) from apic_29 on src cell 0 to apic_45 on tgt cell 0
//  Fraction along src section: 0.86857855, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[1] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[1].src(0.72625005)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[1].vgap, a_CellGroup_3[0].apic_29.v(0.86857855)

a_CellGroup_3[0].apic_29 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[1].target(0.86857855)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[1].vgap, a_CellGroup_1[0].apic_45.v(0.72625005)


//  Syn conn (type: Gap_Junction_simple) from apic_33 on src cell 0 to apic_49 on tgt cell 0
//  Fraction along src section: 0.48512873, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[2] = new Gap()
a_CellGroup_1[0].apic_49 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[2].src(0.5979143)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[2].vgap, a_CellGroup_3[0].apic_33.v(0.48512873)

a_CellGroup_3[0].apic_33 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[2].target(0.48512873)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[2].vgap, a_CellGroup_1[0].apic_49.v(0.5979143)


//  Syn conn (type: Gap_Junction_simple) from apic_31 on src cell 0 to apic_50 on tgt cell 0
//  Fraction along src section: 0.9554807, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[3] = new Gap()
a_CellGroup_1[0].apic_50 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[3].src(0.8124113)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[3].vgap, a_CellGroup_3[0].apic_31.v(0.9554807)

a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[3].target(0.9554807)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[3].vgap, a_CellGroup_1[0].apic_50.v(0.8124113)


//  Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_20 on tgt cell 0
//  Fraction along src section: 0.2855066, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[4] = new Gap()
a_CellGroup_1[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[4].src(0.509624)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[4].vgap, a_CellGroup_3[0].apic_13.v(0.2855066)

a_CellGroup_3[0].apic_13 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[4].target(0.2855066)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[4].vgap, a_CellGroup_1[0].apic_20.v(0.509624)


//  Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_50 on tgt cell 0
//  Fraction along src section: 0.07078861, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[5] = new Gap()
a_CellGroup_1[0].apic_50 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[5].src(0.7515236)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[5].vgap, a_CellGroup_3[0].apic_35.v(0.07078861)

a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[5].target(0.07078861)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[5].vgap, a_CellGroup_1[0].apic_50.v(0.7515236)


//  Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_10 on tgt cell 0
//  Fraction along src section: 0.83547795, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[6] = new Gap()
a_CellGroup_1[0].apic_10 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[6].src(0.82317734)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[6].vgap, a_CellGroup_3[0].apic_13.v(0.83547795)

a_CellGroup_3[0].apic_13 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[6].target(0.83547795)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[6].vgap, a_CellGroup_1[0].apic_10.v(0.82317734)


//  Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_45 on tgt cell 0
//  Fraction along src section: 0.7812194, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[7] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[7].src(0.9409842)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[7].vgap, a_CellGroup_3[0].apic_27.v(0.7812194)

a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[7].target(0.7812194)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[7].vgap, a_CellGroup_1[0].apic_45.v(0.9409842)


//  Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_28 on tgt cell 0
//  Fraction along src section: 0.63653237, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[8] = new Gap()
a_CellGroup_1[0].apic_28 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[8].src(0.5566192)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[8].vgap, a_CellGroup_3[0].apic_35.v(0.63653237)

a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[8].target(0.63653237)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[8].vgap, a_CellGroup_1[0].apic_28.v(0.5566192)


//  Syn conn (type: Gap_Junction_simple) from apic_26 on src cell 0 to apic_43 on tgt cell 0
//  Fraction along src section: 0.6472818, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[9] = new Gap()
a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[9].src(0.10862396)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[9].vgap, a_CellGroup_3[0].apic_26.v(0.6472818)

a_CellGroup_3[0].apic_26 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[9].target(0.6472818)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[9].vgap, a_CellGroup_1[0].apic_43.v(0.10862396)


//  Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_49 on tgt cell 0
//  Fraction along src section: 0.54649067, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[10] = new Gap()
a_CellGroup_1[0].apic_49 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[10].src(0.33548227)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[10].vgap, a_CellGroup_3[0].apic_34.v(0.54649067)

a_CellGroup_3[0].apic_34 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[10].target(0.54649067)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[10].vgap, a_CellGroup_1[0].apic_49.v(0.33548227)


//  Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_45 on tgt cell 0
//  Fraction along src section: 0.36958474, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[11] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[11].src(0.5539812)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[11].vgap, a_CellGroup_3[0].apic_27.v(0.36958474)

a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[11].target(0.36958474)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[11].vgap, a_CellGroup_1[0].apic_45.v(0.5539812)


//  Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_10 on tgt cell 0
//  Fraction along src section: 0.73666674, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[12] = new Gap()
a_CellGroup_1[0].apic_10 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[12].src(0.70659184)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[12].vgap, a_CellGroup_3[0].apic_13.v(0.73666674)

a_CellGroup_3[0].apic_13 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[12].target(0.73666674)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[12].vgap, a_CellGroup_1[0].apic_10.v(0.70659184)


//  Syn conn (type: Gap_Junction_simple) from apic_26 on src cell 0 to apic_43 on tgt cell 0
//  Fraction along src section: 0.59861666, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[13] = new Gap()
a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[13].src(0.100686)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[13].vgap, a_CellGroup_3[0].apic_26.v(0.59861666)

a_CellGroup_3[0].apic_26 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[13].target(0.59861666)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[13].vgap, a_CellGroup_1[0].apic_43.v(0.100686)


//  Syn conn (type: Gap_Junction_simple) from apic_29 on src cell 0 to apic_45 on tgt cell 0
//  Fraction along src section: 0.8944581, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[14] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[14].src(0.74029213)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[14].vgap, a_CellGroup_3[0].apic_29.v(0.8944581)

a_CellGroup_3[0].apic_29 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[14].target(0.8944581)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[14].vgap, a_CellGroup_1[0].apic_45.v(0.74029213)


//  Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_28 on tgt cell 0
//  Fraction along src section: 0.7261328, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[15] = new Gap()
a_CellGroup_1[0].apic_28 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[15].src(0.7882324)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[15].vgap, a_CellGroup_3[0].apic_35.v(0.7261328)

a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[15].target(0.7261328)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[15].vgap, a_CellGroup_1[0].apic_28.v(0.7882324)


//  Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_25 on tgt cell 0
//  Fraction along src section: 0.11420318, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[16] = new Gap()
a_CellGroup_1[0].apic_25 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[16].src(0.30828825)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[16].vgap, a_CellGroup_3[0].apic_13.v(0.11420318)

a_CellGroup_3[0].apic_13 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[16].target(0.11420318)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[16].vgap, a_CellGroup_1[0].apic_25.v(0.30828825)


//  Syn conn (type: Gap_Junction_simple) from apic_24 on src cell 0 to apic_43 on tgt cell 0
//  Fraction along src section: 0.4374756, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[17] = new Gap()
a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[17].src(0.19091906)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[17].vgap, a_CellGroup_3[0].apic_24.v(0.4374756)

a_CellGroup_3[0].apic_24 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[17].target(0.4374756)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[17].vgap, a_CellGroup_1[0].apic_43.v(0.19091906)


//  Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_25 on tgt cell 0
//  Fraction along src section: 0.08121117, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[18] = new Gap()
a_CellGroup_1[0].apic_25 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[18].src(0.26891086)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[18].vgap, a_CellGroup_3[0].apic_13.v(0.08121117)

a_CellGroup_3[0].apic_13 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[18].target(0.08121117)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[18].vgap, a_CellGroup_1[0].apic_25.v(0.26891086)


//  Syn conn (type: Gap_Junction_simple) from apic_29 on src cell 0 to apic_45 on tgt cell 0
//  Fraction along src section: 0.37355226, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[19] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[19].src(0.34829304)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[19].vgap, a_CellGroup_3[0].apic_29.v(0.37355226)

a_CellGroup_3[0].apic_29 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[19].target(0.37355226)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[19].vgap, a_CellGroup_1[0].apic_45.v(0.34829304)


//  Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_47 on tgt cell 0
//  Fraction along src section: 0.16817687, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[20] = new Gap()
a_CellGroup_1[0].apic_47 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[20].src(0.72719187)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[20].vgap, a_CellGroup_3[0].apic_7.v(0.16817687)

a_CellGroup_3[0].apic_7 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[20].target(0.16817687)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[20].vgap, a_CellGroup_1[0].apic_47.v(0.72719187)


//  Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_48 on tgt cell 0
//  Fraction along src section: 0.46130937, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[21] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[21].src(0.21992816)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[21].vgap, a_CellGroup_3[0].apic_30.v(0.46130937)

a_CellGroup_3[0].apic_30 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[21].target(0.46130937)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[21].vgap, a_CellGroup_1[0].apic_48.v(0.21992816)


//  Syn conn (type: Gap_Junction_simple) from apic_29 on src cell 0 to apic_45 on tgt cell 0
//  Fraction along src section: 0.37314865, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[22] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[22].src(0.36674926)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[22].vgap, a_CellGroup_3[0].apic_29.v(0.37314865)

a_CellGroup_3[0].apic_29 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[22].target(0.37314865)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[22].vgap, a_CellGroup_1[0].apic_45.v(0.36674926)


//  Syn conn (type: Gap_Junction_simple) from apic_31 on src cell 0 to apic_53 on tgt cell 0
//  Fraction along src section: 0.32739383, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[23] = new Gap()
a_CellGroup_1[0].apic_53 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[23].src(0.2078948)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[23].vgap, a_CellGroup_3[0].apic_31.v(0.32739383)

a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[23].target(0.32739383)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[23].vgap, a_CellGroup_1[0].apic_53.v(0.2078948)


//  Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_45 on tgt cell 0
//  Fraction along src section: 0.29977733, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[24] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[24].src(0.50423527)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[24].vgap, a_CellGroup_3[0].apic_27.v(0.29977733)

a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[24].target(0.29977733)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[24].vgap, a_CellGroup_1[0].apic_45.v(0.50423527)


//  Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_5 on tgt cell 0
//  Fraction along src section: 0.83427966, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[25] = new Gap()
a_CellGroup_1[0].apic_5 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[25].src(0.73836064)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[25].vgap, a_CellGroup_3[0].apic_28.v(0.83427966)

a_CellGroup_3[0].apic_28 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[25].target(0.83427966)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[25].vgap, a_CellGroup_1[0].apic_5.v(0.73836064)


//  Syn conn (type: Gap_Junction_simple) from apic_32 on src cell 0 to apic_50 on tgt cell 0
//  Fraction along src section: 0.37448382, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[26] = new Gap()
a_CellGroup_1[0].apic_50 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[26].src(0.538894)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[26].vgap, a_CellGroup_3[0].apic_32.v(0.37448382)

a_CellGroup_3[0].apic_32 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[26].target(0.37448382)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[26].vgap, a_CellGroup_1[0].apic_50.v(0.538894)


//  Syn conn (type: Gap_Junction_simple) from apic_31 on src cell 0 to apic_66 on tgt cell 0
//  Fraction along src section: 0.5268983, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[27] = new Gap()
a_CellGroup_1[0].apic_66 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[27].src(0.14184725)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[27].vgap, a_CellGroup_3[0].apic_31.v(0.5268983)

a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[27].target(0.5268983)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[27].vgap, a_CellGroup_1[0].apic_66.v(0.14184725)


//  Syn conn (type: Gap_Junction_simple) from apic_24 on src cell 0 to apic_47 on tgt cell 0
//  Fraction along src section: 0.018138386, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[28] = new Gap()
a_CellGroup_1[0].apic_47 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[28].src(0.5627735)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[28].vgap, a_CellGroup_3[0].apic_24.v(0.018138386)

a_CellGroup_3[0].apic_24 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[28].target(0.018138386)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[28].vgap, a_CellGroup_1[0].apic_47.v(0.5627735)


//  Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_45 on tgt cell 0
//  Fraction along src section: 0.50425225, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[29] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[29].src(0.6986953)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[29].vgap, a_CellGroup_3[0].apic_27.v(0.50425225)

a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[29].target(0.50425225)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[29].vgap, a_CellGroup_1[0].apic_45.v(0.6986953)


//  Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_49 on tgt cell 0
//  Fraction along src section: 0.36991495, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[30] = new Gap()
a_CellGroup_1[0].apic_49 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[30].src(0.43253967)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[30].vgap, a_CellGroup_3[0].apic_34.v(0.36991495)

a_CellGroup_3[0].apic_34 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[30].target(0.36991495)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[30].vgap, a_CellGroup_1[0].apic_49.v(0.43253967)


//  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.43872416, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[31] = new Gap()
a_CellGroup_1[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[31].src(0.7103804)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[31].vgap, a_CellGroup_3[0].apic_11.v(0.43872416)

a_CellGroup_3[0].apic_11 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[31].target(0.43872416)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[31].vgap, a_CellGroup_1[0].apic_19.v(0.7103804)


//  Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_45 on tgt cell 0
//  Fraction along src section: 0.7751896, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[32] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[32].src(0.48867247)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[32].vgap, a_CellGroup_3[0].apic_28.v(0.7751896)

a_CellGroup_3[0].apic_28 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[32].target(0.7751896)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[32].vgap, a_CellGroup_1[0].apic_45.v(0.48867247)


//  Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_47 on tgt cell 0
//  Fraction along src section: 0.2222959, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due to AP jump pre -> post 3D location 0.0
//  Internal synapse delay (from Synaptic Props): 5.0, TOTAL delay: 5.0
// 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()
elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[33] = new Gap()
a_CellGroup_1[0].apic_47 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[33].src(0.7131022)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[33].vgap, a_CellGroup_3[0].apic_7.v(0.2222959)

a_CellGroup_3[0].apic_7 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[33].target(0.2222959)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[33].vgap, a_CellGroup_1[0].apic_47.v(0.7131022)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_5 on tgt cell 0
//  Fraction along src section: 0.80977184, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[34] = new Gap()
a_CellGroup_1[0].apic_5 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[34].src(0.7938937)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[34].vgap, a_CellGroup_3[0].apic_20.v(0.80977184)

a_CellGroup_3[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[34].target(0.80977184)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[34].vgap, a_CellGroup_1[0].apic_5.v(0.7938937)


//  Syn conn (type: Gap_Junction_simple) from apic_31 on src cell 0 to apic_68 on tgt cell 0
//  Fraction along src section: 0.50262505, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[35] = new Gap()
a_CellGroup_1[0].apic_68 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[35].src(0.5124242)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[35].vgap, a_CellGroup_3[0].apic_31.v(0.50262505)

a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[35].target(0.50262505)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[35].vgap, a_CellGroup_1[0].apic_68.v(0.5124242)


//  Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_45 on tgt cell 0
//  Fraction along src section: 0.23922154, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[36] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[36].src(0.24336903)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[36].vgap, a_CellGroup_3[0].apic_28.v(0.23922154)

a_CellGroup_3[0].apic_28 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[36].target(0.23922154)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[36].vgap, a_CellGroup_1[0].apic_45.v(0.24336903)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_5 on tgt cell 0
//  Fraction along src section: 0.6421528, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[37] = new Gap()
a_CellGroup_1[0].apic_5 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[37].src(0.7591797)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[37].vgap, a_CellGroup_3[0].apic_20.v(0.6421528)

a_CellGroup_3[0].apic_20 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[37].target(0.6421528)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[37].vgap, a_CellGroup_1[0].apic_5.v(0.7591797)


//  Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_45 on tgt cell 0
//  Fraction along src section: 0.10477204, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[38] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[38].src(0.27388725)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[38].vgap, a_CellGroup_3[0].apic_27.v(0.10477204)

a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[38].target(0.10477204)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[38].vgap, a_CellGroup_1[0].apic_45.v(0.27388725)


//  Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_10 on tgt cell 0
//  Fraction along src section: 0.8848372, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[39] = new Gap()
a_CellGroup_1[0].apic_10 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[39].src(0.96793664)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[39].vgap, a_CellGroup_3[0].apic_13.v(0.8848372)

a_CellGroup_3[0].apic_13 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[39].target(0.8848372)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[39].vgap, a_CellGroup_1[0].apic_10.v(0.96793664)


//  Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_27 on tgt cell 0
//  Fraction along src section: 0.8363726, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[40] = new Gap()
a_CellGroup_1[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[40].src(0.85013366)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[40].vgap, a_CellGroup_3[0].apic_16.v(0.8363726)

a_CellGroup_3[0].apic_16 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[40].target(0.8363726)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[40].vgap, a_CellGroup_1[0].apic_27.v(0.85013366)


//  Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_25 on tgt cell 0
//  Fraction along src section: 0.16720821, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[41] = new Gap()
a_CellGroup_1[0].apic_25 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[41].src(0.28307346)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[41].vgap, a_CellGroup_3[0].apic_13.v(0.16720821)

a_CellGroup_3[0].apic_13 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[41].target(0.16720821)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[41].vgap, a_CellGroup_1[0].apic_25.v(0.28307346)


//  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.5864105, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[42] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[42].src(0.25777134)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[42].vgap, a_CellGroup_3[0].apic_24.v(0.5864105)

a_CellGroup_3[0].apic_24 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[42].target(0.5864105)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[42].vgap, a_CellGroup_1[0].apic_45.v(0.25777134)


//  Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_45 on tgt cell 0
//  Fraction along src section: 0.68414974, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[43] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[43].src(0.86552954)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[43].vgap, a_CellGroup_3[0].apic_27.v(0.68414974)

a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[43].target(0.68414974)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[43].vgap, a_CellGroup_1[0].apic_45.v(0.86552954)


//  Syn conn (type: Gap_Junction_simple) from apic_31 on src cell 0 to apic_51 on tgt cell 0
//  Fraction along src section: 0.9391924, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[44] = new Gap()
a_CellGroup_1[0].apic_51 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[44].src(0.9315337)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[44].vgap, a_CellGroup_3[0].apic_31.v(0.9391924)

a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[44].target(0.9391924)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[44].vgap, a_CellGroup_1[0].apic_51.v(0.9315337)


//  Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_45 on tgt cell 0
//  Fraction along src section: 0.62006843, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[45] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[45].src(0.4554631)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[45].vgap, a_CellGroup_3[0].apic_36.v(0.62006843)

a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[45].target(0.62006843)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[45].vgap, a_CellGroup_1[0].apic_45.v(0.4554631)


//  Syn conn (type: Gap_Junction_simple) from apic_37 on src cell 0 to apic_47 on tgt cell 0
//  Fraction along src section: 0.9556839, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[46] = new Gap()
a_CellGroup_1[0].apic_47 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[46].src(0.7729536)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[46].vgap, a_CellGroup_3[0].apic_37.v(0.9556839)

a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[46].target(0.9556839)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[46].vgap, a_CellGroup_1[0].apic_47.v(0.7729536)


//  Syn conn (type: Gap_Junction_simple) from apic_22 on src cell 0 to apic_43 on tgt cell 0
//  Fraction along src section: 0.0023374415, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[47] = new Gap()
a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[47].src(0.2929924)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[47].vgap, a_CellGroup_3[0].apic_22.v(0.0023374415)

a_CellGroup_3[0].apic_22 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[47].target(0.0023374415)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[47].vgap, a_CellGroup_1[0].apic_43.v(0.2929924)


//  Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_79 on tgt cell 0
//  Fraction along src section: 0.24256209, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[48] = new Gap()
a_CellGroup_1[0].apic_79 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[48].src(0.8548475)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[48].vgap, a_CellGroup_3[0].apic_35.v(0.24256209)

a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[48].target(0.24256209)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[48].vgap, a_CellGroup_1[0].apic_79.v(0.8548475)


//  Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_45 on tgt cell 0
//  Fraction along src section: 0.6629005, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[49] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[49].src(0.8272419)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[49].vgap, a_CellGroup_3[0].apic_27.v(0.6629005)

a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[49].target(0.6629005)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[49].vgap, a_CellGroup_1[0].apic_45.v(0.8272419)


//  Syn conn (type: Gap_Junction_simple) from apic_8 on src cell 0 to apic_43 on tgt cell 0
//  Fraction along src section: 0.8279286, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[50] = new Gap()
a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[50].src(0.29295027)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[50].vgap, a_CellGroup_3[0].apic_8.v(0.8279286)

a_CellGroup_3[0].apic_8 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[50].target(0.8279286)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[50].vgap, a_CellGroup_1[0].apic_43.v(0.29295027)


//  Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_43 on tgt cell 0
//  Fraction along src section: 0.26960215, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[51] = new Gap()
a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[51].src(0.18901435)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[51].vgap, a_CellGroup_3[0].apic_19.v(0.26960215)

a_CellGroup_3[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[51].target(0.26960215)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[51].vgap, a_CellGroup_1[0].apic_43.v(0.18901435)


//  Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_28 on tgt cell 0
//  Fraction along src section: 0.72663355, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[52] = new Gap()
a_CellGroup_1[0].apic_28 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[52].src(0.766867)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[52].vgap, a_CellGroup_3[0].apic_35.v(0.72663355)

a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[52].target(0.72663355)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[52].vgap, a_CellGroup_1[0].apic_28.v(0.766867)


//  Syn conn (type: Gap_Junction_simple) from apic_25 on src cell 0 to apic_47 on tgt cell 0
//  Fraction along src section: 0.16858242, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[53] = new Gap()
a_CellGroup_1[0].apic_47 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[53].src(0.43865785)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[53].vgap, a_CellGroup_3[0].apic_25.v(0.16858242)

a_CellGroup_3[0].apic_25 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[53].target(0.16858242)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[53].vgap, a_CellGroup_1[0].apic_47.v(0.43865785)


//  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.27080515, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[54] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[54].src(0.35282287)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[54].vgap, a_CellGroup_3[0].apic_4.v(0.27080515)

a_CellGroup_3[0].apic_4 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[54].target(0.27080515)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[54].vgap, a_CellGroup_1[0].apic_48.v(0.35282287)


//  Syn conn (type: Gap_Junction_simple) from apic_15 on src cell 0 to apic_25 on tgt cell 0
//  Fraction along src section: 0.3063996, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[55] = new Gap()
a_CellGroup_1[0].apic_25 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[55].src(0.15273266)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[55].vgap, a_CellGroup_3[0].apic_15.v(0.3063996)

a_CellGroup_3[0].apic_15 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[55].target(0.3063996)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[55].vgap, a_CellGroup_1[0].apic_25.v(0.15273266)


//  Syn conn (type: Gap_Junction_simple) from apic_31 on src cell 0 to apic_51 on tgt cell 0
//  Fraction along src section: 0.9142609, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[56] = new Gap()
a_CellGroup_1[0].apic_51 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[56].src(0.709802)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[56].vgap, a_CellGroup_3[0].apic_31.v(0.9142609)

a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[56].target(0.9142609)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[56].vgap, a_CellGroup_1[0].apic_51.v(0.709802)


//  Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_45 on tgt cell 0
//  Fraction along src section: 0.24740666, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[57] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[57].src(0.26022342)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[57].vgap, a_CellGroup_3[0].apic_28.v(0.24740666)

a_CellGroup_3[0].apic_28 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[57].target(0.24740666)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[57].vgap, a_CellGroup_1[0].apic_45.v(0.26022342)


//  Syn conn (type: Gap_Junction_simple) from apic_37 on src cell 0 to apic_47 on tgt cell 0
//  Fraction along src section: 0.70017725, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[58] = new Gap()
a_CellGroup_1[0].apic_47 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[58].src(0.6608014)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[58].vgap, a_CellGroup_3[0].apic_37.v(0.70017725)

a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[58].target(0.70017725)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[58].vgap, a_CellGroup_1[0].apic_47.v(0.6608014)


//  Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_10 on tgt cell 0
//  Fraction along src section: 0.7322505, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[59] = new Gap()
a_CellGroup_1[0].apic_10 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[59].src(0.68500817)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[59].vgap, a_CellGroup_3[0].apic_13.v(0.7322505)

a_CellGroup_3[0].apic_13 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[59].target(0.7322505)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[59].vgap, a_CellGroup_1[0].apic_10.v(0.68500817)


//  Syn conn (type: Gap_Junction_simple) from apic_37 on src cell 0 to apic_76 on tgt cell 0
//  Fraction along src section: 0.17917363, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[60] = new Gap()
a_CellGroup_1[0].apic_76 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[60].src(0.20448785)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[60].vgap, a_CellGroup_3[0].apic_37.v(0.17917363)

a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[60].target(0.17917363)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[60].vgap, a_CellGroup_1[0].apic_76.v(0.20448785)


//  Syn conn (type: Gap_Junction_simple) from apic_6 on src cell 0 to apic_47 on tgt cell 0
//  Fraction along src section: 0.15568233, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[61] = new Gap()
a_CellGroup_1[0].apic_47 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[61].src(0.7108227)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[61].vgap, a_CellGroup_3[0].apic_6.v(0.15568233)

a_CellGroup_3[0].apic_6 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[61].target(0.15568233)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[61].vgap, a_CellGroup_1[0].apic_47.v(0.7108227)


//  Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_45 on tgt cell 0
//  Fraction along src section: 0.8456659, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[62] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[62].src(0.98983836)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[62].vgap, a_CellGroup_3[0].apic_27.v(0.8456659)

a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[62].target(0.8456659)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[62].vgap, a_CellGroup_1[0].apic_45.v(0.98983836)


//  Syn conn (type: Gap_Junction_simple) from apic_31 on src cell 0 to apic_68 on tgt cell 0
//  Fraction along src section: 0.46660486, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[63] = new Gap()
a_CellGroup_1[0].apic_68 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[63].src(0.44226006)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[63].vgap, a_CellGroup_3[0].apic_31.v(0.46660486)

a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[63].target(0.46660486)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[63].vgap, a_CellGroup_1[0].apic_68.v(0.44226006)


//  Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_79 on tgt cell 0
//  Fraction along src section: 0.29699144, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[64] = new Gap()
a_CellGroup_1[0].apic_79 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[64].src(0.7391897)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[64].vgap, a_CellGroup_3[0].apic_35.v(0.29699144)

a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[64].target(0.29699144)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[64].vgap, a_CellGroup_1[0].apic_79.v(0.7391897)


//  Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_10 on tgt cell 0
//  Fraction along src section: 0.80195844, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[65] = new Gap()
a_CellGroup_1[0].apic_10 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[65].src(0.8666433)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[65].vgap, a_CellGroup_3[0].apic_13.v(0.80195844)

a_CellGroup_3[0].apic_13 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[65].target(0.80195844)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[65].vgap, a_CellGroup_1[0].apic_10.v(0.8666433)


//  Syn conn (type: Gap_Junction_simple) from apic_32 on src cell 0 to apic_50 on tgt cell 0
//  Fraction along src section: 0.5571463, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[66] = new Gap()
a_CellGroup_1[0].apic_50 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[66].src(0.2975151)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[66].vgap, a_CellGroup_3[0].apic_32.v(0.5571463)

a_CellGroup_3[0].apic_32 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[66].target(0.5571463)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[66].vgap, a_CellGroup_1[0].apic_50.v(0.2975151)


//  Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_25 on tgt cell 0
//  Fraction along src section: 0.03248719, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[67] = new Gap()
a_CellGroup_1[0].apic_25 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[67].src(0.33294207)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[67].vgap, a_CellGroup_3[0].apic_13.v(0.03248719)

a_CellGroup_3[0].apic_13 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[67].target(0.03248719)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[67].vgap, a_CellGroup_1[0].apic_25.v(0.33294207)


//  Syn conn (type: Gap_Junction_simple) from apic_25 on src cell 0 to apic_47 on tgt cell 0
//  Fraction along src section: 0.46126488, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[68] = new Gap()
a_CellGroup_1[0].apic_47 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[68].src(0.45306686)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[68].vgap, a_CellGroup_3[0].apic_25.v(0.46126488)

a_CellGroup_3[0].apic_25 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[68].target(0.46126488)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[68].vgap, a_CellGroup_1[0].apic_47.v(0.45306686)


//  Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_25 on tgt cell 0
//  Fraction along src section: 0.09398331, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[69] = new Gap()
a_CellGroup_1[0].apic_25 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[69].src(0.37689644)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[69].vgap, a_CellGroup_3[0].apic_17.v(0.09398331)

a_CellGroup_3[0].apic_17 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[69].target(0.09398331)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[69].vgap, a_CellGroup_1[0].apic_25.v(0.37689644)


//  Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_49 on tgt cell 0
//  Fraction along src section: 0.22152343, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[70] = new Gap()
a_CellGroup_1[0].apic_49 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[70].src(0.48500037)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[70].vgap, a_CellGroup_3[0].apic_34.v(0.22152343)

a_CellGroup_3[0].apic_34 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[70].target(0.22152343)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[70].vgap, a_CellGroup_1[0].apic_49.v(0.48500037)


//  Syn conn (type: Gap_Junction_simple) from apic_24 on src cell 0 to apic_47 on tgt cell 0
//  Fraction along src section: 0.055833988, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[71] = new Gap()
a_CellGroup_1[0].apic_47 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[71].src(0.5787335)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[71].vgap, a_CellGroup_3[0].apic_24.v(0.055833988)

a_CellGroup_3[0].apic_24 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[71].target(0.055833988)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[71].vgap, a_CellGroup_1[0].apic_47.v(0.5787335)


//  Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_10 on tgt cell 0
//  Fraction along src section: 0.8163189, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[72] = new Gap()
a_CellGroup_1[0].apic_10 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[72].src(0.867826)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[72].vgap, a_CellGroup_3[0].apic_13.v(0.8163189)

a_CellGroup_3[0].apic_13 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[72].target(0.8163189)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[72].vgap, a_CellGroup_1[0].apic_10.v(0.867826)


//  Syn conn (type: Gap_Junction_simple) from apic_36 on src cell 0 to apic_45 on tgt cell 0
//  Fraction along src section: 0.15390761, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[73] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[73].src(0.06344166)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[73].vgap, a_CellGroup_3[0].apic_36.v(0.15390761)

a_CellGroup_3[0].apic_36 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[73].target(0.15390761)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[73].vgap, a_CellGroup_1[0].apic_45.v(0.06344166)


//  Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_27 on tgt cell 0
//  Fraction along src section: 0.5018025, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[74] = new Gap()
a_CellGroup_1[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[74].src(0.92457724)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[74].vgap, a_CellGroup_3[0].apic_16.v(0.5018025)

a_CellGroup_3[0].apic_16 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[74].target(0.5018025)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[74].vgap, a_CellGroup_1[0].apic_27.v(0.92457724)


//  Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_48 on tgt cell 0
//  Fraction along src section: 0.13789581, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[75] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[75].src(0.24807055)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[75].vgap, a_CellGroup_3[0].apic_30.v(0.13789581)

a_CellGroup_3[0].apic_30 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[75].target(0.13789581)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[75].vgap, a_CellGroup_1[0].apic_48.v(0.24807055)


//  Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_48 on tgt cell 0
//  Fraction along src section: 0.14877546, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[76] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[76].src(0.24664591)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[76].vgap, a_CellGroup_3[0].apic_30.v(0.14877546)

a_CellGroup_3[0].apic_30 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[76].target(0.14877546)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[76].vgap, a_CellGroup_1[0].apic_48.v(0.24664591)


//  Syn conn (type: Gap_Junction_simple) from apic_32 on src cell 0 to apic_50 on tgt cell 0
//  Fraction along src section: 0.09657425, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[77] = new Gap()
a_CellGroup_1[0].apic_50 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[77].src(0.67549884)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[77].vgap, a_CellGroup_3[0].apic_32.v(0.09657425)

a_CellGroup_3[0].apic_32 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[77].target(0.09657425)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[77].vgap, a_CellGroup_1[0].apic_50.v(0.67549884)


//  Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_25 on tgt cell 0
//  Fraction along src section: 0.005330586, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[78] = new Gap()
a_CellGroup_1[0].apic_25 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[78].src(0.22853561)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[78].vgap, a_CellGroup_3[0].apic_13.v(0.005330586)

a_CellGroup_3[0].apic_13 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[78].target(0.005330586)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[78].vgap, a_CellGroup_1[0].apic_25.v(0.22853561)


//  Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_25 on tgt cell 0
//  Fraction along src section: 0.39214277, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[79] = new Gap()
a_CellGroup_1[0].apic_25 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[79].src(0.022120751)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[79].vgap, a_CellGroup_3[0].apic_18.v(0.39214277)

a_CellGroup_3[0].apic_18 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[79].target(0.39214277)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[79].vgap, a_CellGroup_1[0].apic_25.v(0.022120751)


//  Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_45 on tgt cell 0
//  Fraction along src section: 0.8310054, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[80] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[80].src(0.9486244)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[80].vgap, a_CellGroup_3[0].apic_27.v(0.8310054)

a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[80].target(0.8310054)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[80].vgap, a_CellGroup_1[0].apic_45.v(0.9486244)


//  Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_49 on tgt cell 0
//  Fraction along src section: 0.24625576, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[81] = new Gap()
a_CellGroup_1[0].apic_49 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[81].src(0.48358423)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[81].vgap, a_CellGroup_3[0].apic_34.v(0.24625576)

a_CellGroup_3[0].apic_34 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[81].target(0.24625576)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[81].vgap, a_CellGroup_1[0].apic_49.v(0.48358423)


//  Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_49 on tgt cell 0
//  Fraction along src section: 0.26345482, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[82] = new Gap()
a_CellGroup_1[0].apic_49 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[82].src(0.49066463)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[82].vgap, a_CellGroup_3[0].apic_34.v(0.26345482)

a_CellGroup_3[0].apic_34 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[82].target(0.26345482)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[82].vgap, a_CellGroup_1[0].apic_49.v(0.49066463)


//  Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_50 on tgt cell 0
//  Fraction along src section: 0.14850563, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[83] = new Gap()
a_CellGroup_1[0].apic_50 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[83].src(0.624464)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[83].vgap, a_CellGroup_3[0].apic_35.v(0.14850563)

a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[83].target(0.14850563)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[83].vgap, a_CellGroup_1[0].apic_50.v(0.624464)


//  Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_45 on tgt cell 0
//  Fraction along src section: 0.5199462, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[84] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[84].src(0.37829405)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[84].vgap, a_CellGroup_3[0].apic_28.v(0.5199462)

a_CellGroup_3[0].apic_28 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[84].target(0.5199462)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[84].vgap, a_CellGroup_1[0].apic_45.v(0.37829405)


//  Syn conn (type: Gap_Junction_simple) from apic_29 on src cell 0 to apic_43 on tgt cell 0
//  Fraction along src section: 0.119317636, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[85] = new Gap()
a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[85].src(0.0699378)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[85].vgap, a_CellGroup_3[0].apic_29.v(0.119317636)

a_CellGroup_3[0].apic_29 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[85].target(0.119317636)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[85].vgap, a_CellGroup_1[0].apic_43.v(0.0699378)


//  Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_43 on tgt cell 0
//  Fraction along src section: 0.9199945, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[86] = new Gap()
a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[86].src(0.4327776)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[86].vgap, a_CellGroup_3[0].apic_23.v(0.9199945)

a_CellGroup_3[0].apic_23 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[86].target(0.9199945)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[86].vgap, a_CellGroup_1[0].apic_43.v(0.4327776)


//  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.25537047, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[87] = new Gap()
a_CellGroup_1[0].apic_19 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[87].src(0.66445833)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[87].vgap, a_CellGroup_3[0].apic_18.v(0.25537047)

a_CellGroup_3[0].apic_18 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[87].target(0.25537047)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[87].vgap, a_CellGroup_1[0].apic_19.v(0.66445833)


//  Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_45 on tgt cell 0
//  Fraction along src section: 0.69033855, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[88] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[88].src(0.48873535)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[88].vgap, a_CellGroup_3[0].apic_28.v(0.69033855)

a_CellGroup_3[0].apic_28 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[88].target(0.69033855)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[88].vgap, a_CellGroup_1[0].apic_45.v(0.48873535)


//  Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_45 on tgt cell 0
//  Fraction along src section: 0.7777428, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[89] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[89].src(0.48662585)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[89].vgap, a_CellGroup_3[0].apic_28.v(0.7777428)

a_CellGroup_3[0].apic_28 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[89].target(0.7777428)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[89].vgap, a_CellGroup_1[0].apic_45.v(0.48662585)


//  Syn conn (type: Gap_Junction_simple) from apic_8 on src cell 0 to apic_43 on tgt cell 0
//  Fraction along src section: 0.29108825, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[90] = new Gap()
a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[90].src(0.28212363)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[90].vgap, a_CellGroup_3[0].apic_8.v(0.29108825)

a_CellGroup_3[0].apic_8 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[90].target(0.29108825)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[90].vgap, a_CellGroup_1[0].apic_43.v(0.28212363)


//  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.10856673, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[91] = new Gap()
a_CellGroup_1[0].apic_76 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[91].src(0.19850022)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[91].vgap, a_CellGroup_3[0].apic_3.v(0.10856673)

a_CellGroup_3[0].apic_3 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[91].target(0.10856673)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[91].vgap, a_CellGroup_1[0].apic_76.v(0.19850022)


//  Syn conn (type: Gap_Junction_simple) from apic_37 on src cell 0 to apic_48 on tgt cell 0
//  Fraction along src section: 0.45655382, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[92] = new Gap()
a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[92].src(0.41136903)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[92].vgap, a_CellGroup_3[0].apic_37.v(0.45655382)

a_CellGroup_3[0].apic_37 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[92].target(0.45655382)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[92].vgap, a_CellGroup_1[0].apic_48.v(0.41136903)


//  Syn conn (type: Gap_Junction_simple) from apic_29 on src cell 0 to apic_45 on tgt cell 0
//  Fraction along src section: 0.30801263, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[93] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[93].src(0.2792315)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[93].vgap, a_CellGroup_3[0].apic_29.v(0.30801263)

a_CellGroup_3[0].apic_29 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[93].target(0.30801263)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[93].vgap, a_CellGroup_1[0].apic_45.v(0.2792315)


//  Syn conn (type: Gap_Junction_simple) from apic_27 on src cell 0 to apic_45 on tgt cell 0
//  Fraction along src section: 0.5483265, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[94] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[94].src(0.72560394)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[94].vgap, a_CellGroup_3[0].apic_27.v(0.5483265)

a_CellGroup_3[0].apic_27 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[94].target(0.5483265)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[94].vgap, a_CellGroup_1[0].apic_45.v(0.72560394)


//  Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_28 on tgt cell 0
//  Fraction along src section: 0.5689932, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[95] = new Gap()
a_CellGroup_1[0].apic_28 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[95].src(0.52217585)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[95].vgap, a_CellGroup_3[0].apic_35.v(0.5689932)

a_CellGroup_3[0].apic_35 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[95].target(0.5689932)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[95].vgap, a_CellGroup_1[0].apic_28.v(0.52217585)


//  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.7836066, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[96] = new Gap()
a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[96].src(0.2677094)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[96].vgap, a_CellGroup_3[0].apic_24.v(0.7836066)

a_CellGroup_3[0].apic_24 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[96].target(0.7836066)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[96].vgap, a_CellGroup_1[0].apic_45.v(0.2677094)


//  Syn conn (type: Gap_Junction_simple) from apic_31 on src cell 0 to apic_66 on tgt cell 0
//  Fraction along src section: 0.55390704, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[97] = new Gap()
a_CellGroup_1[0].apic_66 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[97].src(0.122978345)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[97].vgap, a_CellGroup_3[0].apic_31.v(0.55390704)

a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[97].target(0.55390704)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[97].vgap, a_CellGroup_1[0].apic_66.v(0.122978345)


//  Syn conn (type: Gap_Junction_simple) from apic_24 on src cell 0 to apic_47 on tgt cell 0
//  Fraction along src section: 0.22589028, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[98] = new Gap()
a_CellGroup_1[0].apic_47 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[98].src(0.54543126)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[98].vgap, a_CellGroup_3[0].apic_24.v(0.22589028)

a_CellGroup_3[0].apic_24 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[98].target(0.22589028)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[98].vgap, a_CellGroup_1[0].apic_47.v(0.54543126)


//  Syn conn (type: Gap_Junction_simple) from apic_31 on src cell 0 to apic_65 on tgt cell 0
//  Fraction along src section: 0.6146988, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_1_Gap_Junction_simple_A[99] = new Gap()
a_CellGroup_1[0].apic_65 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[99].src(0.47908884)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[99].vgap, a_CellGroup_3[0].apic_31.v(0.6146988)

a_CellGroup_3[0].apic_31 elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[99].target(0.6146988)
// elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_3_CellGroup_1_Gap_Junction_simple_A[99].vgap, a_CellGroup_1[0].apic_65.v(0.47908884)


// Adding NetConn: NetConn_CellGroup_1_CellGroup_2 from: CellGroup_1 to: CellGroup_2 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_30 on src cell 0 to apic_36 on tgt cell 0
//  Fraction along src section: 0.498029, weight: 1.0
//  Delay due to AP prop along segs: 0.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_2_Gap_Junction_simple_A[100]

// objectvar elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[100]

elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[0] = new Gap()
a_CellGroup_2[0].apic_36 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[0].src(0.7301149)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[0].vgap, a_CellGroup_1[0].apic_30.v(0.498029)

a_CellGroup_1[0].apic_30 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[0].target(0.498029)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[0].vgap, a_CellGroup_2[0].apic_36.v(0.7301149)


//  Syn conn (type: Gap_Junction_simple) from apic_45 on src cell 0 to apic_35 on tgt cell 0
//  Fraction along src section: 0.96309066, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[1] = new Gap()
a_CellGroup_2[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[1].src(0.95659226)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[1].vgap, a_CellGroup_1[0].apic_45.v(0.96309066)

a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[1].target(0.96309066)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[1].vgap, a_CellGroup_2[0].apic_35.v(0.95659226)


//  Syn conn (type: Gap_Junction_simple) from apic_69 on src cell 0 to apic_80 on tgt cell 0
//  Fraction along src section: 0.09662251, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[2] = new Gap()
a_CellGroup_2[0].apic_80 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[2].src(0.2611168)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[2].vgap, a_CellGroup_1[0].apic_69.v(0.09662251)

a_CellGroup_1[0].apic_69 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[2].target(0.09662251)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[2].vgap, a_CellGroup_2[0].apic_80.v(0.2611168)


//  Syn conn (type: Gap_Junction_simple) from apic_76 on src cell 0 to apic_44 on tgt cell 0
//  Fraction along src section: 0.5412457, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[3] = new Gap()
a_CellGroup_2[0].apic_44 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[3].src(0.96831816)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[3].vgap, a_CellGroup_1[0].apic_76.v(0.5412457)

a_CellGroup_1[0].apic_76 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[3].target(0.5412457)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[3].vgap, a_CellGroup_2[0].apic_44.v(0.96831816)


//  Syn conn (type: Gap_Junction_simple) from apic_45 on src cell 0 to apic_99 on tgt cell 0
//  Fraction along src section: 0.3522573, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[4] = new Gap()
a_CellGroup_2[0].apic_99 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[4].src(0.6739499)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[4].vgap, a_CellGroup_1[0].apic_45.v(0.3522573)

a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[4].target(0.3522573)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[4].vgap, a_CellGroup_2[0].apic_99.v(0.6739499)


//  Syn conn (type: Gap_Junction_simple) from apic_43 on src cell 0 to apic_49 on tgt cell 0
//  Fraction along src section: 0.42184266, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[5] = new Gap()
a_CellGroup_2[0].apic_49 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[5].src(0.23895447)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[5].vgap, a_CellGroup_1[0].apic_43.v(0.42184266)

a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[5].target(0.42184266)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[5].vgap, a_CellGroup_2[0].apic_49.v(0.23895447)


//  Syn conn (type: Gap_Junction_simple) from apic_32 on src cell 0 to apic_7 on tgt cell 0
//  Fraction along src section: 0.23770466, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[6] = new Gap()
a_CellGroup_2[0].apic_7 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[6].src(0.6782339)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[6].vgap, a_CellGroup_1[0].apic_32.v(0.23770466)

a_CellGroup_1[0].apic_32 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[6].target(0.23770466)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[6].vgap, a_CellGroup_2[0].apic_7.v(0.6782339)


//  Syn conn (type: Gap_Junction_simple) from apic_78 on src cell 0 to apic_80 on tgt cell 0
//  Fraction along src section: 0.6893944, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[7] = new Gap()
a_CellGroup_2[0].apic_80 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[7].src(0.2649806)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[7].vgap, a_CellGroup_1[0].apic_78.v(0.6893944)

a_CellGroup_1[0].apic_78 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[7].target(0.6893944)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[7].vgap, a_CellGroup_2[0].apic_80.v(0.2649806)


//  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.89673173, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[8] = new Gap()
a_CellGroup_2[0].apic_66 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[8].src(0.99369025)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[8].vgap, a_CellGroup_1[0].apic_12.v(0.89673173)

a_CellGroup_1[0].apic_12 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[8].target(0.89673173)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[8].vgap, a_CellGroup_2[0].apic_66.v(0.99369025)


//  Syn conn (type: Gap_Junction_simple) from apic_48 on src cell 0 to apic_8 on tgt cell 0
//  Fraction along src section: 0.11518568, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[9] = new Gap()
a_CellGroup_2[0].apic_8 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[9].src(0.15133125)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[9].vgap, a_CellGroup_1[0].apic_48.v(0.11518568)

a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[9].target(0.11518568)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[9].vgap, a_CellGroup_2[0].apic_8.v(0.15133125)


//  Syn conn (type: Gap_Junction_simple) from apic_34 on src cell 0 to apic_52 on tgt cell 0
//  Fraction along src section: 0.75235456, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[10] = new Gap()
a_CellGroup_2[0].apic_52 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[10].src(0.34340578)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[10].vgap, a_CellGroup_1[0].apic_34.v(0.75235456)

a_CellGroup_1[0].apic_34 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[10].target(0.75235456)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[10].vgap, a_CellGroup_2[0].apic_52.v(0.34340578)


//  Syn conn (type: Gap_Junction_simple) from apic_100 on src cell 0 to apic_115 on tgt cell 0
//  Fraction along src section: 0.19167948, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[11] = new Gap()
a_CellGroup_2[0].apic_115 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[11].src(0.25540087)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[11].vgap, a_CellGroup_1[0].apic_100.v(0.19167948)

a_CellGroup_1[0].apic_100 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[11].target(0.19167948)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[11].vgap, a_CellGroup_2[0].apic_115.v(0.25540087)


//  Syn conn (type: Gap_Junction_simple) from apic_100 on src cell 0 to apic_43 on tgt cell 0
//  Fraction along src section: 0.835758, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[12] = new Gap()
a_CellGroup_2[0].apic_43 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[12].src(0.8259471)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[12].vgap, a_CellGroup_1[0].apic_100.v(0.835758)

a_CellGroup_1[0].apic_100 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[12].target(0.835758)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[12].vgap, a_CellGroup_2[0].apic_43.v(0.8259471)


//  Syn conn (type: Gap_Junction_simple) from apic_45 on src cell 0 to apic_99 on tgt cell 0
//  Fraction along src section: 0.28717136, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[13] = new Gap()
a_CellGroup_2[0].apic_99 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[13].src(0.7229159)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[13].vgap, a_CellGroup_1[0].apic_45.v(0.28717136)

a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[13].target(0.28717136)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[13].vgap, a_CellGroup_2[0].apic_99.v(0.7229159)


//  Syn conn (type: Gap_Junction_simple) from apic_35 on src cell 0 to apic_111 on tgt cell 0
//  Fraction along src section: 0.6936724, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[14] = new Gap()
a_CellGroup_2[0].apic_111 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[14].src(0.47206277)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[14].vgap, a_CellGroup_1[0].apic_35.v(0.6936724)

a_CellGroup_1[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[14].target(0.6936724)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[14].vgap, a_CellGroup_2[0].apic_111.v(0.47206277)


//  Syn conn (type: Gap_Junction_simple) from apic_2 on src cell 0 to apic_107 on tgt cell 0
//  Fraction along src section: 0.5905927, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[15] = new Gap()
a_CellGroup_2[0].apic_107 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[15].src(0.46562845)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[15].vgap, a_CellGroup_1[0].apic_2.v(0.5905927)

a_CellGroup_1[0].apic_2 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[15].target(0.5905927)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[15].vgap, a_CellGroup_2[0].apic_107.v(0.46562845)


//  Syn conn (type: Gap_Junction_simple) from apic_54 on src cell 0 to apic_83 on tgt cell 0
//  Fraction along src section: 0.4948108, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[16] = new Gap()
a_CellGroup_2[0].apic_83 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[16].src(0.7328142)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[16].vgap, a_CellGroup_1[0].apic_54.v(0.4948108)

a_CellGroup_1[0].apic_54 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[16].target(0.4948108)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[16].vgap, a_CellGroup_2[0].apic_83.v(0.7328142)


//  Syn conn (type: Gap_Junction_simple) from apic_100 on src cell 0 to apic_115 on tgt cell 0
//  Fraction along src section: 0.50488067, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[17] = new Gap()
a_CellGroup_2[0].apic_115 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[17].src(0.88496655)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[17].vgap, a_CellGroup_1[0].apic_100.v(0.50488067)

a_CellGroup_1[0].apic_100 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[17].target(0.50488067)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[17].vgap, a_CellGroup_2[0].apic_115.v(0.88496655)


//  Syn conn (type: Gap_Junction_simple) from apic_96 on src cell 0 to apic_84 on tgt cell 0
//  Fraction along src section: 0.53599197, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[18] = new Gap()
a_CellGroup_2[0].apic_84 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[18].src(0.0042377356)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[18].vgap, a_CellGroup_1[0].apic_96.v(0.53599197)

a_CellGroup_1[0].apic_96 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[18].target(0.53599197)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[18].vgap, a_CellGroup_2[0].apic_84.v(0.0042377356)


//  Syn conn (type: Gap_Junction_simple) from apic_45 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.16838625, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[19] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[19].src(0.27638614)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[19].vgap, a_CellGroup_1[0].apic_45.v(0.16838625)

a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[19].target(0.16838625)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[19].vgap, a_CellGroup_2[0].apic_18.v(0.27638614)


//  Syn conn (type: Gap_Junction_simple) from apic_41 on src cell 0 to apic_111 on tgt cell 0
//  Fraction along src section: 0.9060236, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[20] = new Gap()
a_CellGroup_2[0].apic_111 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[20].src(0.9198623)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[20].vgap, a_CellGroup_1[0].apic_41.v(0.9060236)

a_CellGroup_1[0].apic_41 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[20].target(0.9060236)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[20].vgap, a_CellGroup_2[0].apic_111.v(0.9198623)


//  Syn conn (type: Gap_Junction_simple) from apic_96 on src cell 0 to apic_73 on tgt cell 0
//  Fraction along src section: 0.06114665, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[21] = new Gap()
a_CellGroup_2[0].apic_73 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[21].src(0.6532994)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[21].vgap, a_CellGroup_1[0].apic_96.v(0.06114665)

a_CellGroup_1[0].apic_96 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[21].target(0.06114665)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[21].vgap, a_CellGroup_2[0].apic_73.v(0.6532994)


//  Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_66 on tgt cell 0
//  Fraction along src section: 0.9757556, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[22] = new Gap()
a_CellGroup_2[0].apic_66 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[22].src(0.985545)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[22].vgap, a_CellGroup_1[0].apic_7.v(0.9757556)

a_CellGroup_1[0].apic_7 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[22].target(0.9757556)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[22].vgap, a_CellGroup_2[0].apic_66.v(0.985545)


//  Syn conn (type: Gap_Junction_simple) from apic_23 on src cell 0 to apic_22 on tgt cell 0
//  Fraction along src section: 0.7084987, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[23] = new Gap()
a_CellGroup_2[0].apic_22 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[23].src(0.8512265)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[23].vgap, a_CellGroup_1[0].apic_23.v(0.7084987)

a_CellGroup_1[0].apic_23 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[23].target(0.7084987)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[23].vgap, a_CellGroup_2[0].apic_22.v(0.8512265)


//  Syn conn (type: Gap_Junction_simple) from apic_85 on src cell 0 to apic_44 on tgt cell 0
//  Fraction along src section: 0.467919, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[24] = new Gap()
a_CellGroup_2[0].apic_44 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[24].src(0.5540911)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[24].vgap, a_CellGroup_1[0].apic_85.v(0.467919)

a_CellGroup_1[0].apic_85 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[24].target(0.467919)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[24].vgap, a_CellGroup_2[0].apic_44.v(0.5540911)


//  Syn conn (type: Gap_Junction_simple) from apic_59 on src cell 0 to apic_84 on tgt cell 0
//  Fraction along src section: 0.5035711, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[25] = new Gap()
a_CellGroup_2[0].apic_84 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[25].src(0.96797025)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[25].vgap, a_CellGroup_1[0].apic_59.v(0.5035711)

a_CellGroup_1[0].apic_59 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[25].target(0.5035711)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[25].vgap, a_CellGroup_2[0].apic_84.v(0.96797025)


//  Syn conn (type: Gap_Junction_simple) from apic_94 on src cell 0 to apic_73 on tgt cell 0
//  Fraction along src section: 0.849561, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[26] = new Gap()
a_CellGroup_2[0].apic_73 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[26].src(0.87951136)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[26].vgap, a_CellGroup_1[0].apic_94.v(0.849561)

a_CellGroup_1[0].apic_94 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[26].target(0.849561)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[26].vgap, a_CellGroup_2[0].apic_73.v(0.87951136)


//  Syn conn (type: Gap_Junction_simple) from apic_29 on src cell 0 to apic_35 on tgt cell 0
//  Fraction along src section: 0.7131176, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[27] = new Gap()
a_CellGroup_2[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[27].src(0.84993905)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[27].vgap, a_CellGroup_1[0].apic_29.v(0.7131176)

a_CellGroup_1[0].apic_29 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[27].target(0.7131176)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[27].vgap, a_CellGroup_2[0].apic_35.v(0.84993905)


//  Syn conn (type: Gap_Junction_simple) from apic_96 on src cell 0 to apic_80 on tgt cell 0
//  Fraction along src section: 0.36981162, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[28] = new Gap()
a_CellGroup_2[0].apic_80 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[28].src(0.7994876)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[28].vgap, a_CellGroup_1[0].apic_96.v(0.36981162)

a_CellGroup_1[0].apic_96 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[28].target(0.36981162)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[28].vgap, a_CellGroup_2[0].apic_80.v(0.7994876)


//  Syn conn (type: Gap_Junction_simple) from apic_99 on src cell 0 to apic_117 on tgt cell 0
//  Fraction along src section: 0.20120056, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[29] = new Gap()
a_CellGroup_2[0].apic_117 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[29].src(0.98969537)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[29].vgap, a_CellGroup_1[0].apic_99.v(0.20120056)

a_CellGroup_1[0].apic_99 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[29].target(0.20120056)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[29].vgap, a_CellGroup_2[0].apic_117.v(0.98969537)


//  Syn conn (type: Gap_Junction_simple) from apic_99 on src cell 0 to apic_117 on tgt cell 0
//  Fraction along src section: 0.26300693, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[30] = new Gap()
a_CellGroup_2[0].apic_117 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[30].src(0.921404)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[30].vgap, a_CellGroup_1[0].apic_99.v(0.26300693)

a_CellGroup_1[0].apic_99 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[30].target(0.26300693)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[30].vgap, a_CellGroup_2[0].apic_117.v(0.921404)


//  Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_36 on tgt cell 0
//  Fraction along src section: 0.52646637, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[31] = new Gap()
a_CellGroup_2[0].apic_36 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[31].src(0.7499656)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[31].vgap, a_CellGroup_1[0].apic_30.v(0.52646637)

a_CellGroup_1[0].apic_30 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[31].target(0.52646637)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[31].vgap, a_CellGroup_2[0].apic_36.v(0.7499656)


//  Syn conn (type: Gap_Junction_simple) from apic_45 on src cell 0 to apic_35 on tgt cell 0
//  Fraction along src section: 0.8782895, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[32] = new Gap()
a_CellGroup_2[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[32].src(0.9957459)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[32].vgap, a_CellGroup_1[0].apic_45.v(0.8782895)

a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[32].target(0.8782895)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[32].vgap, a_CellGroup_2[0].apic_35.v(0.9957459)


//  Syn conn (type: Gap_Junction_simple) from apic_21 on src cell 0 to apic_22 on tgt cell 0
//  Fraction along src section: 0.86440974, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[33] = new Gap()
a_CellGroup_2[0].apic_22 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[33].src(0.6937326)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[33].vgap, a_CellGroup_1[0].apic_21.v(0.86440974)

a_CellGroup_1[0].apic_21 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[33].target(0.86440974)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[33].vgap, a_CellGroup_2[0].apic_22.v(0.6937326)


//  Syn conn (type: Gap_Junction_simple) from apic_47 on src cell 0 to apic_8 on tgt cell 0
//  Fraction along src section: 0.15407018, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[34] = new Gap()
a_CellGroup_2[0].apic_8 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[34].src(0.1498354)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[34].vgap, a_CellGroup_1[0].apic_47.v(0.15407018)

a_CellGroup_1[0].apic_47 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[34].target(0.15407018)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[34].vgap, a_CellGroup_2[0].apic_8.v(0.1498354)


//  Syn conn (type: Gap_Junction_simple) from apic_22 on src cell 0 to apic_22 on tgt cell 0
//  Fraction along src section: 0.01602288, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[35] = new Gap()
a_CellGroup_2[0].apic_22 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[35].src(0.6213502)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[35].vgap, a_CellGroup_1[0].apic_22.v(0.01602288)

a_CellGroup_1[0].apic_22 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[35].target(0.01602288)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[35].vgap, a_CellGroup_2[0].apic_22.v(0.6213502)


//  Syn conn (type: Gap_Junction_simple) from apic_87 on src cell 0 to apic_84 on tgt cell 0
//  Fraction along src section: 0.15464307, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[36] = new Gap()
a_CellGroup_2[0].apic_84 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[36].src(0.9939167)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[36].vgap, a_CellGroup_1[0].apic_87.v(0.15464307)

a_CellGroup_1[0].apic_87 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[36].target(0.15464307)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[36].vgap, a_CellGroup_2[0].apic_84.v(0.9939167)


//  Syn conn (type: Gap_Junction_simple) from apic_95 on src cell 0 to apic_117 on tgt cell 0
//  Fraction along src section: 0.93922514, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[37] = new Gap()
a_CellGroup_2[0].apic_117 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[37].src(0.95962703)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[37].vgap, a_CellGroup_1[0].apic_95.v(0.93922514)

a_CellGroup_1[0].apic_95 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[37].target(0.93922514)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[37].vgap, a_CellGroup_2[0].apic_117.v(0.95962703)


//  Syn conn (type: Gap_Junction_simple) from apic_87 on src cell 0 to apic_42 on tgt cell 0
//  Fraction along src section: 0.5005342, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[38] = new Gap()
a_CellGroup_2[0].apic_42 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[38].src(0.5009006)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[38].vgap, a_CellGroup_1[0].apic_87.v(0.5005342)

a_CellGroup_1[0].apic_87 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[38].target(0.5005342)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[38].vgap, a_CellGroup_2[0].apic_42.v(0.5009006)


//  Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_23 on tgt cell 0
//  Fraction along src section: 0.4444549, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[39] = new Gap()
a_CellGroup_2[0].apic_23 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[39].src(0.8924952)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[39].vgap, a_CellGroup_1[0].apic_12.v(0.4444549)

a_CellGroup_1[0].apic_12 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[39].target(0.4444549)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[39].vgap, a_CellGroup_2[0].apic_23.v(0.8924952)


//  Syn conn (type: Gap_Junction_simple) from apic_5 on src cell 0 to apic_70 on tgt cell 0
//  Fraction along src section: 0.31592333, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[40] = new Gap()
a_CellGroup_2[0].apic_70 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[40].src(0.08041046)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[40].vgap, a_CellGroup_1[0].apic_5.v(0.31592333)

a_CellGroup_1[0].apic_5 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[40].target(0.31592333)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[40].vgap, a_CellGroup_2[0].apic_70.v(0.08041046)


//  Syn conn (type: Gap_Junction_simple) from apic_100 on src cell 0 to apic_73 on tgt cell 0
//  Fraction along src section: 0.04733783, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[41] = new Gap()
a_CellGroup_2[0].apic_73 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[41].src(0.8702195)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[41].vgap, a_CellGroup_1[0].apic_100.v(0.04733783)

a_CellGroup_1[0].apic_100 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[41].target(0.04733783)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[41].vgap, a_CellGroup_2[0].apic_73.v(0.8702195)


//  Syn conn (type: Gap_Junction_simple) from apic_37 on src cell 0 to apic_111 on tgt cell 0
//  Fraction along src section: 0.73854476, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[42] = new Gap()
a_CellGroup_2[0].apic_111 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[42].src(0.7607936)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[42].vgap, a_CellGroup_1[0].apic_37.v(0.73854476)

a_CellGroup_1[0].apic_37 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[42].target(0.73854476)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[42].vgap, a_CellGroup_2[0].apic_111.v(0.7607936)


//  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.48182416, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[43] = new Gap()
a_CellGroup_2[0].apic_66 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[43].src(0.97738755)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[43].vgap, a_CellGroup_1[0].apic_12.v(0.48182416)

a_CellGroup_1[0].apic_12 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[43].target(0.48182416)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[43].vgap, a_CellGroup_2[0].apic_66.v(0.97738755)


//  Syn conn (type: Gap_Junction_simple) from apic_99 on src cell 0 to apic_117 on tgt cell 0
//  Fraction along src section: 0.6140163, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[44] = new Gap()
a_CellGroup_2[0].apic_117 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[44].src(0.8766474)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[44].vgap, a_CellGroup_1[0].apic_99.v(0.6140163)

a_CellGroup_1[0].apic_99 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[44].target(0.6140163)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[44].vgap, a_CellGroup_2[0].apic_117.v(0.8766474)


//  Syn conn (type: Gap_Junction_simple) from apic_86 on src cell 0 to apic_84 on tgt cell 0
//  Fraction along src section: 0.49662483, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[45] = new Gap()
a_CellGroup_2[0].apic_84 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[45].src(0.9532863)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[45].vgap, a_CellGroup_1[0].apic_86.v(0.49662483)

a_CellGroup_1[0].apic_86 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[45].target(0.49662483)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[45].vgap, a_CellGroup_2[0].apic_84.v(0.9532863)


//  Syn conn (type: Gap_Junction_simple) from apic_96 on src cell 0 to apic_84 on tgt cell 0
//  Fraction along src section: 0.8776087, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[46] = new Gap()
a_CellGroup_2[0].apic_84 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[46].src(0.5127038)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[46].vgap, a_CellGroup_1[0].apic_96.v(0.8776087)

a_CellGroup_1[0].apic_96 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[46].target(0.8776087)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[46].vgap, a_CellGroup_2[0].apic_84.v(0.5127038)


//  Syn conn (type: Gap_Junction_simple) from apic_43 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.3406454, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[47] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[47].src(0.7104998)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[47].vgap, a_CellGroup_1[0].apic_43.v(0.3406454)

a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[47].target(0.3406454)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[47].vgap, a_CellGroup_2[0].apic_18.v(0.7104998)


//  Syn conn (type: Gap_Junction_simple) from apic_102 on src cell 0 to apic_107 on tgt cell 0
//  Fraction along src section: 0.40943432, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[48] = new Gap()
a_CellGroup_2[0].apic_107 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[48].src(0.6555813)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[48].vgap, a_CellGroup_1[0].apic_102.v(0.40943432)

a_CellGroup_1[0].apic_102 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[48].target(0.40943432)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[48].vgap, a_CellGroup_2[0].apic_107.v(0.6555813)


//  Syn conn (type: Gap_Junction_simple) from apic_94 on src cell 0 to apic_117 on tgt cell 0
//  Fraction along src section: 0.6623934, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[49] = new Gap()
a_CellGroup_2[0].apic_117 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[49].src(0.6165642)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[49].vgap, a_CellGroup_1[0].apic_94.v(0.6623934)

a_CellGroup_1[0].apic_94 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[49].target(0.6623934)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[49].vgap, a_CellGroup_2[0].apic_117.v(0.6165642)


//  Syn conn (type: Gap_Junction_simple) from apic_64 on src cell 0 to apic_80 on tgt cell 0
//  Fraction along src section: 0.49651554, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[50] = new Gap()
a_CellGroup_2[0].apic_80 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[50].src(0.41954327)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[50].vgap, a_CellGroup_1[0].apic_64.v(0.49651554)

a_CellGroup_1[0].apic_64 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[50].target(0.49651554)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[50].vgap, a_CellGroup_2[0].apic_80.v(0.41954327)


//  Syn conn (type: Gap_Junction_simple) from apic_22 on src cell 0 to apic_22 on tgt cell 0
//  Fraction along src section: 0.12505327, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[51] = new Gap()
a_CellGroup_2[0].apic_22 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[51].src(0.64733994)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[51].vgap, a_CellGroup_1[0].apic_22.v(0.12505327)

a_CellGroup_1[0].apic_22 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[51].target(0.12505327)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[51].vgap, a_CellGroup_2[0].apic_22.v(0.64733994)


//  Syn conn (type: Gap_Junction_simple) from apic_76 on src cell 0 to apic_44 on tgt cell 0
//  Fraction along src section: 0.61175823, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[52] = new Gap()
a_CellGroup_2[0].apic_44 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[52].src(0.9937946)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[52].vgap, a_CellGroup_1[0].apic_76.v(0.61175823)

a_CellGroup_1[0].apic_76 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[52].target(0.61175823)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[52].vgap, a_CellGroup_2[0].apic_44.v(0.9937946)


//  Syn conn (type: Gap_Junction_simple) from apic_2 on src cell 0 to apic_107 on tgt cell 0
//  Fraction along src section: 0.35007066, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[53] = new Gap()
a_CellGroup_2[0].apic_107 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[53].src(0.39284298)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[53].vgap, a_CellGroup_1[0].apic_2.v(0.35007066)

a_CellGroup_1[0].apic_2 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[53].target(0.35007066)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[53].vgap, a_CellGroup_2[0].apic_107.v(0.39284298)


//  Syn conn (type: Gap_Junction_simple) from apic_37 on src cell 0 to apic_111 on tgt cell 0
//  Fraction along src section: 0.67767745, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[54] = new Gap()
a_CellGroup_2[0].apic_111 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[54].src(0.734383)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[54].vgap, a_CellGroup_1[0].apic_37.v(0.67767745)

a_CellGroup_1[0].apic_37 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[54].target(0.67767745)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[54].vgap, a_CellGroup_2[0].apic_111.v(0.734383)


//  Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_96 on tgt cell 0
//  Fraction along src section: 0.2381985, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[55] = new Gap()
a_CellGroup_2[0].apic_96 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[55].src(0.2982094)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[55].vgap, a_CellGroup_1[0].apic_30.v(0.2381985)

a_CellGroup_1[0].apic_30 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[55].target(0.2381985)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[55].vgap, a_CellGroup_2[0].apic_96.v(0.2982094)


//  Syn conn (type: Gap_Junction_simple) from apic_31 on src cell 0 to apic_33 on tgt cell 0
//  Fraction along src section: 0.91845024, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[56] = new Gap()
a_CellGroup_2[0].apic_33 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[56].src(0.9813623)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[56].vgap, a_CellGroup_1[0].apic_31.v(0.91845024)

a_CellGroup_1[0].apic_31 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[56].target(0.91845024)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[56].vgap, a_CellGroup_2[0].apic_33.v(0.9813623)


//  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.912316, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[57] = new Gap()
a_CellGroup_2[0].apic_66 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[57].src(0.9762089)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[57].vgap, a_CellGroup_1[0].apic_13.v(0.912316)

a_CellGroup_1[0].apic_13 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[57].target(0.912316)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[57].vgap, a_CellGroup_2[0].apic_66.v(0.9762089)


//  Syn conn (type: Gap_Junction_simple) from apic_48 on src cell 0 to apic_8 on tgt cell 0
//  Fraction along src section: 0.3743441, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[58] = new Gap()
a_CellGroup_2[0].apic_8 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[58].src(0.8416228)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[58].vgap, a_CellGroup_1[0].apic_48.v(0.3743441)

a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[58].target(0.3743441)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[58].vgap, a_CellGroup_2[0].apic_8.v(0.8416228)


//  Syn conn (type: Gap_Junction_simple) from apic_87 on src cell 0 to apic_42 on tgt cell 0
//  Fraction along src section: 0.50379694, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[59] = new Gap()
a_CellGroup_2[0].apic_42 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[59].src(0.56958467)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[59].vgap, a_CellGroup_1[0].apic_87.v(0.50379694)

a_CellGroup_1[0].apic_87 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[59].target(0.50379694)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[59].vgap, a_CellGroup_2[0].apic_42.v(0.56958467)


//  Syn conn (type: Gap_Junction_simple) from apic_76 on src cell 0 to apic_111 on tgt cell 0
//  Fraction along src section: 0.7414354, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[60] = new Gap()
a_CellGroup_2[0].apic_111 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[60].src(0.18948849)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[60].vgap, a_CellGroup_1[0].apic_76.v(0.7414354)

a_CellGroup_1[0].apic_76 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[60].target(0.7414354)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[60].vgap, a_CellGroup_2[0].apic_111.v(0.18948849)


//  Syn conn (type: Gap_Junction_simple) from apic_99 on src cell 0 to apic_117 on tgt cell 0
//  Fraction along src section: 0.24706237, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[61] = new Gap()
a_CellGroup_2[0].apic_117 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[61].src(0.8459765)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[61].vgap, a_CellGroup_1[0].apic_99.v(0.24706237)

a_CellGroup_1[0].apic_99 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[61].target(0.24706237)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[61].vgap, a_CellGroup_2[0].apic_117.v(0.8459765)


//  Syn conn (type: Gap_Junction_simple) from apic_47 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.9294374, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[62] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[62].src(0.7034616)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[62].vgap, a_CellGroup_1[0].apic_47.v(0.9294374)

a_CellGroup_1[0].apic_47 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[62].target(0.9294374)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[62].vgap, a_CellGroup_2[0].apic_18.v(0.7034616)


//  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.17032805, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[63] = new Gap()
a_CellGroup_2[0].apic_66 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[63].src(0.99703234)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[63].vgap, a_CellGroup_1[0].apic_12.v(0.17032805)

a_CellGroup_1[0].apic_12 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[63].target(0.17032805)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[63].vgap, a_CellGroup_2[0].apic_66.v(0.99703234)


//  Syn conn (type: Gap_Junction_simple) from apic_43 on src cell 0 to apic_10 on tgt cell 0
//  Fraction along src section: 0.5225662, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[64] = new Gap()
a_CellGroup_2[0].apic_10 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[64].src(0.51726496)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[64].vgap, a_CellGroup_1[0].apic_43.v(0.5225662)

a_CellGroup_1[0].apic_43 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[64].target(0.5225662)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[64].vgap, a_CellGroup_2[0].apic_10.v(0.51726496)


//  Syn conn (type: Gap_Junction_simple) from apic_96 on src cell 0 to apic_80 on tgt cell 0
//  Fraction along src section: 0.31484827, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[65] = new Gap()
a_CellGroup_2[0].apic_80 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[65].src(0.77724516)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[65].vgap, a_CellGroup_1[0].apic_96.v(0.31484827)

a_CellGroup_1[0].apic_96 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[65].target(0.31484827)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[65].vgap, a_CellGroup_2[0].apic_80.v(0.77724516)


//  Syn conn (type: Gap_Junction_simple) from apic_26 on src cell 0 to apic_22 on tgt cell 0
//  Fraction along src section: 0.44104117, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[66] = new Gap()
a_CellGroup_2[0].apic_22 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[66].src(0.86036867)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[66].vgap, a_CellGroup_1[0].apic_26.v(0.44104117)

a_CellGroup_1[0].apic_26 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[66].target(0.44104117)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[66].vgap, a_CellGroup_2[0].apic_22.v(0.86036867)


//  Syn conn (type: Gap_Junction_simple) from apic_87 on src cell 0 to apic_42 on tgt cell 0
//  Fraction along src section: 0.5023787, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[67] = new Gap()
a_CellGroup_2[0].apic_42 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[67].src(0.5146863)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[67].vgap, a_CellGroup_1[0].apic_87.v(0.5023787)

a_CellGroup_1[0].apic_87 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[67].target(0.5023787)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[67].vgap, a_CellGroup_2[0].apic_42.v(0.5146863)


//  Syn conn (type: Gap_Junction_simple) from apic_45 on src cell 0 to apic_35 on tgt cell 0
//  Fraction along src section: 0.8837622, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[68] = new Gap()
a_CellGroup_2[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[68].src(0.97192043)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[68].vgap, a_CellGroup_1[0].apic_45.v(0.8837622)

a_CellGroup_1[0].apic_45 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[68].target(0.8837622)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[68].vgap, a_CellGroup_2[0].apic_35.v(0.97192043)


//  Syn conn (type: Gap_Junction_simple) from apic_76 on src cell 0 to apic_43 on tgt cell 0
//  Fraction along src section: 0.9729258, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[69] = new Gap()
a_CellGroup_2[0].apic_43 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[69].src(0.9446264)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[69].vgap, a_CellGroup_1[0].apic_76.v(0.9729258)

a_CellGroup_1[0].apic_76 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[69].target(0.9729258)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[69].vgap, a_CellGroup_2[0].apic_43.v(0.9446264)


//  Syn conn (type: Gap_Junction_simple) from apic_100 on src cell 0 to apic_43 on tgt cell 0
//  Fraction along src section: 0.88566476, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[70] = new Gap()
a_CellGroup_2[0].apic_43 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[70].src(0.9246776)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[70].vgap, a_CellGroup_1[0].apic_100.v(0.88566476)

a_CellGroup_1[0].apic_100 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[70].target(0.88566476)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[70].vgap, a_CellGroup_2[0].apic_43.v(0.9246776)


//  Syn conn (type: Gap_Junction_simple) from apic_87 on src cell 0 to apic_42 on tgt cell 0
//  Fraction along src section: 0.28711745, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[71] = new Gap()
a_CellGroup_2[0].apic_42 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[71].src(0.17424315)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[71].vgap, a_CellGroup_1[0].apic_87.v(0.28711745)

a_CellGroup_1[0].apic_87 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[71].target(0.28711745)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[71].vgap, a_CellGroup_2[0].apic_42.v(0.17424315)


//  Syn conn (type: Gap_Junction_simple) from apic_33 on src cell 0 to apic_47 on tgt cell 0
//  Fraction along src section: 0.9372097, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[72] = new Gap()
a_CellGroup_2[0].apic_47 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[72].src(0.3995078)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[72].vgap, a_CellGroup_1[0].apic_33.v(0.9372097)

a_CellGroup_1[0].apic_33 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[72].target(0.9372097)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[72].vgap, a_CellGroup_2[0].apic_47.v(0.3995078)


//  Syn conn (type: Gap_Junction_simple) from apic_48 on src cell 0 to apic_10 on tgt cell 0
//  Fraction along src section: 0.7985226, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[73] = new Gap()
a_CellGroup_2[0].apic_10 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[73].src(0.27501506)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[73].vgap, a_CellGroup_1[0].apic_48.v(0.7985226)

a_CellGroup_1[0].apic_48 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[73].target(0.7985226)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[73].vgap, a_CellGroup_2[0].apic_10.v(0.27501506)


//  Syn conn (type: Gap_Junction_simple) from apic_28 on src cell 0 to apic_18 on tgt cell 0
//  Fraction along src section: 0.32801306, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[74] = new Gap()
a_CellGroup_2[0].apic_18 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[74].src(0.05614341)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[74].vgap, a_CellGroup_1[0].apic_28.v(0.32801306)

a_CellGroup_1[0].apic_28 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[74].target(0.32801306)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[74].vgap, a_CellGroup_2[0].apic_18.v(0.05614341)


//  Syn conn (type: Gap_Junction_simple) from apic_93 on src cell 0 to apic_84 on tgt cell 0
//  Fraction along src section: 0.5574398, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[75] = new Gap()
a_CellGroup_2[0].apic_84 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[75].src(0.97480184)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[75].vgap, a_CellGroup_1[0].apic_93.v(0.5574398)

a_CellGroup_1[0].apic_93 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[75].target(0.5574398)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[75].vgap, a_CellGroup_2[0].apic_84.v(0.97480184)


//  Syn conn (type: Gap_Junction_simple) from apic_47 on src cell 0 to apic_7 on tgt cell 0
//  Fraction along src section: 0.081956916, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[76] = new Gap()
a_CellGroup_2[0].apic_7 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[76].src(0.97340274)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[76].vgap, a_CellGroup_1[0].apic_47.v(0.081956916)

a_CellGroup_1[0].apic_47 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[76].target(0.081956916)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[76].vgap, a_CellGroup_2[0].apic_7.v(0.97340274)


//  Syn conn (type: Gap_Junction_simple) from apic_93 on src cell 0 to apic_80 on tgt cell 0
//  Fraction along src section: 0.09358838, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[77] = new Gap()
a_CellGroup_2[0].apic_80 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[77].src(0.9640195)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[77].vgap, a_CellGroup_1[0].apic_93.v(0.09358838)

a_CellGroup_1[0].apic_93 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[77].target(0.09358838)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[77].vgap, a_CellGroup_2[0].apic_80.v(0.9640195)


//  Syn conn (type: Gap_Junction_simple) from apic_99 on src cell 0 to apic_117 on tgt cell 0
//  Fraction along src section: 0.5959822, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[78] = new Gap()
a_CellGroup_2[0].apic_117 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[78].src(0.97476006)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[78].vgap, a_CellGroup_1[0].apic_99.v(0.5959822)

a_CellGroup_1[0].apic_99 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[78].target(0.5959822)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[78].vgap, a_CellGroup_2[0].apic_117.v(0.97476006)


//  Syn conn (type: Gap_Junction_simple) from apic_41 on src cell 0 to apic_53 on tgt cell 0
//  Fraction along src section: 0.373766, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[79] = new Gap()
a_CellGroup_2[0].apic_53 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[79].src(0.30215573)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[79].vgap, a_CellGroup_1[0].apic_41.v(0.373766)

a_CellGroup_1[0].apic_41 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[79].target(0.373766)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[79].vgap, a_CellGroup_2[0].apic_53.v(0.30215573)


//  Syn conn (type: Gap_Junction_simple) from apic_46 on src cell 0 to apic_7 on tgt cell 0
//  Fraction along src section: 0.3748429, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[80] = new Gap()
a_CellGroup_2[0].apic_7 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[80].src(0.6405219)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[80].vgap, a_CellGroup_1[0].apic_46.v(0.3748429)

a_CellGroup_1[0].apic_46 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[80].target(0.3748429)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[80].vgap, a_CellGroup_2[0].apic_7.v(0.6405219)


//  Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_66 on tgt cell 0
//  Fraction along src section: 0.409798, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[81] = new Gap()
a_CellGroup_2[0].apic_66 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[81].src(0.99847734)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[81].vgap, a_CellGroup_1[0].apic_10.v(0.409798)

a_CellGroup_1[0].apic_10 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[81].target(0.409798)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[81].vgap, a_CellGroup_2[0].apic_66.v(0.99847734)


//  Syn conn (type: Gap_Junction_simple) from apic_4 on src cell 0 to apic_33 on tgt cell 0
//  Fraction along src section: 0.4433246, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[82] = new Gap()
a_CellGroup_2[0].apic_33 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[82].src(0.91354775)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[82].vgap, a_CellGroup_1[0].apic_4.v(0.4433246)

a_CellGroup_1[0].apic_4 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[82].target(0.4433246)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[82].vgap, a_CellGroup_2[0].apic_33.v(0.91354775)


//  Syn conn (type: Gap_Junction_simple) from apic_29 on src cell 0 to apic_35 on tgt cell 0
//  Fraction along src section: 0.6725176, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[83] = new Gap()
a_CellGroup_2[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[83].src(0.82182044)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[83].vgap, a_CellGroup_1[0].apic_29.v(0.6725176)

a_CellGroup_1[0].apic_29 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[83].target(0.6725176)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[83].vgap, a_CellGroup_2[0].apic_35.v(0.82182044)


//  Syn conn (type: Gap_Junction_simple) from apic_29 on src cell 0 to apic_35 on tgt cell 0
//  Fraction along src section: 0.5118538, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[84] = new Gap()
a_CellGroup_2[0].apic_35 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[84].src(0.70047146)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[84].vgap, a_CellGroup_1[0].apic_29.v(0.5118538)

a_CellGroup_1[0].apic_29 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[84].target(0.5118538)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[84].vgap, a_CellGroup_2[0].apic_35.v(0.70047146)


//  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.93496495, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[85] = new Gap()
a_CellGroup_2[0].apic_10 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[85].src(0.27786237)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[85].vgap, a_CellGroup_1[0].apic_34.v(0.93496495)

a_CellGroup_1[0].apic_34 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[85].target(0.93496495)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[85].vgap, a_CellGroup_2[0].apic_10.v(0.27786237)


//  Syn conn (type: Gap_Junction_simple) from apic_95 on src cell 0 to apic_73 on tgt cell 0
//  Fraction along src section: 0.99455017, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[86] = new Gap()
a_CellGroup_2[0].apic_73 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[86].src(0.7325454)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[86].vgap, a_CellGroup_1[0].apic_95.v(0.99455017)

a_CellGroup_1[0].apic_95 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[86].target(0.99455017)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[86].vgap, a_CellGroup_2[0].apic_73.v(0.7325454)


//  Syn conn (type: Gap_Junction_simple) from apic_5 on src cell 0 to apic_70 on tgt cell 0
//  Fraction along src section: 0.37179542, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[87] = new Gap()
a_CellGroup_2[0].apic_70 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[87].src(0.12907147)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[87].vgap, a_CellGroup_1[0].apic_5.v(0.37179542)

a_CellGroup_1[0].apic_5 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[87].target(0.37179542)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[87].vgap, a_CellGroup_2[0].apic_70.v(0.12907147)


//  Syn conn (type: Gap_Junction_simple) from apic_60 on src cell 0 to apic_84 on tgt cell 0
//  Fraction along src section: 0.29653814, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[88] = new Gap()
a_CellGroup_2[0].apic_84 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[88].src(0.2498722)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[88].vgap, a_CellGroup_1[0].apic_60.v(0.29653814)

a_CellGroup_1[0].apic_60 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[88].target(0.29653814)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[88].vgap, a_CellGroup_2[0].apic_84.v(0.2498722)


//  Syn conn (type: Gap_Junction_simple) from apic_99 on src cell 0 to apic_73 on tgt cell 0
//  Fraction along src section: 0.88254464, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[89] = new Gap()
a_CellGroup_2[0].apic_73 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[89].src(0.8665853)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[89].vgap, a_CellGroup_1[0].apic_99.v(0.88254464)

a_CellGroup_1[0].apic_99 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[89].target(0.88254464)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[89].vgap, a_CellGroup_2[0].apic_73.v(0.8665853)


//  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.5074896, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[90] = new Gap()
a_CellGroup_2[0].apic_19 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[90].src(0.019876309)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[90].vgap, a_CellGroup_1[0].apic_28.v(0.5074896)

a_CellGroup_1[0].apic_28 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[90].target(0.5074896)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[90].vgap, a_CellGroup_2[0].apic_19.v(0.019876309)


//  Syn conn (type: Gap_Junction_simple) from apic_5 on src cell 0 to apic_23 on tgt cell 0
//  Fraction along src section: 0.94780064, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[91] = new Gap()
a_CellGroup_2[0].apic_23 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[91].src(0.7593941)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[91].vgap, a_CellGroup_1[0].apic_5.v(0.94780064)

a_CellGroup_1[0].apic_5 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[91].target(0.94780064)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[91].vgap, a_CellGroup_2[0].apic_23.v(0.7593941)


//  Syn conn (type: Gap_Junction_simple) from apic_100 on src cell 0 to apic_111 on tgt cell 0
//  Fraction along src section: 0.7145043, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[92] = new Gap()
a_CellGroup_2[0].apic_111 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[92].src(0.13760053)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[92].vgap, a_CellGroup_1[0].apic_100.v(0.7145043)

a_CellGroup_1[0].apic_100 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[92].target(0.7145043)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[92].vgap, a_CellGroup_2[0].apic_111.v(0.13760053)


//  Syn conn (type: Gap_Junction_simple) from apic_26 on src cell 0 to apic_22 on tgt cell 0
//  Fraction along src section: 0.59561676, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[93] = new Gap()
a_CellGroup_2[0].apic_22 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[93].src(0.84452987)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[93].vgap, a_CellGroup_1[0].apic_26.v(0.59561676)

a_CellGroup_1[0].apic_26 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[93].target(0.59561676)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[93].vgap, a_CellGroup_2[0].apic_22.v(0.84452987)


//  Syn conn (type: Gap_Junction_simple) from apic_80 on src cell 0 to apic_107 on tgt cell 0
//  Fraction along src section: 0.47507918, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[94] = new Gap()
a_CellGroup_2[0].apic_107 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[94].src(0.39511243)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[94].vgap, a_CellGroup_1[0].apic_80.v(0.47507918)

a_CellGroup_1[0].apic_80 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[94].target(0.47507918)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[94].vgap, a_CellGroup_2[0].apic_107.v(0.39511243)


//  Syn conn (type: Gap_Junction_simple) from apic_5 on src cell 0 to apic_23 on tgt cell 0
//  Fraction along src section: 0.9186971, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[95] = new Gap()
a_CellGroup_2[0].apic_23 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[95].src(0.7227425)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[95].vgap, a_CellGroup_1[0].apic_5.v(0.9186971)

a_CellGroup_1[0].apic_5 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[95].target(0.9186971)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[95].vgap, a_CellGroup_2[0].apic_23.v(0.7227425)


//  Syn conn (type: Gap_Junction_simple) from apic_75 on src cell 0 to apic_83 on tgt cell 0
//  Fraction along src section: 0.9924729, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[96] = new Gap()
a_CellGroup_2[0].apic_83 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[96].src(0.4447222)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[96].vgap, a_CellGroup_1[0].apic_75.v(0.9924729)

a_CellGroup_1[0].apic_75 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[96].target(0.9924729)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[96].vgap, a_CellGroup_2[0].apic_83.v(0.4447222)


//  Syn conn (type: Gap_Junction_simple) from apic_70 on src cell 0 to apic_75 on tgt cell 0
//  Fraction along src section: 0.38474742, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[97] = new Gap()
a_CellGroup_2[0].apic_75 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[97].src(0.79030734)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[97].vgap, a_CellGroup_1[0].apic_70.v(0.38474742)

a_CellGroup_1[0].apic_70 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[97].target(0.38474742)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[97].vgap, a_CellGroup_2[0].apic_75.v(0.79030734)


//  Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_95 on tgt cell 0
//  Fraction along src section: 0.30105138, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[98] = new Gap()
a_CellGroup_2[0].apic_95 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[98].src(0.9290169)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[98].vgap, a_CellGroup_1[0].apic_30.v(0.30105138)

a_CellGroup_1[0].apic_30 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[98].target(0.30105138)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[98].vgap, a_CellGroup_2[0].apic_95.v(0.9290169)


//  Syn conn (type: Gap_Junction_simple) from apic_30 on src cell 0 to apic_36 on tgt cell 0
//  Fraction along src section: 0.59647065, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_2_Gap_Junction_simple_A[99] = new Gap()
a_CellGroup_2[0].apic_36 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[99].src(0.7185082)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[99].vgap, a_CellGroup_1[0].apic_30.v(0.59647065)

a_CellGroup_1[0].apic_30 elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[99].target(0.59647065)
// elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_1_CellGroup_2_Gap_Junction_simple_A[99].vgap, a_CellGroup_2[0].apic_36.v(0.7185082)


// Adding NetConn: NetConn_CellGroup_6_CellGroup_5 from: CellGroup_6 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_20 on src cell 0 to apic_4 on tgt cell 0
//  Fraction along src section: 0.3733598, weight: 1.0
//  Delay due to AP prop along segs: 0.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_5_Gap_Junction_simple_A[100]

// objectvar elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[100]

elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[0] = new Gap()
a_CellGroup_5[0].apic_4 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[0].src(0.9914788)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[0].vgap, a_CellGroup_6[0].apic_20.v(0.3733598)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[0].target(0.3733598)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[0].vgap, a_CellGroup_5[0].apic_4.v(0.9914788)


//  Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_30 on tgt cell 0
//  Fraction along src section: 0.2992562, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[1] = new Gap()
a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[1].src(0.29613706)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[1].vgap, a_CellGroup_6[0].apic_11.v(0.2992562)

a_CellGroup_6[0].apic_11 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[1].target(0.2992562)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[1].vgap, a_CellGroup_5[0].apic_30.v(0.29613706)


//  Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_33 on tgt cell 0
//  Fraction along src section: 0.34741804, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[2] = new Gap()
a_CellGroup_5[0].apic_33 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[2].src(0.010235612)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[2].vgap, a_CellGroup_6[0].apic_17.v(0.34741804)

a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[2].target(0.34741804)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[2].vgap, a_CellGroup_5[0].apic_33.v(0.010235612)


//  Syn conn (type: Gap_Junction_simple) from apic_6 on src cell 0 to apic_31 on tgt cell 0
//  Fraction along src section: 0.03970916, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[3] = new Gap()
a_CellGroup_5[0].apic_31 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[3].src(0.9375311)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[3].vgap, a_CellGroup_6[0].apic_6.v(0.03970916)

a_CellGroup_6[0].apic_6 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[3].target(0.03970916)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[3].vgap, a_CellGroup_5[0].apic_31.v(0.9375311)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_33 on tgt cell 0
//  Fraction along src section: 0.14169922, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[4] = new Gap()
a_CellGroup_5[0].apic_33 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[4].src(0.87309456)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[4].vgap, a_CellGroup_6[0].apic_20.v(0.14169922)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[4].target(0.14169922)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[4].vgap, a_CellGroup_5[0].apic_33.v(0.87309456)


//  Syn conn (type: Gap_Junction_simple) from apic_14 on src cell 0 to apic_14 on tgt cell 0
//  Fraction along src section: 0.2633953, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[5] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[5].src(0.4830266)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[5].vgap, a_CellGroup_6[0].apic_14.v(0.2633953)

a_CellGroup_6[0].apic_14 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[5].target(0.2633953)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[5].vgap, a_CellGroup_5[0].apic_14.v(0.4830266)


//  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.7762179, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[6] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[6].src(0.9988915)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[6].vgap, a_CellGroup_6[0].apic_20.v(0.7762179)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[6].target(0.7762179)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[6].vgap, a_CellGroup_5[0].apic_19.v(0.9988915)


//  Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_14 on tgt cell 0
//  Fraction along src section: 0.019691851, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[7] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[7].src(0.49975365)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[7].vgap, a_CellGroup_6[0].apic_12.v(0.019691851)

a_CellGroup_6[0].apic_12 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[7].target(0.019691851)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[7].vgap, a_CellGroup_5[0].apic_14.v(0.49975365)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_5 on tgt cell 0
//  Fraction along src section: 0.42439637, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[8] = new Gap()
a_CellGroup_5[0].apic_5 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[8].src(0.9947939)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[8].vgap, a_CellGroup_6[0].apic_20.v(0.42439637)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[8].target(0.42439637)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[8].vgap, a_CellGroup_5[0].apic_5.v(0.9947939)


//  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.5568335, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[9] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[9].src(0.99078447)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[9].vgap, a_CellGroup_6[0].apic_20.v(0.5568335)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[9].target(0.5568335)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[9].vgap, a_CellGroup_5[0].apic_19.v(0.99078447)


//  Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_14 on tgt cell 0
//  Fraction along src section: 0.44486183, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[10] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[10].src(0.45942986)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[10].vgap, a_CellGroup_6[0].apic_13.v(0.44486183)

a_CellGroup_6[0].apic_13 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[10].target(0.44486183)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[10].vgap, a_CellGroup_5[0].apic_14.v(0.45942986)


//  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.2269951, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[11] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[11].src(0.31449726)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[11].vgap, a_CellGroup_6[0].apic_20.v(0.2269951)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[11].target(0.2269951)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[11].vgap, a_CellGroup_5[0].apic_35.v(0.31449726)


//  Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_33 on tgt cell 0
//  Fraction along src section: 0.24542186, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[12] = new Gap()
a_CellGroup_5[0].apic_33 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[12].src(0.00554687)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[12].vgap, a_CellGroup_6[0].apic_17.v(0.24542186)

a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[12].target(0.24542186)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[12].vgap, a_CellGroup_5[0].apic_33.v(0.00554687)


//  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.8983132, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[13] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[13].src(0.9597226)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[13].vgap, a_CellGroup_6[0].apic_9.v(0.8983132)

a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[13].target(0.8983132)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[13].vgap, a_CellGroup_5[0].apic_23.v(0.9597226)


//  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.79706836, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[14] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[14].src(0.4919351)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[14].vgap, a_CellGroup_6[0].apic_4.v(0.79706836)

a_CellGroup_6[0].apic_4 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[14].target(0.79706836)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[14].vgap, a_CellGroup_5[0].apic_14.v(0.4919351)


//  Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_33 on tgt cell 0
//  Fraction along src section: 0.8131013, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[15] = new Gap()
a_CellGroup_5[0].apic_33 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[15].src(0.0017759714)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[15].vgap, a_CellGroup_6[0].apic_16.v(0.8131013)

a_CellGroup_6[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[15].target(0.8131013)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[15].vgap, a_CellGroup_5[0].apic_33.v(0.0017759714)


//  Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_14 on tgt cell 0
//  Fraction along src section: 0.18044242, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[16] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[16].src(0.48385376)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[16].vgap, a_CellGroup_6[0].apic_12.v(0.18044242)

a_CellGroup_6[0].apic_12 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[16].target(0.18044242)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[16].vgap, a_CellGroup_5[0].apic_14.v(0.48385376)


//  Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_5 on tgt cell 0
//  Fraction along src section: 0.98625034, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[17] = new Gap()
a_CellGroup_5[0].apic_5 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[17].src(0.691369)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[17].vgap, a_CellGroup_6[0].apic_17.v(0.98625034)

a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[17].target(0.98625034)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[17].vgap, a_CellGroup_5[0].apic_5.v(0.691369)


//  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.20330244, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[18] = new Gap()
a_CellGroup_5[0].apic_35 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[18].src(0.14817208)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[18].vgap, a_CellGroup_6[0].apic_20.v(0.20330244)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[18].target(0.20330244)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[18].vgap, a_CellGroup_5[0].apic_35.v(0.14817208)


//  Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_30 on tgt cell 0
//  Fraction along src section: 0.123141356, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[19] = new Gap()
a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[19].src(0.28420204)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[19].vgap, a_CellGroup_6[0].apic_10.v(0.123141356)

a_CellGroup_6[0].apic_10 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[19].target(0.123141356)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[19].vgap, a_CellGroup_5[0].apic_30.v(0.28420204)


//  Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_38 on tgt cell 0
//  Fraction along src section: 0.9588386, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[20] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[20].src(0.9996125)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[20].vgap, a_CellGroup_6[0].apic_19.v(0.9588386)

a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[20].target(0.9588386)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[20].vgap, a_CellGroup_5[0].apic_38.v(0.9996125)


//  Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_38 on tgt cell 0
//  Fraction along src section: 0.6545459, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[21] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[21].src(0.99945706)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[21].vgap, a_CellGroup_6[0].apic_19.v(0.6545459)

a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[21].target(0.6545459)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[21].vgap, a_CellGroup_5[0].apic_38.v(0.99945706)


//  Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_33 on tgt cell 0
//  Fraction along src section: 0.22427632, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[22] = new Gap()
a_CellGroup_5[0].apic_33 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[22] = new Gap(2.4328378E-5)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[22].vgap, a_CellGroup_6[0].apic_17.v(0.22427632)

a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[22].target(0.22427632)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[22].vgap, a_CellGroup_5[0].apic_33.v(2.4328378E-5)


//  Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_1 on tgt cell 0
//  Fraction along src section: 0.37310565, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[23] = new Gap()
a_CellGroup_5[0].apic_1 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[23].src(0.0031221807)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[23].vgap, a_CellGroup_6[0].apic_3.v(0.37310565)

a_CellGroup_6[0].apic_3 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[23].target(0.37310565)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[23].vgap, a_CellGroup_5[0].apic_1.v(0.0031221807)


//  Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_31 on tgt cell 0
//  Fraction along src section: 0.463607, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[24] = new Gap()
a_CellGroup_5[0].apic_31 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[24].src(0.98826003)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[24].vgap, a_CellGroup_6[0].apic_12.v(0.463607)

a_CellGroup_6[0].apic_12 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[24].target(0.463607)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[24].vgap, a_CellGroup_5[0].apic_31.v(0.98826003)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_5 on tgt cell 0
//  Fraction along src section: 0.42042944, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[25] = new Gap()
a_CellGroup_5[0].apic_5 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[25].src(0.9878949)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[25].vgap, a_CellGroup_6[0].apic_20.v(0.42042944)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[25].target(0.42042944)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[25].vgap, a_CellGroup_5[0].apic_5.v(0.9878949)


//  Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_30 on tgt cell 0
//  Fraction along src section: 0.18387607, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[26] = new Gap()
a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[26].src(0.275772)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[26].vgap, a_CellGroup_6[0].apic_11.v(0.18387607)

a_CellGroup_6[0].apic_11 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[26].target(0.18387607)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[26].vgap, a_CellGroup_5[0].apic_30.v(0.275772)


//  Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_31 on tgt cell 0
//  Fraction along src section: 0.6511383, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[27] = new Gap()
a_CellGroup_5[0].apic_31 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[27].src(0.8996336)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[27].vgap, a_CellGroup_6[0].apic_12.v(0.6511383)

a_CellGroup_6[0].apic_12 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[27].target(0.6511383)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[27].vgap, a_CellGroup_5[0].apic_31.v(0.8996336)


//  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.04645639, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[28] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[28].src(0.9978079)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[28].vgap, a_CellGroup_6[0].apic_8.v(0.04645639)

a_CellGroup_6[0].apic_8 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[28].target(0.04645639)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[28].vgap, a_CellGroup_5[0].apic_23.v(0.9978079)


//  Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_30 on tgt cell 0
//  Fraction along src section: 0.75615865, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[29] = new Gap()
a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[29].src(0.28327894)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[29].vgap, a_CellGroup_6[0].apic_10.v(0.75615865)

a_CellGroup_6[0].apic_10 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[29].target(0.75615865)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[29].vgap, a_CellGroup_5[0].apic_30.v(0.28327894)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_5 on tgt cell 0
//  Fraction along src section: 0.42700115, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[30] = new Gap()
a_CellGroup_5[0].apic_5 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[30].src(0.9857757)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[30].vgap, a_CellGroup_6[0].apic_20.v(0.42700115)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[30].target(0.42700115)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[30].vgap, a_CellGroup_5[0].apic_5.v(0.9857757)


//  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.6697256, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[31] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[31].src(0.9784409)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[31].vgap, a_CellGroup_6[0].apic_9.v(0.6697256)

a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[31].target(0.6697256)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[31].vgap, a_CellGroup_5[0].apic_23.v(0.9784409)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_5 on tgt cell 0
//  Fraction along src section: 0.41047484, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[32] = new Gap()
a_CellGroup_5[0].apic_5 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[32].src(0.9972249)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[32].vgap, a_CellGroup_6[0].apic_20.v(0.41047484)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[32].target(0.41047484)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[32].vgap, a_CellGroup_5[0].apic_5.v(0.9972249)


//  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.50187826, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[33] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[33].src(0.9957544)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[33].vgap, a_CellGroup_6[0].apic_9.v(0.50187826)

a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[33].target(0.50187826)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[33].vgap, a_CellGroup_5[0].apic_23.v(0.9957544)


//  Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_38 on tgt cell 0
//  Fraction along src section: 0.5221622, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[34] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[34].src(0.9751549)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[34].vgap, a_CellGroup_6[0].apic_19.v(0.5221622)

a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[34].target(0.5221622)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[34].vgap, a_CellGroup_5[0].apic_38.v(0.9751549)


//  Syn conn (type: Gap_Junction_simple) from apic_6 on src cell 0 to apic_30 on tgt cell 0
//  Fraction along src section: 0.99423945, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[35] = new Gap()
a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[35].src(0.286874)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[35].vgap, a_CellGroup_6[0].apic_6.v(0.99423945)

a_CellGroup_6[0].apic_6 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[35].target(0.99423945)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[35].vgap, a_CellGroup_5[0].apic_30.v(0.286874)


//  Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_1 on tgt cell 0
//  Fraction along src section: 0.5851439, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[36] = new Gap()
a_CellGroup_5[0].apic_1 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[36].src(0.0035106924)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[36].vgap, a_CellGroup_6[0].apic_16.v(0.5851439)

a_CellGroup_6[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[36].target(0.5851439)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[36].vgap, a_CellGroup_5[0].apic_1.v(0.0035106924)


//  Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_14 on tgt cell 0
//  Fraction along src section: 0.07159316, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[37] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[37].src(0.5046719)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[37].vgap, a_CellGroup_6[0].apic_12.v(0.07159316)

a_CellGroup_6[0].apic_12 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[37].target(0.07159316)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[37].vgap, a_CellGroup_5[0].apic_14.v(0.5046719)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_6 on tgt cell 0
//  Fraction along src section: 0.30374518, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[38] = new Gap()
a_CellGroup_5[0].apic_6 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[38].src(0.82259285)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[38].vgap, a_CellGroup_6[0].apic_20.v(0.30374518)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[38].target(0.30374518)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[38].vgap, a_CellGroup_5[0].apic_6.v(0.82259285)


//  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.60578704, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[39] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[39].src(0.97709876)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[39].vgap, a_CellGroup_6[0].apic_8.v(0.60578704)

a_CellGroup_6[0].apic_8 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[39].target(0.60578704)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[39].vgap, a_CellGroup_5[0].apic_23.v(0.97709876)


//  Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_31 on tgt cell 0
//  Fraction along src section: 0.62192196, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[40] = new Gap()
a_CellGroup_5[0].apic_31 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[40].src(0.93441534)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[40].vgap, a_CellGroup_6[0].apic_12.v(0.62192196)

a_CellGroup_6[0].apic_12 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[40].target(0.62192196)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[40].vgap, a_CellGroup_5[0].apic_31.v(0.93441534)


//  Syn conn (type: Gap_Junction_simple) from apic_6 on src cell 0 to apic_31 on tgt cell 0
//  Fraction along src section: 0.088303365, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[41] = new Gap()
a_CellGroup_5[0].apic_31 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[41].src(0.96354747)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[41].vgap, a_CellGroup_6[0].apic_6.v(0.088303365)

a_CellGroup_6[0].apic_6 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[41].target(0.088303365)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[41].vgap, a_CellGroup_5[0].apic_31.v(0.96354747)


//  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.92876595, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[42] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[42].src(0.93528247)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[42].vgap, a_CellGroup_6[0].apic_20.v(0.92876595)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[42].target(0.92876595)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[42].vgap, a_CellGroup_5[0].apic_19.v(0.93528247)


//  Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_31 on tgt cell 0
//  Fraction along src section: 0.74655795, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[43] = new Gap()
a_CellGroup_5[0].apic_31 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[43].src(0.9676576)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[43].vgap, a_CellGroup_6[0].apic_12.v(0.74655795)

a_CellGroup_6[0].apic_12 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[43].target(0.74655795)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[43].vgap, a_CellGroup_5[0].apic_31.v(0.9676576)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_4 on tgt cell 0
//  Fraction along src section: 0.36892506, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[44] = new Gap()
a_CellGroup_5[0].apic_4 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[44].src(0.98258513)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[44].vgap, a_CellGroup_6[0].apic_20.v(0.36892506)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[44].target(0.36892506)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[44].vgap, a_CellGroup_5[0].apic_4.v(0.98258513)


//  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.8698611, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[45] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[45].src(0.975569)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[45].vgap, a_CellGroup_6[0].apic_20.v(0.8698611)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[45].target(0.8698611)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[45].vgap, a_CellGroup_5[0].apic_19.v(0.975569)


//  Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_2 on tgt cell 0
//  Fraction along src section: 0.56058115, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[46] = new Gap()
a_CellGroup_5[0].apic_2 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[46].src(0.24024627)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[46].vgap, a_CellGroup_6[0].apic_17.v(0.56058115)

a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[46].target(0.56058115)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[46].vgap, a_CellGroup_5[0].apic_2.v(0.24024627)


//  Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_37 on tgt cell 0
//  Fraction along src section: 0.23040985, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[47] = new Gap()
a_CellGroup_5[0].apic_37 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[47].src(0.94907665)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[47].vgap, a_CellGroup_6[0].apic_19.v(0.23040985)

a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[47].target(0.23040985)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[47].vgap, a_CellGroup_5[0].apic_37.v(0.94907665)


//  Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_1 on tgt cell 0
//  Fraction along src section: 0.43117777, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[48] = new Gap()
a_CellGroup_5[0].apic_1 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[48].src(0.10947035)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[48].vgap, a_CellGroup_6[0].apic_17.v(0.43117777)

a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[48].target(0.43117777)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[48].vgap, a_CellGroup_5[0].apic_1.v(0.10947035)


//  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.5891517, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[49] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[49].src(0.98839015)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[49].vgap, a_CellGroup_6[0].apic_20.v(0.5891517)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[49].target(0.5891517)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[49].vgap, a_CellGroup_5[0].apic_19.v(0.98839015)


//  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.6652316, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[50] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[50].src(0.013499931)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[50].vgap, a_CellGroup_6[0].apic_3.v(0.6652316)

a_CellGroup_6[0].apic_3 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[50].target(0.6652316)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[50].vgap, a_CellGroup_5[0].apic_14.v(0.013499931)


//  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.8159197, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[51] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[51].src(0.9979029)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[51].vgap, a_CellGroup_6[0].apic_20.v(0.8159197)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[51].target(0.8159197)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[51].vgap, a_CellGroup_5[0].apic_19.v(0.9979029)


//  Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_31 on tgt cell 0
//  Fraction along src section: 0.5294546, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[52] = new Gap()
a_CellGroup_5[0].apic_31 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[52].src(0.95944464)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[52].vgap, a_CellGroup_6[0].apic_12.v(0.5294546)

a_CellGroup_6[0].apic_12 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[52].target(0.5294546)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[52].vgap, a_CellGroup_5[0].apic_31.v(0.95944464)


//  Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_14 on tgt cell 0
//  Fraction along src section: 0.1327908, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[53] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[53].src(0.012644964)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[53].vgap, a_CellGroup_6[0].apic_17.v(0.1327908)

a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[53].target(0.1327908)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[53].vgap, a_CellGroup_5[0].apic_14.v(0.012644964)


//  Syn conn (type: Gap_Junction_simple) from apic_6 on src cell 0 to apic_30 on tgt cell 0
//  Fraction along src section: 0.5643739, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[54] = new Gap()
a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[54].src(0.29046187)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[54].vgap, a_CellGroup_6[0].apic_6.v(0.5643739)

a_CellGroup_6[0].apic_6 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[54].target(0.5643739)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[54].vgap, a_CellGroup_5[0].apic_30.v(0.29046187)


//  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.8491185, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[55] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[55].src(0.9962885)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[55].vgap, a_CellGroup_6[0].apic_20.v(0.8491185)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[55].target(0.8491185)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[55].vgap, a_CellGroup_5[0].apic_19.v(0.9962885)


//  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.5390837, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[56] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[56].src(0.93220264)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[56].vgap, a_CellGroup_6[0].apic_20.v(0.5390837)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[56].target(0.5390837)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[56].vgap, a_CellGroup_5[0].apic_19.v(0.93220264)


//  Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_14 on tgt cell 0
//  Fraction along src section: 0.97470707, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[57] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[57].src(0.48013037)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[57].vgap, a_CellGroup_6[0].apic_13.v(0.97470707)

a_CellGroup_6[0].apic_13 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[57].target(0.97470707)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[57].vgap, a_CellGroup_5[0].apic_14.v(0.48013037)


//  Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_23 on tgt cell 0
//  Fraction along src section: 0.99429, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[58] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[58].src(0.94442225)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[58].vgap, a_CellGroup_6[0].apic_11.v(0.99429)

a_CellGroup_6[0].apic_11 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[58].target(0.99429)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[58].vgap, a_CellGroup_5[0].apic_23.v(0.94442225)


//  Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_33 on tgt cell 0
//  Fraction along src section: 0.31643724, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[59] = new Gap()
a_CellGroup_5[0].apic_33 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[59].src(0.008331364)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[59].vgap, a_CellGroup_6[0].apic_3.v(0.31643724)

a_CellGroup_6[0].apic_3 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[59].target(0.31643724)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[59].vgap, a_CellGroup_5[0].apic_33.v(0.008331364)


//  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.81235826, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[60] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[60].src(0.48691657)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[60].vgap, a_CellGroup_6[0].apic_4.v(0.81235826)

a_CellGroup_6[0].apic_4 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[60].target(0.81235826)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[60].vgap, a_CellGroup_5[0].apic_14.v(0.48691657)


//  Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_31 on tgt cell 0
//  Fraction along src section: 0.58355236, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[61] = new Gap()
a_CellGroup_5[0].apic_31 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[61].src(0.9136656)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[61].vgap, a_CellGroup_6[0].apic_12.v(0.58355236)

a_CellGroup_6[0].apic_12 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[61].target(0.58355236)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[61].vgap, a_CellGroup_5[0].apic_31.v(0.9136656)


//  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.4981218, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[62] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[62].src(0.9610241)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[62].vgap, a_CellGroup_6[0].apic_20.v(0.4981218)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[62].target(0.4981218)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[62].vgap, a_CellGroup_5[0].apic_19.v(0.9610241)


//  Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_30 on tgt cell 0
//  Fraction along src section: 0.3665844, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[63] = new Gap()
a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[63].src(0.2714028)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[63].vgap, a_CellGroup_6[0].apic_11.v(0.3665844)

a_CellGroup_6[0].apic_11 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[63].target(0.3665844)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[63].vgap, a_CellGroup_5[0].apic_30.v(0.2714028)


//  Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_14 on tgt cell 0
//  Fraction along src section: 0.20505446, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[64] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[64].src(0.49225998)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[64].vgap, a_CellGroup_6[0].apic_12.v(0.20505446)

a_CellGroup_6[0].apic_12 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[64].target(0.20505446)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[64].vgap, a_CellGroup_5[0].apic_14.v(0.49225998)


//  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.39942402, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[65] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[65].src(0.4751546)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[65].vgap, a_CellGroup_6[0].apic_4.v(0.39942402)

a_CellGroup_6[0].apic_4 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[65].target(0.39942402)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[65].vgap, a_CellGroup_5[0].apic_14.v(0.4751546)


//  Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_14 on tgt cell 0
//  Fraction along src section: 0.047943447, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[66] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[66].src(0.50272894)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[66].vgap, a_CellGroup_6[0].apic_12.v(0.047943447)

a_CellGroup_6[0].apic_12 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[66].target(0.047943447)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[66].vgap, a_CellGroup_5[0].apic_14.v(0.50272894)


//  Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_33 on tgt cell 0
//  Fraction along src section: 0.03940406, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[67] = new Gap()
a_CellGroup_5[0].apic_33 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[67].src(0.0014265276)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[67].vgap, a_CellGroup_6[0].apic_3.v(0.03940406)

a_CellGroup_6[0].apic_3 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[67].target(0.03940406)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[67].vgap, a_CellGroup_5[0].apic_33.v(0.0014265276)


//  Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_38 on tgt cell 0
//  Fraction along src section: 0.6915509, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[68] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[68].src(0.98601526)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[68].vgap, a_CellGroup_6[0].apic_19.v(0.6915509)

a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[68].target(0.6915509)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[68].vgap, a_CellGroup_5[0].apic_38.v(0.98601526)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_4 on tgt cell 0
//  Fraction along src section: 0.36276498, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[69] = new Gap()
a_CellGroup_5[0].apic_4 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[69].src(0.9948063)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[69].vgap, a_CellGroup_6[0].apic_20.v(0.36276498)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[69].target(0.36276498)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[69].vgap, a_CellGroup_5[0].apic_4.v(0.9948063)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_5 on tgt cell 0
//  Fraction along src section: 0.42580068, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[70] = new Gap()
a_CellGroup_5[0].apic_5 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[70].src(0.99837315)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[70].vgap, a_CellGroup_6[0].apic_20.v(0.42580068)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[70].target(0.42580068)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[70].vgap, a_CellGroup_5[0].apic_5.v(0.99837315)


//  Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_1 on tgt cell 0
//  Fraction along src section: 0.5323585, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[71] = new Gap()
a_CellGroup_5[0].apic_1 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[71].src(0.005081098)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[71].vgap, a_CellGroup_6[0].apic_3.v(0.5323585)

a_CellGroup_6[0].apic_3 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[71].target(0.5323585)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[71].vgap, a_CellGroup_5[0].apic_1.v(0.005081098)


//  Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_14 on tgt cell 0
//  Fraction along src section: 0.29795784, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[72] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[72] = new Gap(9.6421296E-5)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[72].vgap, a_CellGroup_6[0].apic_16.v(0.29795784)

a_CellGroup_6[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[72].target(0.29795784)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[72].vgap, a_CellGroup_5[0].apic_14.v(9.6421296E-5)


//  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.722518, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[73] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[73].src(0.95410395)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[73].vgap, a_CellGroup_6[0].apic_18.v(0.722518)

a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[73].target(0.722518)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[73].vgap, a_CellGroup_5[0].apic_38.v(0.95410395)


//  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.20632312, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[74] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[74].src(0.9998256)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[74].vgap, a_CellGroup_6[0].apic_8.v(0.20632312)

a_CellGroup_6[0].apic_8 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[74].target(0.20632312)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[74].vgap, a_CellGroup_5[0].apic_23.v(0.9998256)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_6 on tgt cell 0
//  Fraction along src section: 0.3068108, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[75] = new Gap()
a_CellGroup_5[0].apic_6 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[75].src(0.86262375)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[75].vgap, a_CellGroup_6[0].apic_20.v(0.3068108)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[75].target(0.3068108)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[75].vgap, a_CellGroup_5[0].apic_6.v(0.86262375)


//  Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_33 on tgt cell 0
//  Fraction along src section: 0.28170595, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[76] = new Gap()
a_CellGroup_5[0].apic_33 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[76].src(0.005602162)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[76].vgap, a_CellGroup_6[0].apic_17.v(0.28170595)

a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[76].target(0.28170595)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[76].vgap, a_CellGroup_5[0].apic_33.v(0.005602162)


//  Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_2 on tgt cell 0
//  Fraction along src section: 0.5264633, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[77] = new Gap()
a_CellGroup_5[0].apic_2 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[77].src(0.073547006)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[77].vgap, a_CellGroup_6[0].apic_17.v(0.5264633)

a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[77].target(0.5264633)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[77].vgap, a_CellGroup_5[0].apic_2.v(0.073547006)


//  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.86795986, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[78] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[78].src(0.977248)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[78].vgap, a_CellGroup_6[0].apic_20.v(0.86795986)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[78].target(0.86795986)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[78].vgap, a_CellGroup_5[0].apic_19.v(0.977248)


//  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.91394836, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[79] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[79].src(0.025971528)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[79].vgap, a_CellGroup_6[0].apic_3.v(0.91394836)

a_CellGroup_6[0].apic_3 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[79].target(0.91394836)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[79].vgap, a_CellGroup_5[0].apic_14.v(0.025971528)


//  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.6892267, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[80] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[80].src(0.9939873)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[80].vgap, a_CellGroup_6[0].apic_8.v(0.6892267)

a_CellGroup_6[0].apic_8 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[80].target(0.6892267)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[80].vgap, a_CellGroup_5[0].apic_23.v(0.9939873)


//  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.17550234, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[81] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[81].src(0.9939649)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[81].vgap, a_CellGroup_6[0].apic_9.v(0.17550234)

a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[81].target(0.17550234)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[81].vgap, a_CellGroup_5[0].apic_23.v(0.9939649)


//  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.7910224, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[82] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[82].src(0.95026594)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[82].vgap, a_CellGroup_6[0].apic_18.v(0.7910224)

a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[82].target(0.7910224)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[82].vgap, a_CellGroup_5[0].apic_38.v(0.95026594)


//  Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_31 on tgt cell 0
//  Fraction along src section: 0.8869473, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[83] = new Gap()
a_CellGroup_5[0].apic_31 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[83].src(0.9996035)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[83].vgap, a_CellGroup_6[0].apic_12.v(0.8869473)

a_CellGroup_6[0].apic_12 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[83].target(0.8869473)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[83].vgap, a_CellGroup_5[0].apic_31.v(0.9996035)


//  Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_14 on tgt cell 0
//  Fraction along src section: 0.028363189, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[84] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[84].src(0.0018277299)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[84].vgap, a_CellGroup_6[0].apic_17.v(0.028363189)

a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[84].target(0.028363189)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[84].vgap, a_CellGroup_5[0].apic_14.v(0.0018277299)


//  Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_14 on tgt cell 0
//  Fraction along src section: 0.27044165, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[85] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[85].src(0.48081648)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[85].vgap, a_CellGroup_6[0].apic_12.v(0.27044165)

a_CellGroup_6[0].apic_12 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[85].target(0.27044165)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[85].vgap, a_CellGroup_5[0].apic_14.v(0.48081648)


//  Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_33 on tgt cell 0
//  Fraction along src section: 0.043541696, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[86] = new Gap()
a_CellGroup_5[0].apic_33 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[86].src(0.011414433)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[86].vgap, a_CellGroup_6[0].apic_16.v(0.043541696)

a_CellGroup_6[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[86].target(0.043541696)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[86].vgap, a_CellGroup_5[0].apic_33.v(0.011414433)


//  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.3387898, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[87] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[87].src(0.4696316)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[87].vgap, a_CellGroup_6[0].apic_4.v(0.3387898)

a_CellGroup_6[0].apic_4 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[87].target(0.3387898)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[87].vgap, a_CellGroup_5[0].apic_14.v(0.4696316)


//  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.65703636, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[88] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[88].src(0.9905957)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[88].vgap, a_CellGroup_6[0].apic_20.v(0.65703636)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[88].target(0.65703636)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[88].vgap, a_CellGroup_5[0].apic_19.v(0.9905957)


//  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.8390344, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[89] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[89].src(0.961039)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[89].vgap, a_CellGroup_6[0].apic_20.v(0.8390344)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[89].target(0.8390344)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[89].vgap, a_CellGroup_5[0].apic_19.v(0.961039)


//  Syn conn (type: Gap_Junction_simple) from apic_13 on src cell 0 to apic_14 on tgt cell 0
//  Fraction along src section: 0.31859154, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[90] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[90].src(0.47529352)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[90].vgap, a_CellGroup_6[0].apic_13.v(0.31859154)

a_CellGroup_6[0].apic_13 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[90].target(0.31859154)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[90].vgap, a_CellGroup_5[0].apic_14.v(0.47529352)


//  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.93575835, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[91] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[91].src(0.9502347)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[91].vgap, a_CellGroup_6[0].apic_20.v(0.93575835)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[91].target(0.93575835)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[91].vgap, a_CellGroup_5[0].apic_19.v(0.9502347)


//  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.9008917, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[92] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[92].src(0.9852805)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[92].vgap, a_CellGroup_6[0].apic_20.v(0.9008917)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[92].target(0.9008917)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[92].vgap, a_CellGroup_5[0].apic_19.v(0.9852805)


//  Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_30 on tgt cell 0
//  Fraction along src section: 0.55006915, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[93] = new Gap()
a_CellGroup_5[0].apic_30 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[93].src(0.28392157)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[93].vgap, a_CellGroup_6[0].apic_11.v(0.55006915)

a_CellGroup_6[0].apic_11 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[93].target(0.55006915)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[93].vgap, a_CellGroup_5[0].apic_30.v(0.28392157)


//  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.8325043, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[94] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[94].src(0.98334813)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[94].vgap, a_CellGroup_6[0].apic_20.v(0.8325043)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[94].target(0.8325043)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[94].vgap, a_CellGroup_5[0].apic_19.v(0.98334813)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_14 on tgt cell 0
//  Fraction along src section: 0.041035555, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[95] = new Gap()
a_CellGroup_5[0].apic_14 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[95] = new Gap(2.652773E-4)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[95].vgap, a_CellGroup_6[0].apic_20.v(0.041035555)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[95].target(0.041035555)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[95].vgap, a_CellGroup_5[0].apic_14.v(2.652773E-4)


//  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.78903836, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[96] = new Gap()
a_CellGroup_5[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[96].src(0.98183304)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[96].vgap, a_CellGroup_6[0].apic_20.v(0.78903836)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[96].target(0.78903836)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[96].vgap, a_CellGroup_5[0].apic_19.v(0.98183304)


//  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.64096415, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[97] = new Gap()
a_CellGroup_5[0].apic_23 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[97].src(0.9985237)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[97].vgap, a_CellGroup_6[0].apic_9.v(0.64096415)

a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[97].target(0.64096415)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[97].vgap, a_CellGroup_5[0].apic_23.v(0.9985237)


//  Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_1 on tgt cell 0
//  Fraction along src section: 0.48373476, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[98] = new Gap()
a_CellGroup_5[0].apic_1 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[98].src(0.45179603)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[98].vgap, a_CellGroup_6[0].apic_17.v(0.48373476)

a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[98].target(0.48373476)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[98].vgap, a_CellGroup_5[0].apic_1.v(0.45179603)


//  Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_38 on tgt cell 0
//  Fraction along src section: 0.7986274, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_5_Gap_Junction_simple_A[99] = new Gap()
a_CellGroup_5[0].apic_38 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[99].src(0.9934291)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[99].vgap, a_CellGroup_6[0].apic_19.v(0.7986274)

a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[99].target(0.7986274)
// elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_5_Gap_Junction_simple_A[99].vgap, a_CellGroup_5[0].apic_38.v(0.9934291)


// Adding NetConn: NetConn_CellGroup_6_CellGroup_4 from: CellGroup_6 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_12 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.7687247, weight: 1.0
//  Delay due to AP prop along segs: 0.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_4_Gap_Junction_simple_A[100]

// objectvar elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[100]

elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[0] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[0].src(0.78625923)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[0].vgap, a_CellGroup_6[0].apic_12.v(0.7687247)

a_CellGroup_6[0].apic_12 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[0].target(0.7687247)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[0].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[0].vgap, a_CellGroup_4[0].apic_16.v(0.78625923)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_28 on tgt cell 0
//  Fraction along src section: 0.08699598, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[1] = new Gap()
a_CellGroup_4[0].apic_28 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[1].src(0.5397253)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[1].vgap, a_CellGroup_6[0].apic_20.v(0.08699598)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[1].target(0.08699598)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[1].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[1].vgap, a_CellGroup_4[0].apic_28.v(0.5397253)


//  Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.41854474, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[2] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[2].src(0.69382334)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[2].vgap, a_CellGroup_6[0].apic_11.v(0.41854474)

a_CellGroup_6[0].apic_11 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[2].target(0.41854474)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[2].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[2].vgap, a_CellGroup_4[0].apic_16.v(0.69382334)


//  Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.40998283, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[3] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[3].src(0.99564546)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[3].vgap, a_CellGroup_6[0].apic_3.v(0.40998283)

a_CellGroup_6[0].apic_3 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[3].target(0.40998283)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[3].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[3].vgap, a_CellGroup_4[0].apic_16.v(0.99564546)


//  Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_25 on tgt cell 0
//  Fraction along src section: 0.6682526, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[4] = new Gap()
a_CellGroup_4[0].apic_25 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[4].src(0.29553992)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[4].vgap, a_CellGroup_6[0].apic_18.v(0.6682526)

a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[4].target(0.6682526)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[4].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[4].vgap, a_CellGroup_4[0].apic_25.v(0.29553992)


//  Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_25 on tgt cell 0
//  Fraction along src section: 0.76960075, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[5] = new Gap()
a_CellGroup_4[0].apic_25 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[5].src(0.19234599)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[5].vgap, a_CellGroup_6[0].apic_19.v(0.76960075)

a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[5].target(0.76960075)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[5].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[5].vgap, a_CellGroup_4[0].apic_25.v(0.19234599)


//  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.035581246, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[6] = new Gap()
a_CellGroup_4[0].apic_28 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[6].src(0.6460996)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[6].vgap, a_CellGroup_6[0].apic_17.v(0.035581246)

a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[6].target(0.035581246)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[6].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[6].vgap, a_CellGroup_4[0].apic_28.v(0.6460996)


//  Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_10 on tgt cell 0
//  Fraction along src section: 0.7666074, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[7] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[7].src(0.8742411)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[7].vgap, a_CellGroup_6[0].apic_17.v(0.7666074)

a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[7].target(0.7666074)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[7].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[7].vgap, a_CellGroup_4[0].apic_10.v(0.8742411)


//  Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.7423248, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[8] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[8].src(0.46907943)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[8].vgap, a_CellGroup_6[0].apic_7.v(0.7423248)

a_CellGroup_6[0].apic_7 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[8].target(0.7423248)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[8].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[8].vgap, a_CellGroup_4[0].apic_16.v(0.46907943)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_23 on tgt cell 0
//  Fraction along src section: 0.7484622, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[9] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[9].src(0.69308996)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[9].vgap, a_CellGroup_6[0].apic_20.v(0.7484622)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[9].target(0.7484622)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[9].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[9].vgap, a_CellGroup_4[0].apic_23.v(0.69308996)


//  Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_25 on tgt cell 0
//  Fraction along src section: 0.66374785, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[10] = new Gap()
a_CellGroup_4[0].apic_25 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[10].src(0.29517478)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[10].vgap, a_CellGroup_6[0].apic_18.v(0.66374785)

a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[10].target(0.66374785)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[10].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[10].vgap, a_CellGroup_4[0].apic_25.v(0.29517478)


//  Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_15 on tgt cell 0
//  Fraction along src section: 0.7703026, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[11] = new Gap()
a_CellGroup_4[0].apic_15 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[11].src(0.6179123)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[11].vgap, a_CellGroup_6[0].apic_9.v(0.7703026)

a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[11].target(0.7703026)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[11].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[11].vgap, a_CellGroup_4[0].apic_15.v(0.6179123)


//  Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_15 on tgt cell 0
//  Fraction along src section: 0.8502926, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[12] = new Gap()
a_CellGroup_4[0].apic_15 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[12].src(0.62622285)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[12].vgap, a_CellGroup_6[0].apic_9.v(0.8502926)

a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[12].target(0.8502926)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[12].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[12].vgap, a_CellGroup_4[0].apic_15.v(0.62622285)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_23 on tgt cell 0
//  Fraction along src section: 0.8297049, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[13] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[13].src(0.8078715)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[13].vgap, a_CellGroup_6[0].apic_20.v(0.8297049)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[13].target(0.8297049)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[13].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[13].vgap, a_CellGroup_4[0].apic_23.v(0.8078715)


//  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.5504692, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[14] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[14].src(0.9080472)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[14].vgap, a_CellGroup_6[0].apic_15.v(0.5504692)

a_CellGroup_6[0].apic_15 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[14].target(0.5504692)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[14].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[14].vgap, a_CellGroup_4[0].apic_16.v(0.9080472)


//  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.6874692, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[15] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[15].src(0.32910654)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[15].vgap, a_CellGroup_6[0].apic_8.v(0.6874692)

a_CellGroup_6[0].apic_8 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[15].target(0.6874692)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[15].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[15].vgap, a_CellGroup_4[0].apic_16.v(0.32910654)


//  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.42686385, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[16] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[16].src(0.8172147)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[16].vgap, a_CellGroup_6[0].apic_14.v(0.42686385)

a_CellGroup_6[0].apic_14 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[16].target(0.42686385)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[16].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[16].vgap, a_CellGroup_4[0].apic_16.v(0.8172147)


//  Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_25 on tgt cell 0
//  Fraction along src section: 0.39435646, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[17] = new Gap()
a_CellGroup_4[0].apic_25 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[17].src(0.35641453)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[17].vgap, a_CellGroup_6[0].apic_18.v(0.39435646)

a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[17].target(0.39435646)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[17].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[17].vgap, a_CellGroup_4[0].apic_25.v(0.35641453)


//  Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_12 on tgt cell 0
//  Fraction along src section: 0.20749132, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[18] = new Gap()
a_CellGroup_4[0].apic_12 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[18].src(0.12644023)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[18].vgap, a_CellGroup_6[0].apic_18.v(0.20749132)

a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[18].target(0.20749132)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[18].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[18].vgap, a_CellGroup_4[0].apic_12.v(0.12644023)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_23 on tgt cell 0
//  Fraction along src section: 0.83124095, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[19] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[19].src(0.7984957)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[19].vgap, a_CellGroup_6[0].apic_20.v(0.83124095)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[19].target(0.83124095)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[19].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[19].vgap, a_CellGroup_4[0].apic_23.v(0.7984957)


//  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.24746795, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[20] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[20].src(0.91112757)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[20].vgap, a_CellGroup_6[0].apic_15.v(0.24746795)

a_CellGroup_6[0].apic_15 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[20].target(0.24746795)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[20].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[20].vgap, a_CellGroup_4[0].apic_16.v(0.91112757)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_10 on tgt cell 0
//  Fraction along src section: 0.23573978, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[21] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[21].src(0.7264841)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[21].vgap, a_CellGroup_6[0].apic_20.v(0.23573978)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[21].target(0.23573978)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[21].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[21].vgap, a_CellGroup_4[0].apic_10.v(0.7264841)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_23 on tgt cell 0
//  Fraction along src section: 0.98024684, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[22] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[22].src(0.84737706)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[22].vgap, a_CellGroup_6[0].apic_20.v(0.98024684)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[22].target(0.98024684)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[22].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[22].vgap, a_CellGroup_4[0].apic_23.v(0.84737706)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_3 on tgt cell 0
//  Fraction along src section: 0.12654348, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[23] = new Gap()
a_CellGroup_4[0].apic_3 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[23].src(0.49017107)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[23].vgap, a_CellGroup_6[0].apic_20.v(0.12654348)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[23].target(0.12654348)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[23].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[23].vgap, a_CellGroup_4[0].apic_3.v(0.49017107)


//  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.6403889, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[24] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[24].src(0.8984026)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[24].vgap, a_CellGroup_6[0].apic_15.v(0.6403889)

a_CellGroup_6[0].apic_15 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[24].target(0.6403889)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[24].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[24].vgap, a_CellGroup_4[0].apic_16.v(0.8984026)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_25 on tgt cell 0
//  Fraction along src section: 0.53566927, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[25] = new Gap()
a_CellGroup_4[0].apic_25 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[25].src(0.7976387)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[25].vgap, a_CellGroup_6[0].apic_20.v(0.53566927)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[25].target(0.53566927)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[25].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[25].vgap, a_CellGroup_4[0].apic_25.v(0.7976387)


//  Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_25 on tgt cell 0
//  Fraction along src section: 0.7852245, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[26] = new Gap()
a_CellGroup_4[0].apic_25 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[26].src(0.3004303)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[26].vgap, a_CellGroup_6[0].apic_18.v(0.7852245)

a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[26].target(0.7852245)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[26].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[26].vgap, a_CellGroup_4[0].apic_25.v(0.3004303)


//  Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.02446152, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[27] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[27].src(0.778071)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[27].vgap, a_CellGroup_6[0].apic_12.v(0.02446152)

a_CellGroup_6[0].apic_12 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[27].target(0.02446152)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[27].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[27].vgap, a_CellGroup_4[0].apic_16.v(0.778071)


//  Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_11 on tgt cell 0
//  Fraction along src section: 0.99506235, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[28] = new Gap()
a_CellGroup_4[0].apic_11 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[28].src(0.5870813)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[28].vgap, a_CellGroup_6[0].apic_17.v(0.99506235)

a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[28].target(0.99506235)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[28].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[28].vgap, a_CellGroup_4[0].apic_11.v(0.5870813)


//  Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_25 on tgt cell 0
//  Fraction along src section: 0.53675985, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[29] = new Gap()
a_CellGroup_4[0].apic_25 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[29].src(0.13919224)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[29].vgap, a_CellGroup_6[0].apic_19.v(0.53675985)

a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[29].target(0.53675985)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[29].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[29].vgap, a_CellGroup_4[0].apic_25.v(0.13919224)


//  Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_11 on tgt cell 0
//  Fraction along src section: 0.14360861, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[30] = new Gap()
a_CellGroup_4[0].apic_11 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[30].src(0.6386424)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[30].vgap, a_CellGroup_6[0].apic_18.v(0.14360861)

a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[30].target(0.14360861)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[30].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[30].vgap, a_CellGroup_4[0].apic_11.v(0.6386424)


//  Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_25 on tgt cell 0
//  Fraction along src section: 0.60964435, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[31] = new Gap()
a_CellGroup_4[0].apic_25 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[31].src(0.1877917)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[31].vgap, a_CellGroup_6[0].apic_19.v(0.60964435)

a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[31].target(0.60964435)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[31].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[31].vgap, a_CellGroup_4[0].apic_25.v(0.1877917)


//  Syn conn (type: Gap_Junction_simple) from apic_4 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.2168159, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[32] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[32].src(0.9166749)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[32].vgap, a_CellGroup_6[0].apic_4.v(0.2168159)

a_CellGroup_6[0].apic_4 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[32].target(0.2168159)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[32].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[32].vgap, a_CellGroup_4[0].apic_16.v(0.9166749)


//  Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_10 on tgt cell 0
//  Fraction along src section: 0.85186607, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[33] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[33].src(0.9032239)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[33].vgap, a_CellGroup_6[0].apic_17.v(0.85186607)

a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[33].target(0.85186607)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[33].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[33].vgap, a_CellGroup_4[0].apic_10.v(0.9032239)


//  Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_11 on tgt cell 0
//  Fraction along src section: 0.23896351, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[34] = new Gap()
a_CellGroup_4[0].apic_11 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[34].src(0.6296932)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[34].vgap, a_CellGroup_6[0].apic_19.v(0.23896351)

a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[34].target(0.23896351)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[34].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[34].vgap, a_CellGroup_4[0].apic_11.v(0.6296932)


//  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.31662986, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[35] = new Gap()
a_CellGroup_4[0].apic_28 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[35].src(0.39295617)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[35].vgap, a_CellGroup_6[0].apic_17.v(0.31662986)

a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[35].target(0.31662986)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[35].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[35].vgap, a_CellGroup_4[0].apic_28.v(0.39295617)


//  Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.32738984, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[36] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[36].src(0.68573385)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[36].vgap, a_CellGroup_6[0].apic_11.v(0.32738984)

a_CellGroup_6[0].apic_11 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[36].target(0.32738984)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[36].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[36].vgap, a_CellGroup_4[0].apic_16.v(0.68573385)


//  Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_11 on tgt cell 0
//  Fraction along src section: 0.19156995, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[37] = new Gap()
a_CellGroup_4[0].apic_11 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[37].src(0.6209571)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[37].vgap, a_CellGroup_6[0].apic_19.v(0.19156995)

a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[37].target(0.19156995)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[37].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[37].vgap, a_CellGroup_4[0].apic_11.v(0.6209571)


//  Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.39627108, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[38] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[38].src(0.47135466)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[38].vgap, a_CellGroup_6[0].apic_10.v(0.39627108)

a_CellGroup_6[0].apic_10 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[38].target(0.39627108)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[38].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[38].vgap, a_CellGroup_4[0].apic_16.v(0.47135466)


//  Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.12332846, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[39] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[39].src(0.33260924)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[39].vgap, a_CellGroup_6[0].apic_9.v(0.12332846)

a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[39].target(0.12332846)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[39].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[39].vgap, a_CellGroup_4[0].apic_16.v(0.33260924)


//  Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.20356686, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[40] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[40].src(0.338622)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[40].vgap, a_CellGroup_6[0].apic_9.v(0.20356686)

a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[40].target(0.20356686)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[40].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[40].vgap, a_CellGroup_4[0].apic_16.v(0.338622)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_23 on tgt cell 0
//  Fraction along src section: 0.7454423, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[41] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[41].src(0.6774222)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[41].vgap, a_CellGroup_6[0].apic_20.v(0.7454423)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[41].target(0.7454423)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[41].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[41].vgap, a_CellGroup_4[0].apic_23.v(0.6774222)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_25 on tgt cell 0
//  Fraction along src section: 0.70951, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[42] = new Gap()
a_CellGroup_4[0].apic_25 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[42].src(0.99965996)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[42].vgap, a_CellGroup_6[0].apic_20.v(0.70951)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[42].target(0.70951)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[42].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[42].vgap, a_CellGroup_4[0].apic_25.v(0.99965996)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_12 on tgt cell 0
//  Fraction along src section: 0.438761, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[43] = new Gap()
a_CellGroup_4[0].apic_12 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[43].src(0.49623117)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[43].vgap, a_CellGroup_6[0].apic_20.v(0.438761)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[43].target(0.438761)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[43].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[43].vgap, a_CellGroup_4[0].apic_12.v(0.49623117)


//  Syn conn (type: Gap_Junction_simple) from apic_16 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.0493478, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[44] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[44].src(0.9939531)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[44].vgap, a_CellGroup_6[0].apic_16.v(0.0493478)

a_CellGroup_6[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[44].target(0.0493478)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[44].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[44].vgap, a_CellGroup_4[0].apic_16.v(0.9939531)


//  Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_25 on tgt cell 0
//  Fraction along src section: 0.479797, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[45] = new Gap()
a_CellGroup_4[0].apic_25 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[45].src(0.0391794)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[45].vgap, a_CellGroup_6[0].apic_19.v(0.479797)

a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[45].target(0.479797)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[45].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[45].vgap, a_CellGroup_4[0].apic_25.v(0.0391794)


//  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.67642015, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[46] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[46].src(0.91094047)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[46].vgap, a_CellGroup_6[0].apic_13.v(0.67642015)

a_CellGroup_6[0].apic_13 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[46].target(0.67642015)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[46].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[46].vgap, a_CellGroup_4[0].apic_16.v(0.91094047)


//  Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_25 on tgt cell 0
//  Fraction along src section: 0.6544563, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[47] = new Gap()
a_CellGroup_4[0].apic_25 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[47].src(0.18592587)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[47].vgap, a_CellGroup_6[0].apic_19.v(0.6544563)

a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[47].target(0.6544563)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[47].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[47].vgap, a_CellGroup_4[0].apic_25.v(0.18592587)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_23 on tgt cell 0
//  Fraction along src section: 0.8283315, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[48] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[48].src(0.80344003)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[48].vgap, a_CellGroup_6[0].apic_20.v(0.8283315)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[48].target(0.8283315)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[48].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[48].vgap, a_CellGroup_4[0].apic_23.v(0.80344003)


//  Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.6664171, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[49] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[49].src(0.6894605)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[49].vgap, a_CellGroup_6[0].apic_11.v(0.6664171)

a_CellGroup_6[0].apic_11 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[49].target(0.6664171)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[49].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[49].vgap, a_CellGroup_4[0].apic_16.v(0.6894605)


//  Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_10 on tgt cell 0
//  Fraction along src section: 0.64737374, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[50] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[50].src(0.5016581)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[50].vgap, a_CellGroup_6[0].apic_17.v(0.64737374)

a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[50].target(0.64737374)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[50].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[50].vgap, a_CellGroup_4[0].apic_10.v(0.5016581)


//  Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.77675813, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[51] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[51].src(0.68831825)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[51].vgap, a_CellGroup_6[0].apic_11.v(0.77675813)

a_CellGroup_6[0].apic_11 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[51].target(0.77675813)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[51].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[51].vgap, a_CellGroup_4[0].apic_16.v(0.68831825)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_25 on tgt cell 0
//  Fraction along src section: 0.4594569, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[52] = new Gap()
a_CellGroup_4[0].apic_25 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[52].src(0.44467345)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[52].vgap, a_CellGroup_6[0].apic_20.v(0.4594569)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[52].target(0.4594569)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[52].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[52].vgap, a_CellGroup_4[0].apic_25.v(0.44467345)


//  Syn conn (type: Gap_Junction_simple) from apic_5 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.97622794, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[53] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[53].src(0.6967744)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[53].vgap, a_CellGroup_6[0].apic_5.v(0.97622794)

a_CellGroup_6[0].apic_5 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[53].target(0.97622794)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[53].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[53].vgap, a_CellGroup_4[0].apic_16.v(0.6967744)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_23 on tgt cell 0
//  Fraction along src section: 0.9778905, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[54] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[54].src(0.8457163)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[54].vgap, a_CellGroup_6[0].apic_20.v(0.9778905)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[54].target(0.9778905)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[54].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[54].vgap, a_CellGroup_4[0].apic_23.v(0.8457163)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_28 on tgt cell 0
//  Fraction along src section: 0.07474216, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[55] = new Gap()
a_CellGroup_4[0].apic_28 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[55].src(0.55408823)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[55].vgap, a_CellGroup_6[0].apic_20.v(0.07474216)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[55].target(0.07474216)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[55].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[55].vgap, a_CellGroup_4[0].apic_28.v(0.55408823)


//  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.9537242, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[56] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[56].src(0.9163833)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[56].vgap, a_CellGroup_6[0].apic_13.v(0.9537242)

a_CellGroup_6[0].apic_13 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[56].target(0.9537242)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[56].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[56].vgap, a_CellGroup_4[0].apic_16.v(0.9163833)


//  Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.886587, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[57] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[57].src(0.77551895)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[57].vgap, a_CellGroup_6[0].apic_12.v(0.886587)

a_CellGroup_6[0].apic_12 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[57].target(0.886587)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[57].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[57].vgap, a_CellGroup_4[0].apic_16.v(0.77551895)


//  Syn conn (type: Gap_Junction_simple) from apic_4 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.911769, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[58] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[58].src(0.7819787)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[58].vgap, a_CellGroup_6[0].apic_4.v(0.911769)

a_CellGroup_6[0].apic_4 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[58].target(0.911769)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[58].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[58].vgap, a_CellGroup_4[0].apic_16.v(0.7819787)


//  Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_11 on tgt cell 0
//  Fraction along src section: 0.24317493, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[59] = new Gap()
a_CellGroup_4[0].apic_11 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[59].src(0.63655096)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[59].vgap, a_CellGroup_6[0].apic_19.v(0.24317493)

a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[59].target(0.24317493)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[59].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[59].vgap, a_CellGroup_4[0].apic_11.v(0.63655096)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_10 on tgt cell 0
//  Fraction along src section: 0.26064962, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[60] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[60].src(0.81314105)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[60].vgap, a_CellGroup_6[0].apic_20.v(0.26064962)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[60].target(0.26064962)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[60].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[60].vgap, a_CellGroup_4[0].apic_10.v(0.81314105)


//  Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.7677043, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[61] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[61].src(0.99939394)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[61].vgap, a_CellGroup_6[0].apic_3.v(0.7677043)

a_CellGroup_6[0].apic_3 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[61].target(0.7677043)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[61].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[61].vgap, a_CellGroup_4[0].apic_16.v(0.99939394)


//  Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.07989325, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[62] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[62].src(0.997395)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[62].vgap, a_CellGroup_6[0].apic_3.v(0.07989325)

a_CellGroup_6[0].apic_3 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[62].target(0.07989325)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[62].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[62].vgap, a_CellGroup_4[0].apic_16.v(0.997395)


//  Syn conn (type: Gap_Junction_simple) from apic_9 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.27080724, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[63] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[63].src(0.33359444)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[63].vgap, a_CellGroup_6[0].apic_9.v(0.27080724)

a_CellGroup_6[0].apic_9 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[63].target(0.27080724)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[63].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[63].vgap, a_CellGroup_4[0].apic_16.v(0.33359444)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_10 on tgt cell 0
//  Fraction along src section: 0.17697652, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[64] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[64].src(0.37260395)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[64].vgap, a_CellGroup_6[0].apic_20.v(0.17697652)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[64].target(0.17697652)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[64].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[64].vgap, a_CellGroup_4[0].apic_10.v(0.37260395)


//  Syn conn (type: Gap_Junction_simple) from apic_7 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.3078463, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[65] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[65].src(0.46943566)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[65].vgap, a_CellGroup_6[0].apic_7.v(0.3078463)

a_CellGroup_6[0].apic_7 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[65].target(0.3078463)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[65].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[65].vgap, a_CellGroup_4[0].apic_16.v(0.46943566)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_27 on tgt cell 0
//  Fraction along src section: 0.3238095, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[66] = new Gap()
a_CellGroup_4[0].apic_27 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[66].src(0.057579543)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[66].vgap, a_CellGroup_6[0].apic_20.v(0.3238095)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[66].target(0.3238095)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[66].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[66].vgap, a_CellGroup_4[0].apic_27.v(0.057579543)


//  Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.15038714, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[67] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[67].src(0.9985891)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[67].vgap, a_CellGroup_6[0].apic_3.v(0.15038714)

a_CellGroup_6[0].apic_3 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[67].target(0.15038714)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[67].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[67].vgap, a_CellGroup_4[0].apic_16.v(0.9985891)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_23 on tgt cell 0
//  Fraction along src section: 0.8656125, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[68] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[68].src(0.84564483)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[68].vgap, a_CellGroup_6[0].apic_20.v(0.8656125)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[68].target(0.8656125)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[68].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[68].vgap, a_CellGroup_4[0].apic_23.v(0.84564483)


//  Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_11 on tgt cell 0
//  Fraction along src section: 0.118283644, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[69] = new Gap()
a_CellGroup_4[0].apic_11 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[69].src(0.61862826)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[69].vgap, a_CellGroup_6[0].apic_18.v(0.118283644)

a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[69].target(0.118283644)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[69].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[69].vgap, a_CellGroup_4[0].apic_11.v(0.61862826)


//  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.033565514, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[70] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[70].src(0.9117325)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[70].vgap, a_CellGroup_6[0].apic_15.v(0.033565514)

a_CellGroup_6[0].apic_15 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[70].target(0.033565514)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[70].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[70].vgap, a_CellGroup_4[0].apic_16.v(0.9117325)


//  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.33676606, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[71] = new Gap()
a_CellGroup_4[0].apic_28 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[71].src(0.37449434)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[71].vgap, a_CellGroup_6[0].apic_17.v(0.33676606)

a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[71].target(0.33676606)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[71].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[71].vgap, a_CellGroup_4[0].apic_28.v(0.37449434)


//  Syn conn (type: Gap_Junction_simple) from apic_5 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.3014308, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[72] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[72].src(0.7721043)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[72].vgap, a_CellGroup_6[0].apic_5.v(0.3014308)

a_CellGroup_6[0].apic_5 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[72].target(0.3014308)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[72].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[72].vgap, a_CellGroup_4[0].apic_16.v(0.7721043)


//  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.23092325, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[73] = new Gap()
a_CellGroup_4[0].apic_28 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[73].src(0.47252434)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[73].vgap, a_CellGroup_6[0].apic_17.v(0.23092325)

a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[73].target(0.23092325)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[73].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[73].vgap, a_CellGroup_4[0].apic_28.v(0.47252434)


//  Syn conn (type: Gap_Junction_simple) from apic_10 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.15331966, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[74] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[74].src(0.47691795)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[74].vgap, a_CellGroup_6[0].apic_10.v(0.15331966)

a_CellGroup_6[0].apic_10 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[74].target(0.15331966)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[74].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[74].vgap, a_CellGroup_4[0].apic_16.v(0.47691795)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_10 on tgt cell 0
//  Fraction along src section: 0.24974327, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[75] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[75].src(0.77037495)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[75].vgap, a_CellGroup_6[0].apic_20.v(0.24974327)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[75].target(0.24974327)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[75].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[75].vgap, a_CellGroup_4[0].apic_10.v(0.77037495)


//  Syn conn (type: Gap_Junction_simple) from apic_4 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.47607374, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[76] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[76].src(0.85710526)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[76].vgap, a_CellGroup_6[0].apic_4.v(0.47607374)

a_CellGroup_6[0].apic_4 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[76].target(0.47607374)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[76].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[76].vgap, a_CellGroup_4[0].apic_16.v(0.85710526)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_10 on tgt cell 0
//  Fraction along src section: 0.2416231, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[77] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[77].src(0.7439256)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[77].vgap, a_CellGroup_6[0].apic_20.v(0.2416231)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[77].target(0.2416231)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[77].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[77].vgap, a_CellGroup_4[0].apic_10.v(0.7439256)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_27 on tgt cell 0
//  Fraction along src section: 0.29844892, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[78] = new Gap()
a_CellGroup_4[0].apic_27 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[78].src(0.0523684)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[78].vgap, a_CellGroup_6[0].apic_20.v(0.29844892)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[78].target(0.29844892)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[78].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[78].vgap, a_CellGroup_4[0].apic_27.v(0.0523684)


//  Syn conn (type: Gap_Junction_simple) from apic_3 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.7526983, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[79] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[79].src(0.9987176)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[79].vgap, a_CellGroup_6[0].apic_3.v(0.7526983)

a_CellGroup_6[0].apic_3 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[79].target(0.7526983)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[79].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[79].vgap, a_CellGroup_4[0].apic_16.v(0.9987176)


//  Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.6499263, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[80] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[80].src(0.6927675)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[80].vgap, a_CellGroup_6[0].apic_11.v(0.6499263)

a_CellGroup_6[0].apic_11 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[80].target(0.6499263)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[80].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[80].vgap, a_CellGroup_4[0].apic_16.v(0.6927675)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_23 on tgt cell 0
//  Fraction along src section: 0.96052814, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[81] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[81].src(0.847341)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[81].vgap, a_CellGroup_6[0].apic_20.v(0.96052814)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[81].target(0.96052814)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[81].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[81].vgap, a_CellGroup_4[0].apic_23.v(0.847341)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_25 on tgt cell 0
//  Fraction along src section: 0.5512348, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[82] = new Gap()
a_CellGroup_4[0].apic_25 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[82].src(0.83880866)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[82].vgap, a_CellGroup_6[0].apic_20.v(0.5512348)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[82].target(0.5512348)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[82].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[82].vgap, a_CellGroup_4[0].apic_25.v(0.83880866)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_23 on tgt cell 0
//  Fraction along src section: 0.94851565, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[83] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[83].src(0.85105425)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[83].vgap, a_CellGroup_6[0].apic_20.v(0.94851565)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[83].target(0.94851565)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[83].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[83].vgap, a_CellGroup_4[0].apic_23.v(0.85105425)


//  Syn conn (type: Gap_Junction_simple) from apic_18 on src cell 0 to apic_25 on tgt cell 0
//  Fraction along src section: 0.9434568, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[84] = new Gap()
a_CellGroup_4[0].apic_25 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[84].src(0.30754235)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[84].vgap, a_CellGroup_6[0].apic_18.v(0.9434568)

a_CellGroup_6[0].apic_18 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[84].target(0.9434568)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[84].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[84].vgap, a_CellGroup_4[0].apic_25.v(0.30754235)


//  Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.056290984, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[85] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[85].src(0.7749923)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[85].vgap, a_CellGroup_6[0].apic_12.v(0.056290984)

a_CellGroup_6[0].apic_12 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[85].target(0.056290984)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[85].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[85].vgap, a_CellGroup_4[0].apic_16.v(0.7749923)


//  Syn conn (type: Gap_Junction_simple) from apic_12 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.39862162, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[86] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[86].src(0.90154153)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[86].vgap, a_CellGroup_6[0].apic_12.v(0.39862162)

a_CellGroup_6[0].apic_12 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[86].target(0.39862162)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[86].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[86].vgap, a_CellGroup_4[0].apic_16.v(0.90154153)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_28 on tgt cell 0
//  Fraction along src section: 0.023752734, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[87] = new Gap()
a_CellGroup_4[0].apic_28 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[87].src(0.63807213)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[87].vgap, a_CellGroup_6[0].apic_20.v(0.023752734)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[87].target(0.023752734)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[87].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[87].vgap, a_CellGroup_4[0].apic_28.v(0.63807213)


//  Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_10 on tgt cell 0
//  Fraction along src section: 0.45382097, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[88] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[88].src(0.33739623)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[88].vgap, a_CellGroup_6[0].apic_17.v(0.45382097)

a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[88].target(0.45382097)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[88].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[88].vgap, a_CellGroup_4[0].apic_10.v(0.33739623)


//  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.2923583, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[89] = new Gap()
a_CellGroup_4[0].apic_28 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[89].src(0.42325917)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[89].vgap, a_CellGroup_6[0].apic_17.v(0.2923583)

a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[89].target(0.2923583)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[89].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[89].vgap, a_CellGroup_4[0].apic_28.v(0.42325917)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_25 on tgt cell 0
//  Fraction along src section: 0.6198676, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[90] = new Gap()
a_CellGroup_4[0].apic_25 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[90].src(0.99341685)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[90].vgap, a_CellGroup_6[0].apic_20.v(0.6198676)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[90].target(0.6198676)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[90].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[90].vgap, a_CellGroup_4[0].apic_25.v(0.99341685)


//  Syn conn (type: Gap_Junction_simple) from apic_17 on src cell 0 to apic_11 on tgt cell 0
//  Fraction along src section: 0.9271619, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[91] = new Gap()
a_CellGroup_4[0].apic_11 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[91].src(0.23780781)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[91].vgap, a_CellGroup_6[0].apic_17.v(0.9271619)

a_CellGroup_6[0].apic_17 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[91].target(0.9271619)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[91].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[91].vgap, a_CellGroup_4[0].apic_11.v(0.23780781)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_25 on tgt cell 0
//  Fraction along src section: 0.6956199, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[92] = new Gap()
a_CellGroup_4[0].apic_25 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[92].src(0.9981777)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[92].vgap, a_CellGroup_6[0].apic_20.v(0.6956199)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[92].target(0.6956199)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[92].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[92].vgap, a_CellGroup_4[0].apic_25.v(0.9981777)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_10 on tgt cell 0
//  Fraction along src section: 0.16342504, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[93] = new Gap()
a_CellGroup_4[0].apic_10 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[93].src(0.27418673)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[93].vgap, a_CellGroup_6[0].apic_20.v(0.16342504)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[93].target(0.16342504)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[93].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[93].vgap, a_CellGroup_4[0].apic_10.v(0.27418673)


//  Syn conn (type: Gap_Junction_simple) from apic_19 on src cell 0 to apic_25 on tgt cell 0
//  Fraction along src section: 0.49892902, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[94] = new Gap()
a_CellGroup_4[0].apic_25 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[94].src(0.053979717)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[94].vgap, a_CellGroup_6[0].apic_19.v(0.49892902)

a_CellGroup_6[0].apic_19 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[94].target(0.49892902)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[94].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[94].vgap, a_CellGroup_4[0].apic_25.v(0.053979717)


//  Syn conn (type: Gap_Junction_simple) from apic_11 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.75852716, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[95] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[95].src(0.68705726)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[95].vgap, a_CellGroup_6[0].apic_11.v(0.75852716)

a_CellGroup_6[0].apic_11 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[95].target(0.75852716)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[95].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[95].vgap, a_CellGroup_4[0].apic_16.v(0.68705726)


//  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.33858788, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[96] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[96].src(0.9914642)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[96].vgap, a_CellGroup_6[0].apic_13.v(0.33858788)

a_CellGroup_6[0].apic_13 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[96].target(0.33858788)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[96].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[96].vgap, a_CellGroup_4[0].apic_16.v(0.9914642)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_25 on tgt cell 0
//  Fraction along src section: 0.6500195, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[97] = new Gap()
a_CellGroup_4[0].apic_25 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[97].src(0.9988063)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[97].vgap, a_CellGroup_6[0].apic_20.v(0.6500195)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[97].target(0.6500195)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[97].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[97].vgap, a_CellGroup_4[0].apic_25.v(0.9988063)


//  Syn conn (type: Gap_Junction_simple) from apic_20 on src cell 0 to apic_23 on tgt cell 0
//  Fraction along src section: 0.7597293, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[98] = new Gap()
a_CellGroup_4[0].apic_23 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[98].src(0.6976677)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[98].vgap, a_CellGroup_6[0].apic_20.v(0.7597293)

a_CellGroup_6[0].apic_20 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[98].target(0.7597293)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[98].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[98].vgap, a_CellGroup_4[0].apic_23.v(0.6976677)


//  Syn conn (type: Gap_Junction_simple) from apic_4 on src cell 0 to apic_16 on tgt cell 0
//  Fraction along src section: 0.759358, weight: 1.0
//  Delay due to AP prop along segs: 0.0, delay due 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_4_Gap_Junction_simple_A[99] = new Gap()
a_CellGroup_4[0].apic_16 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[99].src(0.7778433)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[99].vgap, a_CellGroup_6[0].apic_4.v(0.759358)

a_CellGroup_6[0].apic_4 elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[99].target(0.759358)
// elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[99].weight = 1.0
// setpointer elecsyn_NetConn_CellGroup_6_CellGroup_4_Gap_Junction_simple_A[99].vgap, a_CellGroup_4[0].apic_16.v(0.7778433)


//////////////////////////////////////////////////////////////////////
//   Adding 60 stimulation(s)
//////////////////////////////////////////////////////////////////////

amp1 = 0.06
amp2 = 0.06
amp3 = 0.0
amp4 = 0.0
amp5 = 0.0
amp6 = 0.0
del6 = 0.0
del5 = 0.0
del4 = 0.0
del3 = 0.0
del2 = 10.0
del1 = 0.0
dur6 = 0.0
dur5 = 0.0
dur4 = 0.0
dur3 = 0.0
dur2 = 290.0
dur1 = 300.0

{ n_stim_Input_119 = 1 }
objectvar stim_Input_119[n_stim_Input_119]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg4_apic_3

//  in section: apic_3. For NEURON, this translates to a point 0.6927255 along section: apic_3

a_CellGroup_6[0].apic_3 {
    stim_Input_119[0] = new CurrentClampExt(0.6927255)
    stim_Input_119[0].del = del6
    stim_Input_119[0].dur = dur6
    stim_Input_119[0].amp = amp6
    stim_Input_119[0].repeat = 0
}

{ n_stim_Input_118 = 1 }
objectvar stim_Input_118[n_stim_Input_118]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg10_apic_20

//  in section: apic_20. For NEURON, this translates to a point 0.2880017 along section: apic_20

a_CellGroup_6[0].apic_20 {
    stim_Input_118[0] = new CurrentClampExt(0.2880017)
    stim_Input_118[0].del = del6
    stim_Input_118[0].dur = dur6
    stim_Input_118[0].amp = amp6
    stim_Input_118[0].repeat = 0
}

{ n_stim_Input_117 = 1 }
objectvar stim_Input_117[n_stim_Input_117]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg2_apic_16

//  in section: apic_16. For NEURON, this translates to a point 0.60357946 along section: apic_16

a_CellGroup_6[0].apic_16 {
    stim_Input_117[0] = new CurrentClampExt(0.60357946)
    stim_Input_117[0].del = del6
    stim_Input_117[0].dur = dur6
    stim_Input_117[0].amp = amp6
    stim_Input_117[0].repeat = 0
}

{ n_stim_Input_116 = 1 }
objectvar stim_Input_116[n_stim_Input_116]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg25_apic_20

//  in section: apic_20. For NEURON, this translates to a point 0.6927169 along section: apic_20

a_CellGroup_6[0].apic_20 {
    stim_Input_116[0] = new CurrentClampExt(0.6927169)
    stim_Input_116[0].del = del6
    stim_Input_116[0].dur = dur6
    stim_Input_116[0].amp = amp6
    stim_Input_116[0].repeat = 0
}

{ n_stim_Input_115 = 1 }
objectvar stim_Input_115[n_stim_Input_115]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg7_apic_17

//  in section: apic_17. For NEURON, this translates to a point 0.80711603 along section: apic_17

a_CellGroup_6[0].apic_17 {
    stim_Input_115[0] = new CurrentClampExt(0.80711603)
    stim_Input_115[0].del = del6
    stim_Input_115[0].dur = dur6
    stim_Input_115[0].amp = amp6
    stim_Input_115[0].repeat = 0
}

{ n_stim_Input_114 = 1 }
objectvar stim_Input_114[n_stim_Input_114]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg35_apic_20

//  in section: apic_20. For NEURON, this translates to a point 0.94182765 along section: apic_20

a_CellGroup_6[0].apic_20 {
    stim_Input_114[0] = new CurrentClampExt(0.94182765)
    stim_Input_114[0].del = del6
    stim_Input_114[0].dur = dur6
    stim_Input_114[0].amp = amp6
    stim_Input_114[0].repeat = 0
}

{ n_stim_Input_113 = 1 }
objectvar stim_Input_113[n_stim_Input_113]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg5_apic_19

//  in section: apic_19. For NEURON, this translates to a point 0.70215774 along section: apic_19

a_CellGroup_6[0].apic_19 {
    stim_Input_113[0] = new CurrentClampExt(0.70215774)
    stim_Input_113[0].del = del6
    stim_Input_113[0].dur = dur6
    stim_Input_113[0].amp = amp6
    stim_Input_113[0].repeat = 0
}

{ n_stim_Input_112 = 1 }
objectvar stim_Input_112[n_stim_Input_112]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg6_apic_18

//  in section: apic_18. For NEURON, this translates to a point 0.80866563 along section: apic_18

a_CellGroup_6[0].apic_18 {
    stim_Input_112[0] = new CurrentClampExt(0.80866563)
    stim_Input_112[0].del = del6
    stim_Input_112[0].dur = dur6
    stim_Input_112[0].amp = amp6
    stim_Input_112[0].repeat = 0
}

{ n_stim_Input_111 = 1 }
objectvar stim_Input_111[n_stim_Input_111]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg3_apic_4

//  in section: apic_4. For NEURON, this translates to a point 0.44341332 along section: apic_4

a_CellGroup_6[0].apic_4 {
    stim_Input_111[0] = new CurrentClampExt(0.44341332)
    stim_Input_111[0].del = del6
    stim_Input_111[0].dur = dur6
    stim_Input_111[0].amp = amp6
    stim_Input_111[0].repeat = 0
}

{ n_stim_Input_110 = 1 }
objectvar stim_Input_110[n_stim_Input_110]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg2_apic_5
3.217
//  in section: apic_5. For NEURON, this translates to a point 0.8242853 along section: apic_5

a_CellGroup_6[0].apic_5 {
    stim_Input_110[0] = new CurrentClampExt(0.8242853)
    stim_Input_110[0].del = del6
    stim_Input_110[0].dur = dur6
    stim_Input_110[0].amp = amp6
    stim_Input_110[0].repeat = 0
}

{ n_stim_Input_109 = 1 }
objectvar stim_Input_109[n_stim_Input_109]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg1_apic_6

//  in section: apic_6. For NEURON, this translates to a point 0.55089927 along section: apic_6

a_CellGroup_6[0].apic_6 {
    stim_Input_109[0] = new CurrentClampExt(0.55089927)
    stim_Input_109[0].del = del6
    stim_Input_109[0].dur = dur6
    stim_Input_109[0].amp = amp6
    stim_Input_109[0].repeat = 0
}

{ n_stim_Input_108 = 1 }
objectvar stim_Input_108[n_stim_Input_108]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg1_apic_7

//  in section: apic_7. For NEURON, this translates to a point 0.7243196 along section: apic_7

a_CellGroup_6[0].apic_7 {
    stim_Input_108[0] = new CurrentClampExt(0.7243196)
    stim_Input_108[0].del = del6
    stim_Input_108[0].dur = dur6
    stim_Input_108[0].amp = amp6
    stim_Input_108[0].repeat = 0
}

{ n_stim_Input_107 = 1 }
objectvar stim_Input_107[n_stim_Input_107]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg2_apic_10

//  in section: apic_10. For NEURON, this translates to a point 0.5714395 along section: apic_10

a_CellGroup_6[0].apic_10 {
    stim_Input_107[0] = new CurrentClampExt(0.5714395)
    stim_Input_107[0].del = del6
    stim_Input_107[0].dur = dur6
    stim_Input_107[0].amp = amp6
    stim_Input_107[0].repeat = 0
}

{ n_stim_Input_106 = 1 }
objectvar stim_Input_106[n_stim_Input_106]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg6_apic_9

//  in section: apic_9. For NEURON, this translates to a point 0.71361434 along section: apic_9

a_CellGroup_6[0].apic_9 {
    stim_Input_106[0] = new CurrentClampExt(0.71361434)
    stim_Input_106[0].del = del6
    stim_Input_106[0].dur = dur6
    stim_Input_106[0].amp = amp6
    stim_Input_106[0].repeat = 0
}

{ n_stim_Input_105 = 1 }
objectvar stim_Input_105[n_stim_Input_105]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg3_apic_8

//  in section: apic_8. For NEURON, this translates to a point 0.6417385 along section: apic_8

a_CellGroup_6[0].apic_8 {
    stim_Input_105[0] = new CurrentClampExt(0.6417385)
    stim_Input_105[0].del = del6
    stim_Input_105[0].dur = dur6
    stim_Input_105[0].amp = amp6
    stim_Input_105[0].repeat = 0
}

{ n_stim_Input_104 = 1 }
objectvar stim_Input_104[n_stim_Input_104]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg5_apic_11

//  in section: apic_11. For NEURON, this translates to a point 0.75274044 along section: apic_11

a_CellGroup_6[0].apic_11 {
    stim_Input_104[0] = new CurrentClampExt(0.75274044)
    stim_Input_104[0].del = del6
    stim_Input_104[0].dur = dur6
    stim_Input_104[0].amp = amp6
    stim_Input_104[0].repeat = 0
}

{ n_stim_Input_103 = 1 }
objectvar stim_Input_103[n_stim_Input_103]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg6_apic_12

//  in section: apic_12. For NEURON, this translates to a point 0.74380046 along section: apic_12

a_CellGroup_6[0].apic_12 {
    stim_Input_103[0] = new CurrentClampExt(0.74380046)
    stim_Input_103[0].del = del6
    stim_Input_103[0].dur = dur6
    stim_Input_103[0].amp = amp6
    stim_Input_103[0].repeat = 0
}

{ n_stim_Input_102 = 1 }
objectvar stim_Input_102[n_stim_Input_102]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg3_apic_13

//  in section: apic_13. For NEURON, this translates to a point 0.6666078 along section: apic_13

a_CellGroup_6[0].apic_13 {
    stim_Input_102[0] = new CurrentClampExt(0.6666078)
    stim_Input_102[0].del = del6
    stim_Input_102[0].dur = dur6
    stim_Input_102[0].amp = amp6
    stim_Input_102[0].repeat = 0
}

{ n_stim_Input_101 = 1 }
objectvar stim_Input_101[n_stim_Input_101]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg2_apic_14

//  in section: apic_14. For NEURON, this translates to a point 0.5656983 along section: apic_14

a_CellGroup_6[0].apic_14 {
    stim_Input_101[0] = new CurrentClampExt(0.5656983)
    stim_Input_101[0].del = del6
    stim_Input_101[0].dur = dur6
    stim_Input_101[0].amp = amp6
    stim_Input_101[0].repeat = 0
}

{ n_stim_Input_100 = 1 }
objectvar stim_Input_100[n_stim_Input_100]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg1_apic_15

//  in section: apic_15. For NEURON, this translates to a point 0.44935697 along section: apic_15

a_CellGroup_6[0].apic_15 {
    stim_Input_100[0] = new CurrentClampExt(0.44935697)
    stim_Input_100[0].del = del6
    stim_Input_100[0].dur = dur6
    stim_Input_100[0].amp = amp6
    stim_Input_100[0].repeat = 0
}

{ n_stim_Input_99 = 1 }
objectvar stim_Input_99[n_stim_Input_99]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg2_apic_24

//  in section: apic_24. For NEURON, this translates to a point 0.6562701 along section: apic_24

a_CellGroup_4[0].apic_24 {
    stim_Input_99[0] = new CurrentClampExt(0.6562701)
    stim_Input_99[0].del = del4
    stim_Input_99[0].dur = dur4
    stim_Input_99[0].amp = amp4
    stim_Input_99[0].repeat = 0
}

{ n_stim_Input_98 = 1 }
objectvar stim_Input_98[n_stim_Input_98]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg6_apic_12

//  in section: apic_12. For NEURON, this translates to a point 0.73149633 along section: apic_12

a_CellGroup_4[0].apic_12 {
    stim_Input_98[0] = new CurrentClampExt(0.73149633)
    stim_Input_98[0].del = del4
    stim_Input_98[0].dur = dur4
    stim_Input_98[0].amp = amp4
    stim_Input_98[0].repeat = 0
}

{ n_stim_Input_97 = 1 }
objectvar stim_Input_97[n_stim_Input_97]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg5_apic_13

//  in section: apic_13. For NEURON, this translates to a point 0.622633 along section: apic_13

a_CellGroup_4[0].apic_13 {
    stim_Input_97[0] = new CurrentClampExt(0.622633)
    stim_Input_97[0].del = del4
    stim_Input_97[0].dur = dur4
    stim_Input_97[0].amp = amp4
    stim_Input_97[0].repeat = 0
}

{ n_stim_Input_96 = 1 }
objectvar stim_Input_96[n_stim_Input_96]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg2_apic_17

//  in section: apic_17. For NEURON, this translates to a point 0.47844094 along section: apic_17

a_CellGroup_4[0].apic_17 {
    stim_Input_96[0] = new CurrentClampExt(0.47844094)
    stim_Input_96[0].del = del4
    stim_Input_96[0].dur = dur4
    stim_Input_96[0].amp = amp4
    stim_Input_96[0].repeat = 0
}

{ n_stim_Input_95 = 1 }
objectvar stim_Input_95[n_stim_Input_95]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg0_apic_18

//  in section: apic_18. For NEURON, this translates to a point 0.2892465 along section: apic_18

a_CellGroup_4[0].apic_18 {
    stim_Input_95[0] = new CurrentClampExt(0.2892465)
    stim_Input_95[0].del = del4
    stim_Input_95[0].dur = dur4
    stim_Input_95[0].amp = amp4
    stim_Input_95[0].repeat = 0
}

{ n_stim_Input_94 = 1 }
objectvar stim_Input_94[n_stim_Input_94]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg5_apic_15

//  in section: apic_15. For NEURON, this translates to a point 0.5656141 along section: apic_15

a_CellGroup_4[0].apic_15 {
    stim_Input_94[0] = new CurrentClampExt(0.5656141)
    stim_Input_94[0].del = del4
    stim_Input_94[0].dur = dur4
    stim_Input_94[0].amp = amp4
    stim_Input_94[0].repeat = 0
}

{ n_stim_Input_93 = 1 }
objectvar stim_Input_93[n_stim_Input_93]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg2_apic_7

//  in section: apic_7. For NEURON, this translates to a point 0.39372972 along section: apic_7

a_CellGroup_4[0].apic_7 {
    stim_Input_93[0] = new CurrentClampExt(0.39372972)
    stim_Input_93[0].del = del4
    stim_Input_93[0].dur = dur4
    stim_Input_93[0].amp = amp4
    stim_Input_93[0].repeat = 0
}

{ n_stim_Input_92 = 1 }
objectvar stim_Input_92[n_stim_Input_92]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg7_apic_8
290.0
//  in section: apic_8. For NEURON, this translates to a point 0.61429507 along section: apic_8

a_CellGroup_4[0].apic_8 {
    stim_Input_92[0] = new CurrentClampExt(0.61429507)
    stim_Input_92[0].del = del4
    stim_Input_92[0].dur = dur4
    stim_Input_92[0].amp = amp4
    stim_Input_92[0].repeat = 0
}

{ n_stim_Input_91 = 1 }
objectvar stim_Input_91[n_stim_Input_91]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg13_apic_6

//  in section: apic_6. For NEURON, this translates to a point 0.66464895 along section: apic_6

a_CellGroup_4[0].apic_6 {
    stim_Input_91[0] = new CurrentClampExt(0.66464895)
    stim_Input_91[0].del = del4
    stim_Input_91[0].dur = dur4
    stim_Input_91[0].amp = amp4
    stim_Input_91[0].repeat = 0
}

{ n_stim_Input_90 = 1 }
objectvar stim_Input_90[n_stim_Input_90]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg20_apic_9

//  in section: apic_9. For NEURON, this translates to a point 0.8064926 along section: apic_9

a_CellGroup_4[0].apic_9 {
    stim_Input_90[0] = new CurrentClampExt(0.8064926)
    stim_Input_90[0].del = del4
    stim_Input_90[0].dur = dur4
    stim_Input_90[0].amp = amp4
    stim_Input_90[0].repeat = 0
}

{ n_stim_Input_89 = 1 }
objectvar stim_Input_89[n_stim_Input_89]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg4_apic_27

//  in section: apic_27. For NEURON, this translates to a point 0.40129074 along section: apic_27

a_CellGroup_4[0].apic_27 {
    stim_Input_89[0] = new CurrentClampExt(0.40129074)
    stim_Input_89[0].del = del4
    stim_Input_89[0].dur = dur4
    stim_Input_89[0].amp = amp4
    stim_Input_89[0].repeat = 0
}

{ n_stim_Input_88 = 1 }
objectvar stim_Input_88[n_stim_Input_88]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg1_apic_26

//  in section: apic_26. For NEURON, this translates to a point 0.42602226 along section: apic_26

a_CellGroup_4[0].apic_26 {
    stim_Input_88[0] = new CurrentClampExt(0.42602226)
    stim_Input_88[0].del = del4
    stim_Input_88[0].dur = dur4
    stim_Input_88[0].amp = amp4
    stim_Input_88[0].repeat = 0
}

{ n_stim_Input_87 = 1 }
objectvar stim_Input_87[n_stim_Input_87]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg5_apic_25

//  in section: apic_25. For NEURON, this translates to a point 0.56603783 along section: apic_25

a_CellGroup_4[0].apic_25 {
    stim_Input_87[0] = new CurrentClampExt(0.56603783)
    stim_Input_87[0].del = del4
    stim_Input_87[0].dur = dur4
    stim_Input_87[0].amp = amp4
    stim_Input_87[0].repeat = 0
}

{ n_stim_Input_86 = 1 }
objectvar stim_Input_86[n_stim_Input_86]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg7_apic_23

//  in section: apic_23. For NEURON, this translates to a point 0.64964646 along section: apic_23

a_CellGroup_4[0].apic_23 {
    stim_Input_86[0] = new CurrentClampExt(0.64964646)
    stim_Input_86[0].del = del4
    stim_Input_86[0].dur = dur4
    stim_Input_86[0].amp = amp4
    stim_Input_86[0].repeat = 0
}

{ n_stim_Input_85 = 1 }
objectvar stim_Input_85[n_stim_Input_85]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg1_apic_22

//  in section: apic_22. For NEURON, this translates to a point 0.39983195 along section: apic_22

a_CellGroup_4[0].apic_22 {
    stim_Input_85[0] = new CurrentClampExt(0.39983195)
    stim_Input_85[0].del = del4
    stim_Input_85[0].dur = dur4
    stim_Input_85[0].amp = amp4
    stim_Input_85[0].repeat = 0
}

{ n_stim_Input_84 = 1 }
objectvar stim_Input_84[n_stim_Input_84]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg3_apic_21

//  in section: apic_21. For NEURON, this translates to a point 0.57551664 along section: apic_21

a_CellGroup_4[0].apic_21 {
    stim_Input_84[0] = new CurrentClampExt(0.57551664)
    stim_Input_84[0].del = del4
    stim_Input_84[0].dur = dur4
    stim_Input_84[0].amp = amp4
    stim_Input_84[0].repeat = 0
}

{ n_stim_Input_83 = 1 }
objectvar stim_Input_83[n_stim_Input_83]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg1_apic_20

//  in section: apic_20. For NEURON, this translates to a point 0.551872 along section: apic_20

a_CellGroup_4[0].apic_20 {
    stim_Input_83[0] = new CurrentClampExt(0.551872)
    stim_Input_83[0].del = del4
    stim_Input_83[0].dur = dur4
    stim_Input_83[0].amp = amp4
    stim_Input_83[0].repeat = 0
}

{ n_stim_Input_82 = 1 }
objectvar stim_Input_82[n_stim_Input_82]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg2_apic_19

//  in section: apic_19. For NEURON, this translates to a point 0.55357486 along section: apic_19

a_CellGroup_4[0].apic_19 {
    stim_Input_82[0] = new CurrentClampExt(0.55357486)
    stim_Input_82[0].del = del4
    stim_Input_82[0].dur = dur4
    stim_Input_82[0].amp = amp4
    stim_Input_82[0].repeat = 0
}

{ n_stim_Input_81 = 1 }
objectvar stim_Input_81[n_stim_Input_81]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg8_apic_28

//  in section: apic_28. For NEURON, this translates to a point 0.6488689 along section: apic_28

a_CellGroup_4[0].apic_28 {
    stim_Input_81[0] = new CurrentClampExt(0.6488689)
    stim_Input_81[0].del = del4
    stim_Input_81[0].dur = dur4
    stim_Input_81[0].amp = amp4
    stim_Input_81[0].repeat = 0
}

{ n_stim_Input_80 = 1 }
objectvar stim_Input_80[n_stim_Input_80]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg20_apic_16

//  in section: apic_16. For NEURON, this translates to a point 0.85382426 along section: apic_16

a_CellGroup_4[0].apic_16 {
    stim_Input_80[0] = new CurrentClampExt(0.85382426)
    stim_Input_80[0].del = del4
    stim_Input_80[0].dur = dur4
    stim_Input_80[0].amp = amp4
    stim_Input_80[0].repeat = 0
}

{ n_stim_Input_79 = 1 }
objectvar stim_Input_79[n_stim_Input_79]
300.0

//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg2_apic_38

//  in section: apic_38. For NEURON, this translates to a point 0.3513149 along section: apic_38

a_CellGroup_5[0].apic_38 {
    stim_Input_79[0] = new CurrentClampExt(0.3513149)
    stim_Input_79[0].del = del5
    stim_Input_79[0].dur = dur5
    stim_Input_79[0].amp = amp5
    stim_Input_79[0].repeat = 0
}

{ n_stim_Input_78 = 1 }
objectvar stim_Input_78[n_stim_Input_78]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg1_apic_36

//  in section: apic_36. For NEURON, this translates to a point 0.5637981 along section: apic_36

a_CellGroup_5[0].apic_36 {
    stim_Input_78[0] = new CurrentClampExt(0.5637981)
    stim_Input_78[0].del = del5
    stim_Input_78[0].dur = dur5
    stim_Input_78[0].amp = amp5
    stim_Input_78[0].repeat = 0
}

{ n_stim_Input_77 = 1 }
objectvar stim_Input_77[n_stim_Input_77]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg5_apic_6

//  in section: apic_6. For NEURON, this translates to a point 0.7048671 along section: apic_6

a_CellGroup_5[0].apic_6 {
    stim_Input_77[0] = new CurrentClampExt(0.7048671)
    stim_Input_77[0].del = del5
    stim_Input_77[0].dur = dur5
    stim_Input_77[0].amp = amp5
    stim_Input_77[0].repeat = 0
}
{ n_stim_Input_76 = 1 }
objectvar stim_Input_76[n_stim_Input_76]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg4_apic_4

//  in section: apic_4. For NEURON, this translates to a point 0.69199103 along section: apic_4

a_CellGroup_5[0].apic_4 {
    stim_Input_76[0] = new CurrentClampExt(0.69199103)
    stim_Input_76[0].del = del5
    stim_Input_76[0].dur = dur5
    stim_Input_76[0].amp = amp5
    stim_Input_76[0].repeat = 0
}

{ n_stim_Input_75 = 1 }
objectvar stim_Input_75[n_stim_Input_75]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg6_apic_34

//  in section: apic_34. For NEURON, this translates to a point 0.7306172 along section: apic_34

a_CellGroup_5[0].apic_34 {
    stim_Input_75[0] = new CurrentClampExt(0.7306172)
    stim_Input_75[0].del = del5
    stim_Input_75[0].dur = dur5
    stim_Input_75[0].amp = amp5
    stim_Input_75[0].repeat = 0
}

{ n_stim_Input_74 = 1 }
objectvar stim_Input_74[n_stim_Input_74]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg3_apic_5

//  in section: apic_5. For NEURON, this translates to a point 0.533814 along section: apic_5

a_CellGroup_5[0].apic_5 {
    stim_Input_74[0] = new CurrentClampExt(0.533814)
    stim_Input_74[0].del = del5
    stim_Input_74[0].dur = dur5
    stim_Input_74[0].amp = amp5
    stim_Input_74[0].repeat = 0
}

{ n_stim_Input_73 = 1 }
objectvar stim_Input_73[n_stim_Input_73]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg1_apic_18

//  in section: apic_18. For NEURON, this translates to a point 0.5324315 along section: apic_18

a_CellGroup_5[0].apic_18 {
    stim_Input_73[0] = new CurrentClampExt(0.5324315)
    stim_Input_73[0].del = del5
    stim_Input_73[0].dur = dur5
    stim_Input_73[0].amp = amp5
    stim_Input_73[0].repeat = 0
}

{ n_stim_Input_72 = 1 }
objectvar stim_Input_72[n_stim_Input_72]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg1_apic_19

//  in section: apic_19. For NEURON, this translates to a point 0.5654656 along section: apic_19

a_CellGroup_5[0].apic_19 {
    stim_Input_72[0] = new CurrentClampExt(0.5654656)
    stim_Input_72[0].del = del5
    stim_Input_72[0].dur = dur5
    stim_Input_72[0].amp = amp5
    stim_Input_72[0].repeat = 0
}

{ n_stim_Input_71 = 1 }
objectvar stim_Input_71[n_stim_Input_71]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg0_apic_11

//  in section: apic_11. For NEURON, this translates to a point 0.2331953 along section: apic_11

a_CellGroup_5[0].apic_11 {
    stim_Input_71[0] = new CurrentClampExt(0.2331953)
    stim_Input_71[0].del = del5
    stim_Input_71[0].dur = dur5
    stim_Input_71[0].amp = amp5
    stim_Input_71[0].repeat = 0
}

{ n_stim_Input_70 = 1 }
objectvar stim_Input_70[n_stim_Input_70]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg1_apic_12

//  in section: apic_12. For NEURON, this translates to a point 0.53401643 along section: apic_12

a_CellGroup_5[0].apic_12 {
    stim_Input_70[0] = new CurrentClampExt(0.53401643)
    stim_Input_70[0].del = del5
    stim_Input_70[0].dur = dur5
    stim_Input_70[0].amp = amp5
    stim_Input_70[0].repeat = 0
}

{ n_stim_Input_69 = 1 }
objectvar stim_Input_69[n_stim_Input_69]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg0_apic_13

//  in section: apic_13. For NEURON, this translates to a point 0.2590428 along section: apic_13

a_CellGroup_5[0].apic_13 {
    stim_Input_69[0] = new CurrentClampExt(0.2590428)
    stim_Input_69[0].del = del5
    stim_Input_69[0].dur = dur5
    stim_Input_69[0].amp = amp5
    stim_Input_69[0].repeat = 0
}

{ n_stim_Input_68 = 1 }
objectvar stim_Input_68[n_stim_Input_68]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg1_apic_8

//  in section: apic_8. For NEURON, this translates to a point 0.37472615 along section: apic_8

a_CellGroup_5[0].apic_8 {
    stim_Input_68[0] = new CurrentClampExt(0.37472615)
    stim_Input_68[0].del = del5
    stim_Input_68[0].dur = dur5
    stim_Input_68[0].amp = amp5
    stim_Input_68[0].repeat = 0
}

{ n_stim_Input_67 = 1 }
objectvar stim_Input_67[n_stim_Input_67]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg0_apic_21

//  in section: apic_21. For NEURON, this translates to a point 0.27234548 along section: apic_21

a_CellGroup_5[0].apic_21 {
    stim_Input_67[0] = new CurrentClampExt(0.27234548)
    stim_Input_67[0].del = del5
    stim_Input_67[0].dur = dur5
    stim_Input_67[0].amp = amp5
    stim_Input_67[0].repeat = 0
}

{ n_stim_Input_66 = 1 }
objectvar stim_Input_66[n_stim_Input_66]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg3_apic_26

//  in section: apic_26. For NEURON, this translates to a point 0.5887592 along section: apic_26

a_CellGroup_5[0].apic_26 {
    stim_Input_66[0] = new CurrentClampExt(0.5887592)
    stim_Input_66[0].del = del5
    stim_Input_66[0].dur = dur5
    stim_Input_66[0].amp = amp5
    stim_Input_66[0].repeat = 0
}

{ n_stim_Input_65 = 1 }
objectvar stim_Input_65[n_stim_Input_65]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg2_apic_24

//  in section: apic_24. For NEURON, this translates to a point 0.59316087 along section: apic_24

a_CellGroup_5[0].apic_24 {
    stim_Input_65[0] = new CurrentClampExt(0.59316087)
    stim_Input_65[0].del = del5
    stim_Input_65[0].dur = dur5
    stim_Input_65[0].amp = amp5
    stim_Input_65[0].repeat = 0
}

{ n_stim_Input_64 = 1 }
objectvar stim_Input_64[n_stim_Input_64]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg0_apic_23

//  in section: apic_23. For NEURON, this translates to a point 0.23316291 along section: apic_23

a_CellGroup_5[0].apic_23 {
    stim_Input_64[0] = new CurrentClampExt(0.23316291)
    stim_Input_64[0].del = del5
    stim_Input_64[0].dur = dur5
    stim_Input_64[0].amp = amp5
    stim_Input_64[0].repeat = 0
}

{ n_stim_Input_63 = 1 }
objectvar stim_Input_63[n_stim_Input_63]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg2_apic_27

//  in section: apic_27. For NEURON, this translates to a point 0.64654344 along section: apic_27

a_CellGroup_5[0].apic_27 {
    stim_Input_63[0] = new CurrentClampExt(0.64654344)
    stim_Input_63[0].del = del5
    stim_Input_63[0].dur = dur5
    stim_Input_63[0].amp = amp5
    stim_Input_63[0].repeat = 0
}

{ n_stim_Input_62 = 1 }
objectvar stim_Input_62[n_stim_Input_62]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg2_apic_32

//  in section: apic_32. For NEURON, this translates to a point 0.7376011 along section: apic_32

a_CellGroup_5[0].apic_32 {
    stim_Input_62[0] = new CurrentClampExt(0.7376011)
    stim_Input_62[0].del = del5
    stim_Input_62[0].dur = dur5
    stim_Input_62[0].amp = amp5
    stim_Input_62[0].repeat = 0
}

{ n_stim_Input_61 = 1 }
objectvar stim_Input_61[n_stim_Input_61]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg4_apic_30

//  in section: apic_30. For NEURON, this translates to a point 0.549958 along section: apic_30

a_CellGroup_5[0].apic_30 {
    stim_Input_61[0] = new CurrentClampExt(0.549958)
    stim_Input_61[0].del = del5
    stim_Input_61[0].dur = dur5
    stim_Input_61[0].amp = amp5
    stim_Input_61[0].repeat = 0
}

{ n_stim_Input_60 = 1 }
objectvar stim_Input_60[n_stim_Input_60]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg0_apic_31

//  in section: apic_31. For NEURON, this translates to a point 0.5 along section: apic_31

a_CellGroup_5[0].apic_31 {
    stim_Input_60[0] = new CurrentClampExt(0.5)
    stim_Input_60[0].del = del5
    stim_Input_60[0].dur = dur5
    stim_Input_60[0].amp = amp5
    stim_Input_60[0].repeat = 0
}

{ n_stim_Input_59 = 1 }
objectvar stim_Input_59[n_stim_Input_59]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg3_apic_32

//  in section: apic_32. For NEURON, this translates to a point 0.63696134 along section: apic_32

a_CellGroup_3[0].apic_32 {
    stim_Input_59[0] = new CurrentClampExt(0.63696134)
    stim_Input_59[0].del = del3
    stim_Input_59[0].dur = dur3
    stim_Input_59[0].amp = amp3
    stim_Input_59[0].repeat = 0
}

{ n_stim_Input_58 = 1 }
objectvar stim_Input_58[n_stim_Input_58]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg7_apic_31

//  in section: apic_31. For NEURON, this translates to a point 0.7004137 along section: apic_31

a_CellGroup_3[0].apic_31 {
    stim_Input_58[0] = new CurrentClampExt(0.7004137)
    stim_Input_58[0].del = del3
    stim_Input_58[0].dur = dur3
    stim_Input_58[0].amp = amp3
    stim_Input_58[0].repeat = 0
}

{ n_stim_Input_57 = 1 }
objectvar stim_Input_57[n_stim_Input_57]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg2_apic_37

//  in section: apic_37. For NEURON, this translates to a point 0.4851542 along section: apic_37

a_CellGroup_3[0].apic_37 {
    stim_Input_57[0] = new CurrentClampExt(0.4851542)
    stim_Input_57[0].del = del3
    stim_Input_57[0].dur = dur3
    stim_Input_57[0].amp = amp3
    stim_Input_57[0].repeat = 0
}

{ n_stim_Input_56 = 1 }
objectvar stim_Input_56[n_stim_Input_56]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg2_apic_23

//  in section: apic_23. For NEURON, this translates to a point 0.58672327 along section: apic_23

a_CellGroup_3[0].apic_23 {
    stim_Input_56[0] = new CurrentClampExt(0.58672327)
    stim_Input_56[0].del = del3
    stim_Input_56[0].dur = dur3
    stim_Input_56[0].amp = amp3
    stim_Input_56[0].repeat = 0
}
{ n_stim_Input_55 = 1 }
objectvar stim_Input_55[n_stim_Input_55]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg2_apic_22

//  in section: apic_22. For NEURON, this translates to a point 0.50326115 along section: apic_22

a_CellGroup_3[0].apic_22 {
    stim_Input_55[0] = new CurrentClampExt(0.50326115)
    stim_Input_55[0].del = del3
    stim_Input_55[0].dur = dur3
    stim_Input_55[0].amp = amp3
    stim_Input_55[0].repeat = 0
}
{ n_stim_Input_54 = 1 }
objectvar stim_Input_54[n_stim_Input_54]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg3_apic_24

//  in section: apic_24. For NEURON, this translates to a point 0.6224163 along section: apic_24

a_CellGroup_3[0].apic_24 {
    stim_Input_54[0] = new CurrentClampExt(0.6224163)
    stim_Input_54[0].del = del3
    stim_Input_54[0].dur = dur3
    stim_Input_54[0].amp = amp3
    stim_Input_54[0].repeat = 0
}

{ n_stim_Input_53 = 1 }
objectvar stim_Input_53[n_stim_Input_53]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg3_apic_20

//  in section: apic_20. For NEURON, this translates to a point 0.5724226 along section: apic_20

a_CellGroup_3[0].apic_20 {
    stim_Input_53[0] = new CurrentClampExt(0.5724226)
    stim_Input_53[0].del = del3
    stim_Input_53[0].dur = dur3
    stim_Input_53[0].amp = amp3
    stim_Input_53[0].repeat = 0
}

{ n_stim_Input_52 = 1 }
objectvar stim_Input_52[n_stim_Input_52]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg0_apic_21

//  in section: apic_21. For NEURON, this translates to a point 0.20129056 along section: apic_21

a_CellGroup_3[0].apic_21 {
    stim_Input_52[0] = new CurrentClampExt(0.20129056)
    stim_Input_52[0].del = del3
    stim_Input_52[0].dur = dur3
    stim_Input_52[0].amp = amp3
    stim_Input_52[0].repeat = 0
}

{ n_stim_Input_51 = 1 }
objectvar stim_Input_51[n_stim_Input_51]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg6_apic_28

//  in section: apic_28. For NEURON, this translates to a point 0.65351546 along section: apic_28

a_CellGroup_3[0].apic_28 {
    stim_Input_51[0] = new CurrentClampExt(0.65351546)
    stim_Input_51[0].del = del3
    stim_Input_51[0].dur = dur3
    stim_Input_51[0].amp = amp3
    stim_Input_51[0].repeat = 0
}

{ n_stim_Input_50 = 1 }
objectvar stim_Input_50[n_stim_Input_50]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg3_apic_18

//  in section: apic_18. For NEURON, this translates to a point 0.6755325 along section: apic_18

a_CellGroup_3[0].apic_18 {
    stim_Input_50[0] = new CurrentClampExt(0.6755325)
    stim_Input_50[0].del = del3
    stim_Input_50[0].dur = dur3
    stim_Input_50[0].amp = amp3
    stim_Input_50[0].repeat = 0
}

{ n_stim_Input_49 = 1 }
objectvar stim_Input_49[n_stim_Input_49]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg1_apic_17

//  in section: apic_17. For NEURON, this translates to a point 0.5946587 along section: apic_17

a_CellGroup_3[0].apic_17 {
    stim_Input_49[0] = new CurrentClampExt(0.5946587)
    stim_Input_49[0].del = del3
    stim_Input_49[0].dur = dur3
    stim_Input_49[0].amp = amp3
    stim_Input_49[0].repeat = 0
}

{ n_stim_Input_48 = 1 }
objectvar stim_Input_48[n_stim_Input_48]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg1_apic_16

//  in section: apic_16. For NEURON, this translates to a point 0.599891 along section: apic_16

a_CellGroup_3[0].apic_16 {
    stim_Input_48[0] = new CurrentClampExt(0.599891)
    stim_Input_48[0].del = del3
    stim_Input_48[0].dur = dur3
    stim_Input_48[0].amp = amp3
    stim_Input_48[0].repeat = 0
}

{ n_stim_Input_47 = 1 }
objectvar stim_Input_47[n_stim_Input_47]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg1_apic_14

//  in section: apic_14. For NEURON, this translates to a point 0.4945303 along section: apic_14

a_CellGroup_3[0].apic_14 {
    stim_Input_47[0] = new CurrentClampExt(0.4945303)
    stim_Input_47[0].del = del3
    stim_Input_47[0].dur = dur3
    stim_Input_47[0].amp = amp3
    stim_Input_47[0].repeat = 0
}

{ n_stim_Input_46 = 1 }
objectvar stim_Input_46[n_stim_Input_46]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg7_apic_13

//  in section: apic_13. For NEURON, this translates to a point 0.73439944 along section: apic_13

a_CellGroup_3[0].apic_13 {
    stim_Input_46[0] = new CurrentClampExt(0.73439944)
    stim_Input_46[0].del = del3
    stim_Input_46[0].dur = dur3
    stim_Input_46[0].amp = amp3
    stim_Input_46[0].repeat = 0
}

{ n_stim_Input_45 = 1 }
objectvar stim_Input_45[n_stim_Input_45]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg17_apic_29
300.0
//  in section: apic_29. For NEURON, this translates to a point 0.8084534 along section: apic_29

a_CellGroup_3[0].apic_29 {
    stim_Input_45[0] = new CurrentClampExt(0.8084534)
    stim_Input_45[0].del = del3
    stim_Input_45[0].dur = dur3
    stim_Input_45[0].amp = amp3
    stim_Input_45[0].repeat = 0
}

{ n_stim_Input_44 = 1 }
objectvar stim_Input_44[n_stim_Input_44]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg11_apic_36

//  in section: apic_36. For NEURON, this translates to a point 0.5235133 along section: apic_36

a_CellGroup_3[0].apic_36 {
    stim_Input_44[0] = new CurrentClampExt(0.5235133)
    stim_Input_44[0].del = del3
    stim_Input_44[0].dur = dur3
    stim_Input_44[0].amp = amp3
    stim_Input_44[0].repeat = 0
}

{ n_stim_Input_43 = 1 }
objectvar stim_Input_43[n_stim_Input_43]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg10_apic_35

//  in section: apic_35. For NEURON, this translates to a point 0.78610593 along section: apic_35

a_CellGroup_3[0].apic_35 {
    stim_Input_43[0] = new CurrentClampExt(0.78610593)
    stim_Input_43[0].del = del3
    stim_Input_43[0].dur = dur3
    stim_Input_43[0].amp = amp3
    stim_Input_43[0].repeat = 0
}

{ n_stim_Input_42 = 1 }
objectvar stim_Input_42[n_stim_Input_42]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg1_apic_33

//  in section: apic_33. For NEURON, this translates to a point 0.3004766 along section: apic_33

a_CellGroup_3[0].apic_33 {
    stim_Input_42[0] = new CurrentClampExt(0.3004766)
    stim_Input_42[0].del = del3
    stim_Input_42[0].dur = dur3
    stim_Input_42[0].amp = amp3
    stim_Input_42[0].repeat = 0
}

{ n_stim_Input_41 = 1 }
objectvar stim_Input_41[n_stim_Input_41]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg4_apic_34

//  in section: apic_34. For NEURON, this translates to a point 0.46501356 along section: apic_34

a_CellGroup_3[0].apic_34 {
    stim_Input_41[0] = new CurrentClampExt(0.46501356)
    stim_Input_41[0].del = del3
    stim_Input_41[0].dur = dur3
    stim_Input_41[0].amp = amp3
    stim_Input_41[0].repeat = 0
}

{ n_stim_Input_40 = 1 }
objectvar stim_Input_40[n_stim_Input_40]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg19_apic_27

//  in section: apic_27. For NEURON, this translates to a point 0.8619119 along section: apic_27

a_CellGroup_3[0].apic_27 {
    stim_Input_40[0] = new CurrentClampExt(0.8619119)
    stim_Input_40[0].del = del3
    stim_Input_40[0].dur = dur3
    stim_Input_40[0].amp = amp3
    stim_Input_40[0].repeat = 0
}

{ n_stim_Input_39 = 1 }
objectvar stim_Input_39[n_stim_Input_39]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg5_apic_105

//  in section: apic_105. For NEURON, this translates to a point 0.60961074 along section: apic_105

a_CellGroup_2[0].apic_105 {
    stim_Input_39[0] = new CurrentClampExt(0.60961074)
    stim_Input_39[0].del = del2
    stim_Input_39[0].dur = dur2
    stim_Input_39[0].amp = amp2
    stim_Input_39[0].repeat = 0
}

{ n_stim_Input_38 = 1 }
objectvar stim_Input_38[n_stim_Input_38]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg11_apic_98

//  in section: apic_98. For NEURON, this translates to a point 0.7702312 along section: apic_98

a_CellGroup_2[0].apic_98 {
    stim_Input_38[0] = new CurrentClampExt(0.7702312)
    stim_Input_38[0].del = del2
    stim_Input_38[0].dur = dur2
    stim_Input_38[0].amp = amp2
    stim_Input_38[0].repeat = 0
}

{ n_stim_Input_37 = 1 }
objectvar stim_Input_37[n_stim_Input_37]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg4_apic_93

//  in section: apic_93. For NEURON, this translates to a point 0.5413466 along section: apic_93

a_CellGroup_2[0].apic_93 {
    stim_Input_37[0] = new CurrentClampExt(0.5413466)
    stim_Input_37[0].del = del2
    stim_Input_37[0].dur = dur2
    stim_Input_37[0].amp = amp2
    stim_Input_37[0].repeat = 0
}

{ n_stim_Input_36 = 1 }
objectvar stim_Input_36[n_stim_Input_36]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg15_apic_66

//  in section: apic_66. For NEURON, this translates to a point 0.71466666 along section: apic_66

a_CellGroup_2[0].apic_66 {
    stim_Input_36[0] = new CurrentClampExt(0.71466666)
    stim_Input_36[0].del = del2
    stim_Input_36[0].dur = dur2
    stim_Input_36[0].amp = amp2
    stim_Input_36[0].repeat = 0
}

{ n_stim_Input_35 = 1 }
objectvar stim_Input_35[n_stim_Input_35]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg11_apic_35

//  in section: apic_35. For NEURON, this translates to a point 0.8447853 along section: apic_35

a_CellGroup_2[0].apic_35 {
    stim_Input_35[0] = new CurrentClampExt(0.8447853)
    stim_Input_35[0].del = del2
    stim_Input_35[0].dur = dur2
    stim_Input_35[0].amp = amp2
    stim_Input_35[0].repeat = 0
}

{ n_stim_Input_34 = 1 }
objectvar stim_Input_34[n_stim_Input_34]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg26_apic_49

//  in section: apic_49. For NEURON, this translates to a point 0.84103864 along section: apic_49

a_CellGroup_2[0].apic_49 {
    stim_Input_34[0] = new CurrentClampExt(0.84103864)
    stim_Input_34[0].del = del2
    stim_Input_34[0].dur = dur2
    stim_Input_34[0].amp = amp2
    stim_Input_34[0].repeat = 0
}

{ n_stim_Input_33 = 1 }
objectvar stim_Input_33[n_stim_Input_33]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg21_apic_48

//  in section: apic_48. For NEURON, this translates to a point 0.73928857 along section: apic_48

a_CellGroup_2[0].apic_48 {
    stim_Input_33[0] = new CurrentClampExt(0.73928857)
    stim_Input_33[0].del = del2
    stim_Input_33[0].dur = dur2
    stim_Input_33[0].amp = amp2
    stim_Input_33[0].repeat = 0
}

{ n_stim_Input_32 = 1 }
objectvar stim_Input_32[n_stim_Input_32]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg17_apic_18

//  in section: apic_18. For NEURON, this translates to a point 0.7872122 along section: apic_18

a_CellGroup_2[0].apic_18 {
    stim_Input_32[0] = new CurrentClampExt(0.7872122)
    stim_Input_32[0].del = del2
    stim_Input_32[0].dur = dur2
    stim_Input_32[0].amp = amp2
    stim_Input_32[0].repeat = 0
}

{ n_stim_Input_31 = 1 }
objectvar stim_Input_31[n_stim_Input_31]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg4_apic_84

//  in section: apic_84. For NEURON, this translates to a point 0.32369554 along section: apic_84

a_CellGroup_2[0].apic_84 {
    stim_Input_31[0] = new CurrentClampExt(0.32369554)
    stim_Input_31[0].del = del2
    stim_Input_31[0].dur = dur2
    stim_Input_31[0].amp = amp2
    stim_Input_31[0].repeat = 0
}

{ n_stim_Input_30 = 1 }
objectvar stim_Input_30[n_stim_Input_30]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg3_apic_45

//  in section: apic_45. For NEURON, this translates to a point 0.582551 along section: apic_45

a_CellGroup_2[0].apic_45 {
    stim_Input_30[0] = new CurrentClampExt(0.582551)
    stim_Input_30[0].del = del2
    stim_Input_30[0].dur = dur2
    stim_Input_30[0].amp = amp2
    stim_Input_30[0].repeat = 0
}

{ n_stim_Input_9 = 1 }
objectvar stim_Input_9[n_stim_Input_9]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg2_apic_88

//  in section: apic_88. For NEURON, this translates to a point 0.4040751 along section: apic_88

a_CellGroup_1[0].apic_88 {
    stim_Input_9[0] = new CurrentClampExt(0.4040751)
    stim_Input_9[0].del = del1
    stim_Input_9[0].dur = dur1
    stim_Input_9[0].amp = amp1
    stim_Input_9[0].repeat = 0
}

{ n_stim_Input_8 = 1 }
objectvar stim_Input_8[n_stim_Input_8]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg21_apic_96

//  in section: apic_96. For NEURON, this translates to a point 0.7033724 along section: apic_96

a_CellGroup_1[0].apic_96 {
    stim_Input_8[0] = new CurrentClampExt(0.7033724)
    stim_Input_8[0].del = del1
    stim_Input_8[0].dur = dur1
    stim_Input_8[0].amp = amp1
    stim_Input_8[0].repeat = 0
}

{ n_stim_Input_7 = 1 }
objectvar stim_Input_7[n_stim_Input_7]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg19_apic_100

//  in section: apic_100. For NEURON, this translates to a point 0.74894226 along section: apic_100

a_CellGroup_1[0].apic_100 {
    stim_Input_7[0] = new CurrentClampExt(0.74894226)
    stim_Input_7[0].del = del1
    stim_Input_7[0].dur = dur1
    stim_Input_7[0].amp = amp1
    stim_Input_7[0].repeat = 0
}

{ n_stim_Input_6 = 1 }
objectvar stim_Input_6[n_stim_Input_6]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg16_apic_26

//  in section: apic_26. For NEURON, this translates to a point 0.6464849 along section: apic_26

a_CellGroup_1[0].apic_26 {
    stim_Input_6[0] = new CurrentClampExt(0.6464849)
    stim_Input_6[0].del = del1
    stim_Input_6[0].dur = dur1
    stim_Input_6[0].amp = amp1
    stim_Input_6[0].repeat = 0
}

{ n_stim_Input_5 = 1 }
objectvar stim_Input_5[n_stim_Input_5]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg5_apic_12

//  in section: apic_12. For NEURON, this translates to a point 0.82501405 along section: apic_12

a_CellGroup_1[0].apic_12 {
    stim_Input_5[0] = new CurrentClampExt(0.82501405)
    stim_Input_5[0].del = del1
    stim_Input_5[0].dur = dur1
    stim_Input_5[0].amp = amp1
    stim_Input_5[0].repeat = 0
}

{ n_stim_Input_4 = 1 }
objectvar stim_Input_4[n_stim_Input_4]
0.0

//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg9_apic_18

//  in section: apic_18. For NEURON, this translates to a point 0.5605304 along section: apic_18

a_CellGroup_1[0].apic_18 {
    stim_Input_4[0] = new CurrentClampExt(0.5605304)
    stim_Input_4[0].del = del1
    stim_Input_4[0].dur = dur1
    stim_Input_4[0].amp = amp1
    stim_Input_4[0].repeat = 0
}

{ n_stim_Input_3 = 1 }
objectvar stim_Input_3[n_stim_Input_3]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg1_apic_11

//  in section: apic_11. For NEURON, this translates to a point 0.7443149 along section: apic_11

a_CellGroup_1[0].apic_11 {
    stim_Input_3[0] = new CurrentClampExt(0.7443149)
    stim_Input_3[0].del = del1
    stim_Input_3[0].dur = dur1
    stim_Input_3[0].amp = amp1
    stim_Input_3[0].repeat = 0
}

{ n_stim_Input_2 = 1 }
objectvar stim_Input_2[n_stim_Input_2]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg33_apic_45

//  in section: apic_45. For NEURON, this translates to a point 0.8109778 along section: apic_45

a_CellGroup_1[0].apic_45 {
    stim_Input_2[0] = new CurrentClampExt(0.8109778)
    stim_Input_2[0].del = del1
    stim_Input_2[0].dur = dur1
    stim_Input_2[0].amp = amp1
    stim_Input_2[0].repeat = 0
}

{ n_stim_Input_1 = 1 }
objectvar stim_Input_1[n_stim_Input_1]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg21_apic_29

//  in section: apic_29. For NEURON, this translates to a point 0.62729293 along section: apic_29

a_CellGroup_1[0].apic_29 {
    stim_Input_1[0] = new CurrentClampExt(0.62729293)
    stim_Input_1[0].del = del1
    stim_Input_1[0].dur = dur1
    stim_Input_1[0].amp = amp1
    stim_Input_1[0].repeat = 0
}

{ n_stim_Input_0 = 1 }
objectvar stim_Input_0[n_stim_Input_0]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg24_apic_30

//  in section: apic_30. For NEURON, this translates to a point 0.70271754 along section: apic_30

a_CellGroup_1[0].apic_30 {
    stim_Input_0[0] = new CurrentClampExt(0.70271754)
    stim_Input_0[0].del = del1
    stim_Input_0[0].dur = dur1
    stim_Input_0[0].amp = amp1
    stim_Input_0[0].repeat = 0
}

{ n_stim_Input_29 = 1 }
objectvar stim_Input_29[n_stim_Input_29]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg2_apic_76

//  in section: apic_76. For NEURON, this translates to a point 0.6003576 along section: apic_76

a_CellGroup_2[0].apic_76 {
    stim_Input_29[0] = new CurrentClampExt(0.6003576)
    stim_Input_29[0].del = del2
    stim_Input_29[0].dur = dur2
    stim_Input_29[0].amp = amp2
    stim_Input_29[0].repeat = 0
}

{ n_stim_Input_28 = 1 }
objectvar stim_Input_28[n_stim_Input_28]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg1_apic_77

//  in section: apic_77. For NEURON, this translates to a point 0.3805917 along section: apic_77

a_CellGroup_2[0].apic_77 {
    stim_Input_28[0] = new CurrentClampExt(0.3805917)
    stim_Input_28[0].del = del2
    stim_Input_28[0].dur = dur2
    stim_Input_28[0].amp = amp2
    stim_Input_28[0].repeat = 0
}

{ n_stim_Input_27 = 1 }
objectvar stim_Input_27[n_stim_Input_27]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg12_apic_42

//  in section: apic_42. For NEURON, this translates to a point 0.71109074 along section: apic_42

a_CellGroup_2[0].apic_42 {
    stim_Input_27[0] = new CurrentClampExt(0.71109074)
    stim_Input_27[0].del = del2
    stim_Input_27[0].dur = dur2
    stim_Input_27[0].amp = amp2
    stim_Input_27[0].repeat = 0
}

{ n_stim_Input_26 = 1 }
objectvar stim_Input_26[n_stim_Input_26]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg4_apic_43

//  in section: apic_43. For NEURON, this translates to a point 0.60135305 along section: apic_43

a_CellGroup_2[0].apic_43 {
    stim_Input_26[0] = new CurrentClampExt(0.60135305)
    stim_Input_26[0].del = del2
    stim_Input_26[0].dur = dur2
    stim_Input_26[0].amp = amp2
    stim_Input_26[0].repeat = 0
}

{ n_stim_Input_25 = 1 }
objectvar stim_Input_25[n_stim_Input_25]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg14_apic_111

//  in section: apic_111. For NEURON, this translates to a point 0.78415555 along section: apic_111

a_CellGroup_2[0].apic_111 {
    stim_Input_25[0] = new CurrentClampExt(0.78415555)
    stim_Input_25[0].del = del2
    stim_Input_25[0].dur = dur2
    stim_Input_25[0].amp = amp2
    stim_Input_25[0].repeat = 0
}

{ n_stim_Input_24 = 1 }
objectvar stim_Input_24[n_stim_Input_24]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg24_apic_73

//  in section: apic_73. For NEURON, this translates to a point 0.82427245 along section: apic_73

a_CellGroup_2[0].apic_73 {
    stim_Input_24[0] = new CurrentClampExt(0.82427245)
    stim_Input_24[0].del = del2
    stim_Input_24[0].dur = dur2
    stim_Input_24[0].amp = amp2
    stim_Input_24[0].repeat = 0
}

{ n_stim_Input_23 = 1 }
objectvar stim_Input_23[n_stim_Input_23]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg1_apic_112

//  in section: apic_112. For NEURON, this translates to a point 0.33492234 along section: apic_112

a_CellGroup_2[0].apic_112 {
    stim_Input_23[0] = new CurrentClampExt(0.33492234)
    stim_Input_23[0].del = del2
    stim_Input_23[0].dur = dur2
    stim_Input_23[0].amp = amp2
    stim_Input_23[0].repeat = 0
}

{ n_stim_Input_22 = 1 }
objectvar stim_Input_22[n_stim_Input_22]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg2_apic_115

//  in section: apic_115. For NEURON, this translates to a point 0.4649096 along section: apic_115

a_CellGroup_2[0].apic_115 {
    stim_Input_22[0] = new CurrentClampExt(0.4649096)
    stim_Input_22[0].del = del2
    stim_Input_22[0].dur = dur2
    stim_Input_22[0].amp = amp2
    stim_Input_22[0].repeat = 0
}

{ n_stim_Input_21 = 1 }
objectvar stim_Input_21[n_stim_Input_21]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg2_apic_116

//  in section: apic_116. For NEURON, this translates to a point 0.6407027 along section: apic_116

a_CellGroup_2[0].apic_116 {
    stim_Input_21[0] = new CurrentClampExt(0.6407027)
    stim_Input_21[0].del = del2
    stim_Input_21[0].dur = dur2
    stim_Input_21[0].amp = amp2
    stim_Input_21[0].repeat = 0
}

{ n_stim_Input_20 = 1 }
objectvar stim_Input_20[n_stim_Input_20]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg6_apic_117

//  in section: apic_117. For NEURON, this translates to a point 0.77075535 along section: apic_117

a_CellGroup_2[0].apic_117 {
    stim_Input_20[0] = new CurrentClampExt(0.77075535)
    stim_Input_20[0].del = del2
    stim_Input_20[0].dur = dur2
    stim_Input_20[0].amp = amp2
    stim_Input_20[0].repeat = 0
}

{ n_stim_Input_19 = 1 }
objectvar stim_Input_19[n_stim_Input_19]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg7_apic_43

//  in section: apic_43. For NEURON, this translates to a point 0.13207859 along section: apic_43

a_CellGroup_1[0].apic_43 {
    stim_Input_19[0] = new CurrentClampExt(0.13207859)
    stim_Input_19[0].del = del1
    stim_Input_19[0].dur = dur1
    stim_Input_19[0].amp = amp1
    stim_Input_19[0].repeat = 0
}

{ n_stim_Input_18 = 1 }
objectvar stim_Input_18[n_stim_Input_18]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg21_apic_48

//  in section: apic_48. For NEURON, this translates to a point 0.6469857 along section: apic_48

a_CellGroup_1[0].apic_48 {
    stim_Input_18[0] = new CurrentClampExt(0.6469857)
    stim_Input_18[0].del = del1
    stim_Input_18[0].dur = dur1
    stim_Input_18[0].amp = amp1
    stim_Input_18[0].repeat = 0
}

{ n_stim_Input_17 = 1 }
objectvar stim_Input_17[n_stim_Input_17]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg5_apic_37

//  in section: apic_37. For NEURON, this translates to a point 0.55854285 along section: apic_37

a_CellGroup_1[0].apic_37 {
    stim_Input_17[0] = new CurrentClampExt(0.55854285)
    stim_Input_17[0].del = del1
    stim_Input_17[0].dur = dur1
    stim_Input_17[0].amp = amp1
    stim_Input_17[0].repeat = 0
}

{ n_stim_Input_16 = 1 }
objectvar stim_Input_16[n_stim_Input_16]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg9_apic_81

//  in section: apic_81. For NEURON, this translates to a point 0.7413095 along section: apic_81

a_CellGroup_1[0].apic_81 {
    stim_Input_16[0] = new CurrentClampExt(0.7413095)
    stim_Input_16[0].del = del1
    stim_Input_16[0].dur = dur1
    stim_Input_16[0].amp = amp1
    stim_Input_16[0].repeat = 0
}

{ n_stim_Input_15 = 1 }
objectvar stim_Input_15[n_stim_Input_15]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg1_apic_70

//  in section: apic_70. For NEURON, this translates to a point 0.44752273 along section: apic_70

a_CellGroup_1[0].apic_70 {
    stim_Input_15[0] = new CurrentClampExt(0.44752273)
    stim_Input_15[0].del = del1
    stim_Input_15[0].dur = dur1
    stim_Input_15[0].amp = amp1
    stim_Input_15[0].repeat = 0
}

{ n_stim_Input_14 = 1 }
objectvar stim_Input_14[n_stim_Input_14]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg7_apic_93

//  in section: apic_93. For NEURON, this translates to a point 0.3961846 along section: apic_93

a_CellGroup_1[0].apic_93 {
    stim_Input_14[0] = new CurrentClampExt(0.3961846)
    stim_Input_14[0].del = del1
    stim_Input_14[0].dur = dur1
    stim_Input_14[0].amp = amp1
    stim_Input_14[0].repeat = 0
}

{ n_stim_Input_13 = 1 }
objectvar stim_Input_13[n_stim_Input_13]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg15_apic_76

//  in section: apic_76. For NEURON, this translates to a point 0.4449171 along section: apic_76

a_CellGroup_1[0].apic_76 {
    stim_Input_13[0] = new CurrentClampExt(0.4449171)
    stim_Input_13[0].del = del1
    stim_Input_13[0].dur = dur1
    stim_Input_13[0].amp = amp1
    stim_Input_13[0].repeat = 0
}

{ n_stim_Input_12 = 1 }
objectvar stim_Input_12[n_stim_Input_12]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg7_apic_59

//  in section: apic_59. For NEURON, this translates to a point 0.36395928 along section: apic_59

a_CellGroup_1[0].apic_59 {
    stim_Input_12[0] = new CurrentClampExt(0.36395928)
    stim_Input_12[0].del = del1
    stim_Input_12[0].dur = dur1
    stim_Input_12[0].amp = amp1
    stim_Input_12[0].repeat = 0
}

{ n_stim_Input_11 = 1 }
objectvar stim_Input_11[n_stim_Input_11]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg47_apic_43

//  in section: apic_43. For NEURON, this translates to a point 0.73568606 along section: apic_43

a_CellGroup_1[0].apic_43 {
    stim_Input_11[0] = new CurrentClampExt(0.73568606)
    stim_Input_11[0].del = del1
    stim_Input_11[0].dur = dur1
    stim_Input_11[0].amp = amp1
    stim_Input_11[0].repeat = 0
} 

{ n_stim_Input_10 = 1 }
objectvar stim_Input_10[n_stim_Input_10]


//  Note: the stimulation was specified as being at a point 0.5 along segment: Seg7_apic_47

//  in section: apic_47. For NEURON, this translates to a point 0.3132731 along section: apic_47

a_CellGroup_1[0].apic_47 {
// a_CellGroup_1[0].soma {
    stim_Input_10[0] = new CurrentClampExt(0.3132731)
    stim_Input_10[0].del = del1
    stim_Input_10[0].dur = dur1
    stim_Input_10[0].amp = amp1
    stim_Input_10[0].repeat = 0
}

access Cell2[0].soma

//////////////////////////////////////////////////////////////////////
//   Adding 6 plot(s)
//////////////////////////////////////////////////////////////////////


//   This code pops up a plot of a_CellGroup_1[0].soma.v(0.024999032)

objref CellGroup_1_v
CellGroup_1_v = new Graph(0)
{CellGroup_1_v.size(0,300.0,-90.0,50.0)}
{CellGroup_1_v.view(0, -90.0, 300.0, 140.0, 80, 330, 330, 250)}
{
    CellGroup_1_v.addexpr("a_CellGroup_1[0].soma.v", "a_CellGroup_1[0].soma.v(0.024999032)", 1, 1, 0.8, 0.9, 2)
    graphList[0].append(CellGroup_1_v)
}

//   This code pops up a plot of a_CellGroup_6[0].soma.v(0.024999972)

{
    CellGroup_1_v.addexpr("a_CellGroup_6[0].soma.v", "a_CellGroup_6[0].soma.v(0.024999972)", 2, 1, 0.8, 0.9, 2)
    graphList[0].append(CellGroup_1_v)
}

//   This code pops up a plot of a_CellGroup_3[0].soma.v(0.024999939)

{
    CellGroup_1_v.addexpr("a_CellGroup_3[0].soma.v", "a_CellGroup_3[0].soma.v(0.024999939)", 3, 1, 0.8, 0.9, 2)
    graphList[0].append(CellGroup_1_v)
}

//   This code pops up a plot of a_CellGroup_5[0].soma.v(0.024999993)

{
    CellGroup_1_v.addexpr("a_CellGroup_5[0].soma.v", "a_CellGroup_5[0].soma.v(0.024999993)", 4, 1, 0.8, 0.9, 2)
    graphList[0].append(CellGroup_1_v)
}

//   This code pops up a plot of a_CellGroup_2[0].soma.v(0.025000092)

{
    CellGroup_1_v.addexpr("a_CellGroup_2[0].soma.v", "a_CellGroup_2[0].soma.v(0.025000092)", 5, 1, 0.8, 0.9, 2)
    graphList[0].append(CellGroup_1_v)
}

//   This code pops up a plot of a_CellGroup_4[0].soma.v(0.024999471)

{
    CellGroup_1_v.addexpr("a_CellGroup_4[0].soma.v", "a_CellGroup_4[0].soma.v(0.024999471)", 6, 1, 0.8, 0.9, 2)
    graphList[0].append(CellGroup_1_v)
}

//////////////////////////////////////////////////////////////////////
//   Settings for running the demo
//////////////////////////////////////////////////////////////////////


tstop = 300.0
dt = 0.025
steps_per_ms = 40.0

//////////////////////////////////////////////////////////////////////
//   This will run a full simulation of 4001 steps when the hoc file is executed
//////////////////////////////////////////////////////////////////////


//  Recording 6 variable(s)

objref v_time
objref f_time
objref propsFile

v_time = new Vector()
{ v_time.record(&t) }
{ v_time.resize(4001) }
f_time = new File()


//  Saving VOLTAGE on only one seg, id: 0, in the only cell in CellGroup_1


//  Creating vector for segment: Seg0_soma(ID: 0)

// objref v_CellGroup_1_seg_Seg0_soma_v[1]
// for i=0, 0 {
//    { v_CellGroup_1_seg_Seg0_soma_v[i] = new Vector() }
//    {  v_CellGroup_1_seg_Seg0_soma_v[i].record(&a_CellGroup_1[i].soma.v(0.024999032))} 
//    { v_CellGroup_1_seg_Seg0_soma_v[i].resize(4001) }
// }
//objref f_CellGroup_1_seg_Seg0_soma_v[1]


//  Saving VOLTAGE on only one seg, id: 0, in the only cell in CellGroup_6


//  Creating vector for segment: Seg0_soma(ID: 0)

// objref v_CellGroup_6_seg_Seg0_soma_v[1]
// for i=0, 0 {
//    { v_CellGroup_6_seg_Seg0_soma_v[i] = new Vector() }
//    { v_CellGroup_6_seg_Seg0_soma_v[i].record(&a_CellGroup_6[i].soma.v(0.024999972))} 
//    { v_CellGroup_6_seg_Seg0_soma_v[i].resize(4001) }
// }
// objref f_CellGroup_6_seg_Seg0_soma_v[1]


//  Saving VOLTAGE on only one seg, id: 0, in the only cell in CellGroup_3


//  Creating vector for segment: Seg0_soma(ID: 0)

// objref v_CellGroup_3_seg_Seg0_soma_v[1]
// for i=0, 0 {
//    { v_CellGroup_3_seg_Seg0_soma_v[i] = new Vector() }
//    { v_CellGroup_3_seg_Seg0_soma_v[i].record(&a_CellGroup_3[i].soma.v(0.024999939))} 
//    { v_CellGroup_3_seg_Seg0_soma_v[i].resize(4001) }
// }
// objref f_CellGroup_3_seg_Seg0_soma_v[1]


//  Saving VOLTAGE on only one seg, id: 0, in the only cell in CellGroup_5


//  Creating vector for segment: Seg0_soma(ID: 0)

// objref v_CellGroup_5_seg_Seg0_soma_v[1]
// for i=0, 0 {
//    { v_CellGroup_5_seg_Seg0_soma_v[i] = new Vector() }
//    { v_CellGroup_5_seg_Seg0_soma_v[i].record(&a_CellGroup_5[i].soma.v(0.024999993))} 
//    { v_CellGroup_5_seg_Seg0_soma_v[i].resize(4001) }
// }
// objref f_CellGroup_5_seg_Seg0_soma_v[1]


//  Saving VOLTAGE on only one seg, id: 0, in the only cell in CellGroup_2


//  Creating vector for segment: Seg0_soma(ID: 0)

// objref v_CellGroup_2_seg_Seg0_soma_v[1]
// for i=0, 0 {
//    { v_CellGroup_2_seg_Seg0_soma_v[i] = new Vector() }
//    { v_CellGroup_2_seg_Seg0_soma_v[i].record(&a_CellGroup_2[i].soma.v(0.025000092))} 
//    { v_CellGroup_2_seg_Seg0_soma_v[i].resize(4001) }
// }
// objref f_CellGroup_2_seg_Seg0_soma_v[1]


//  Saving VOLTAGE on only one seg, id: 0, in the only cell in CellGroup_4


//  Creating vector for segment: Seg0_soma(ID: 0)

// objref v_CellGroup_4_seg_Seg0_soma_v[1]
// for i=0, 0 {
//    { v_CellGroup_4_seg_Seg0_soma_v[i] = new Vector() }
//    { v_CellGroup_4_seg_Seg0_soma_v[i].record(&a_CellGroup_4[i].soma.v(0.024999471))} 
//    { v_CellGroup_4_seg_Seg0_soma_v[i].resize(4001) }
// }
// objref f_CellGroup_4_seg_Seg0_soma_v[1]



// strdef simsDir
// simsDir = ""

// strdef simReference
// simReference = "Sim_8c"


//  Note: to change location of the generated simulation files, just change value of targetDir
//  e.g. targetDir="" or targetDir="aSubDir/"

// strdef targetDir
// { sprint(targetDir, "%s%s/", simsDir, simReference)}


//  Single simulation run...

strdef date
// Note: if there is a problem with this line under Windows, it may mean that you will have to install Cygwin// which includes the "date" unix command. Install under c:\cygwin

{system("date +%x,%X:%N", date)}
setuptime = stopsw()

print "Setup time for simulation: ",setuptime," seconds"

print "Starting simulation of duration 300.0 ms, dt: 0.025, reference: Sim_8c at time: ", date, ""

{currenttime = startsw()}
//////////////////////////////////////////////////////////////////////
//   Main run statement
//////////////////////////////////////////////////////////////////////

{run()}

{system("date +%x,%X:%N", date)}
{realruntime = startsw() - currenttime}
print "Finished simulation in ", realruntime ,"seconds"

print "Current time: ", date

// print "Storing the data..."

strdef timeFilename

//  Saving VOLTAGE on only one seg, id: 0, in the only cell in CellGroup_1


//  Saving vector for segment: Seg0_soma(ID: 0)

// for i=0, 0 {
//    f_CellGroup_1_seg_Seg0_soma_v[i] = new File()
//    strdef filename
//    {sprint(filename, "%sCellGroup_1_%d.dat", targetDir, i)}
//    f_CellGroup_1_seg_Seg0_soma_v[i].wopen(filename)
//    v_CellGroup_1_seg_Seg0_soma_v[i].printf(f_CellGroup_1_seg_Seg0_soma_v[i])
//    f_CellGroup_1_seg_Seg0_soma_v[i].close()
// }


//  Saving VOLTAGE on only one seg, id: 0, in the only cell in CellGroup_6


//  Saving vector for segment: Seg0_soma(ID: 0)

// for i=0, 0 {
//    f_CellGroup_6_seg_Seg0_soma_v[i] = new File()
//    strdef filename
//    {sprint(filename, "%sCellGroup_6_%d.dat", targetDir, i)}
//    f_CellGroup_6_seg_Seg0_soma_v[i].wopen(filename)
//    v_CellGroup_6_seg_Seg0_soma_v[i].printf(f_CellGroup_6_seg_Seg0_soma_v[i])
//    f_CellGroup_6_seg_Seg0_soma_v[i].close()
// }


//  Saving VOLTAGE on only one seg, id: 0, in the only cell in CellGroup_3


//  Saving vector for segment: Seg0_soma(ID: 0)

// for i=0, 0 {
//    f_CellGroup_3_seg_Seg0_soma_v[i] = new File()
//    strdef filename
//    {sprint(filename, "%sCellGroup_3_%d.dat", targetDir, i)}
//    f_CellGroup_3_seg_Seg0_soma_v[i].wopen(filename)
//    v_CellGroup_3_seg_Seg0_soma_v[i].printf(f_CellGroup_3_seg_Seg0_soma_v[i])
//    f_CellGroup_3_seg_Seg0_soma_v[i].close()
// }


//  Saving VOLTAGE on only one seg, id: 0, in the only cell in CellGroup_5


//  Saving vector for segment: Seg0_soma(ID: 0)

// for i=0, 0 {
//    f_CellGroup_5_seg_Seg0_soma_v[i] = new File()
//    strdef filename
//    {sprint(filename, "%sCellGroup_5_%d.dat", targetDir, i)}
//    f_CellGroup_5_seg_Seg0_soma_v[i].wopen(filename)
//    v_CellGroup_5_seg_Seg0_soma_v[i].printf(f_CellGroup_5_seg_Seg0_soma_v[i])
//    f_CellGroup_5_seg_Seg0_soma_v[i].close()
// }


//  Saving VOLTAGE on only one seg, id: 0, in the only cell in CellGroup_2


//  Saving vector for segment: Seg0_soma(ID: 0)

// for i=0, 0 {
//    f_CellGroup_2_seg_Seg0_soma_v[i] = new File()
//    strdef filename
//    {sprint(filename, "%sCellGroup_2_%d.dat", targetDir, i)}
//    f_CellGroup_2_seg_Seg0_soma_v[i].wopen(filename)
//    v_CellGroup_2_seg_Seg0_soma_v[i].printf(f_CellGroup_2_seg_Seg0_soma_v[i])
//    f_CellGroup_2_seg_Seg0_soma_v[i].close()
// }


//  Saving VOLTAGE on only one seg, id: 0, in the only cell in CellGroup_4


//  Saving vector for segment: Seg0_soma(ID: 0)

// for i=0, 0 {
//    f_CellGroup_4_seg_Seg0_soma_v[i] = new File()
//    strdef filename
//    {sprint(filename, "%sCellGroup_4_%d.dat", targetDir, i)}
//    f_CellGroup_4_seg_Seg0_soma_v[i].wopen(filename)
//    v_CellGroup_4_seg_Seg0_soma_v[i].printf(f_CellGroup_4_seg_Seg0_soma_v[i])
//    f_CellGroup_4_seg_Seg0_soma_v[i].close()
// }


// { sprint(timeFilename, "%s%s", targetDir, "time.dat")}
// { f_time.wopen(timeFilename) }
// { v_time.printf(f_time) }
// { f_time.close() }

// {savetime = stopsw()}

// propsFile = new File()
// strdef propsFilename
// {sprint(propsFilename, "%ssimulator.props", targetDir)}
// {propsFile.wopen(propsFilename)}
// {propsFile.printf("#This is a list of properties generated by NEURON during the simulation run\n")}
// {propsFile.printf("Host=%s\n", host)}
// {propsFile.printf("RealSimulationTime=%g\n", realruntime)}
// {propsFile.printf("SimulationSaveTime=%g\n", savetime)}
// {propsFile.printf("SimulationSetupTime=%g\n", setuptime)}
// {propsFile.printf("NEURONversion=%s\n", nrnversion())}
// {propsFile.close()}

// print "Data stored in ",savetime, "secs in directory: ", targetDir


//   This code pops up a simple Run Control

{
xpanel("RunControl", 0)
v_init = -65.0
xbutton("Init & Run","run()")
xbutton("Stop","stoprun=1")
t = 0
xvalue("t","t", 2 )
tstop = 300.0
xvalue("Tstop","tstop", 1,"tstop_changed()", 0, 1 )
dt = 0.025
 xvalue("dt","dt", 1,"setdt()", 0, 1 )
xpanel(80,80)
}