NRP Core  1.4.1
brain_devices Namespace Reference

Functions

def PoissonSpikeGenerator (nest, name, neurons, n=1, conn_spec='all_to_all')
 
def DCSource (nest, name, neurons, n=1, conn_spec='all_to_all')
 
def LeakyIntegrator (nest, name, neurons, n, n_type, leaky_params, conn_spec, delay)
 
def LeakyIntegratorAlpha (nest, name, neurons, n=1, conn_spec='all_to_all')
 
def LeakyIntegratorExp (nest, name, neurons, n=1, conn_spec='all_to_all')
 
def PoissonSpikeGenerator (nest, neurons, n=1, conn_spec='all_to_all')
 
def DCSource (nest, neurons, n=1, conn_spec='all_to_all')
 
def LeakyIntegrator (nest, neurons, n, n_type, leaky_params, conn_spec, delay)
 
def LeakyIntegratorAlpha (nest, neurons, n=1, conn_spec='all_to_all')
 
def LeakyIntegratorExp (nest, neurons, n=1, conn_spec='all_to_all')
 

Function Documentation

◆ DCSource() [1/2]

def brain_devices.DCSource (   nest,
  name,
  neurons,
  n = 1,
  conn_spec = 'all_to_all' 
)

◆ DCSource() [2/2]

def brain_devices.DCSource (   nest,
  neurons,
  n = 1,
  conn_spec = 'all_to_all' 
)

◆ LeakyIntegrator() [1/2]

def brain_devices.LeakyIntegrator (   nest,
  name,
  neurons,
  n,
  n_type,
  leaky_params,
  conn_spec,
  delay 
)

◆ LeakyIntegrator() [2/2]

def brain_devices.LeakyIntegrator (   nest,
  neurons,
  n,
  n_type,
  leaky_params,
  conn_spec,
  delay 
)

◆ LeakyIntegratorAlpha() [1/2]

def brain_devices.LeakyIntegratorAlpha (   nest,
  name,
  neurons,
  n = 1,
  conn_spec = 'all_to_all' 
)

◆ LeakyIntegratorAlpha() [2/2]

def brain_devices.LeakyIntegratorAlpha (   nest,
  neurons,
  n = 1,
  conn_spec = 'all_to_all' 
)

◆ LeakyIntegratorExp() [1/2]

def brain_devices.LeakyIntegratorExp (   nest,
  name,
  neurons,
  n = 1,
  conn_spec = 'all_to_all' 
)

◆ LeakyIntegratorExp() [2/2]

def brain_devices.LeakyIntegratorExp (   nest,
  neurons,
  n = 1,
  conn_spec = 'all_to_all' 
)

◆ PoissonSpikeGenerator() [1/2]

def brain_devices.PoissonSpikeGenerator (   nest,
  name,
  neurons,
  n = 1,
  conn_spec = 'all_to_all' 
)

◆ PoissonSpikeGenerator() [2/2]

def brain_devices.PoissonSpikeGenerator (   nest,
  neurons,
  n = 1,
  conn_spec = 'all_to_all' 
)