netpyne.batchtools.runners
Functions:
|
|
|
Classes:
|
- class netpyne.batchtools.runners.Runner_SimConfig(*args, **kwargs)[source]
Bases:
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
save
(filename)Saves the SimConfig instance to a file
- 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)
- test_mappings(mappings)[source]
Tests mappings for validity
- Parameters:
test (mappings - dictionary of mappings to)
- Return type:
bool - True if mappings are valid, False otherwise