netpyne.conversion.pythonScript module

Module for exporting models as Python scripts

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]