netpyne.batchtools.runners
Functions:
|
|
|
|
|
|
|
|
|
Classes:
|
- class netpyne.batchtools.runners.Runner_SimConfig(*args, **kwargs)[source]
Bases:
Runner
,SimConfig
Methods:
update
([simConfigDict, force_match])Updates the SimConfig instance with mappings to the runner, called from a SimConfig instance
test_mappings
(mappings)Tests mappings for validity
- update(simConfigDict=None, force_match=False)[source]
Updates the SimConfig instance with mappings to the runner, called from a SimConfig instance
- Parameters:
instance (self - specs (NetpyneRunner) SimConfig)
None) (simConfigDict - optional dictionary to update SimConfig instance (defaults to) –
to be called during initial function call only
- Return type:
None (updates SimConfig instance in place)