netpyne.specs.simConfig

Module containing SimConfig class including simulation configuration and methods

Classes:

SimConfig([simConfigDict])

Class to hold simulation configuration parameters

class netpyne.specs.simConfig.SimConfig(simConfigDict=None)[source]

Bases: object

Class to hold simulation configuration parameters

Methods:

get(k[, d])

save(filename)

setParam(param, value)

addAnalysis(func, params)

todict()

update(*args, **kwargs)

This method is implemented in batchtools, which requires the batchtk package to be installed.

validateDataSaveOptions([printWarning])

get(k, d=None)[source]
save(filename)[source]
setParam(param, value)[source]
addAnalysis(func, params)[source]
todict()[source]
update(*args, **kwargs)[source]

This method is implemented in batchtools, which requires the batchtk package to be installed. If you are seeing this message when calling help, it indicates there is an issue with your current batchtools installation

validateDataSaveOptions(printWarning=True)[source]