netpyne.network.conn

Module for creating network connections

Functions:

connectCells(self)

Function for/to <short description of netpyne.network.conn.connectCells>

fullConn(self, preCellsTags, postCellsTags, ...)

Function for/to <short description of netpyne.network.conn.fullConn>

generateRandsPrePost(self, pre, post)

Function for/to <short description of netpyne.network.conn.generateRandsPrePost>

probConn(self, preCellsTags, postCellsTags, ...)

Function for/to <short description of netpyne.network.conn.probConn>

randUniqueInt(self, r, N, vmin, vmax)

Function for/to <short description of netpyne.network.conn.randUniqueInt>

convConn(self, preCellsTags, postCellsTags, ...)

Function for/to <short description of netpyne.network.conn.convConn>

divConn(self, preCellsTags, postCellsTags, ...)

Function for/to <short description of netpyne.network.conn.divConn>

fromListConn(self, preCellsTags, ...)

Function for/to <short description of netpyne.network.conn.fromListConn>

netpyne.network.conn.connectCells(self)[source]

Function for/to <short description of netpyne.network.conn.connectCells>

Parameters:

self (<type>) – <Short description of self> Default: required

netpyne.network.conn.fullConn(self, preCellsTags, postCellsTags, connParam)[source]

Function for/to <short description of netpyne.network.conn.fullConn>

Parameters:
  • self (<type>) – <Short description of self> Default: required

  • preCellsTags (<type>) – <Short description of preCellsTags> Default: required

  • postCellsTags (<type>) – <Short description of postCellsTags> Default: required

  • connParam (<type>) – <Short description of connParam> Default: required

netpyne.network.conn.generateRandsPrePost(self, pre, post)[source]

Function for/to <short description of netpyne.network.conn.generateRandsPrePost>

Parameters:
  • self (<type>) – <Short description of self> Default: required

  • pre (<type>) – <Short description of pre> Default: required

  • post (<type>) – <Short description of post> Default: required

netpyne.network.conn.probConn(self, preCellsTags, postCellsTags, connParam)[source]

Function for/to <short description of netpyne.network.conn.probConn>

Parameters:
  • self (<type>) – <Short description of self> Default: required

  • preCellsTags (<type>) – <Short description of preCellsTags> Default: required

  • postCellsTags (<type>) – <Short description of postCellsTags> Default: required

  • connParam (<type>) – <Short description of connParam> Default: required

netpyne.network.conn.randUniqueInt(self, r, N, vmin, vmax)[source]

Function for/to <short description of netpyne.network.conn.randUniqueInt>

Parameters:
  • self (<type>) – <Short description of self> Default: required

  • r (<type>) – <Short description of r> Default: required

  • N (<type>) – <Short description of N> Default: required

  • vmin (<type>) – <Short description of vmin> Default: required

  • vmax (<type>) – <Short description of vmax> Default: required

netpyne.network.conn.convConn(self, preCellsTags, postCellsTags, connParam)[source]

Function for/to <short description of netpyne.network.conn.convConn>

Parameters:
  • self (<type>) – <Short description of self> Default: required

  • preCellsTags (<type>) – <Short description of preCellsTags> Default: required

  • postCellsTags (<type>) – <Short description of postCellsTags> Default: required

  • connParam (<type>) – <Short description of connParam> Default: required

netpyne.network.conn.divConn(self, preCellsTags, postCellsTags, connParam)[source]

Function for/to <short description of netpyne.network.conn.divConn>

Parameters:
  • self (<type>) – <Short description of self> Default: required

  • preCellsTags (<type>) – <Short description of preCellsTags> Default: required

  • postCellsTags (<type>) – <Short description of postCellsTags> Default: required

  • connParam (<type>) – <Short description of connParam> Default: required

netpyne.network.conn.fromListConn(self, preCellsTags, postCellsTags, connParam)[source]

Function for/to <short description of netpyne.network.conn.fromListConn>

Parameters:
  • self (<type>) – <Short description of self> Default: required

  • preCellsTags (<type>) – <Short description of preCellsTags> Default: required

  • postCellsTags (<type>) – <Short description of postCellsTags> Default: required

  • connParam (<type>) – <Short description of connParam> Default: required