netpyne.conversion.pythonScript

Module for exporting models as Python scripts

Functions:

createPythonScript(fname, netParams, simConfig)

Function for/to <short description of netpyne.conversion.pythonScript.createPythonScript>

createPythonNetParams(fname, netParams)

createPythonSimConfig(fname, simConfig[, ...])

prepareNetParams(netParams)

prepareSimConfig(simConfig)

writeToFile(fname[, netParams, simConfig, ...])

netpyne.conversion.pythonScript.createPythonScript(fname, netParams, simConfig)[source]

Function for/to <short description of netpyne.conversion.pythonScript.createPythonScript>

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

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

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

netpyne.conversion.pythonScript.createPythonNetParams(fname, netParams)[source]
netpyne.conversion.pythonScript.createPythonSimConfig(fname, simConfig, varName=None)[source]
netpyne.conversion.pythonScript.prepareNetParams(netParams)[source]
netpyne.conversion.pythonScript.prepareSimConfig(simConfig)[source]
netpyne.conversion.pythonScript.writeToFile(fname, netParams=None, simConfig=None, simConfigVarName='simConfig', writeHeader=True, writeSimulation=True)[source]