emodelrunner.configuration.subgroups¶
Dataclasses containing subgroups of config data.
Classes
|
Contains paths relative to hoc files creation. |
|
Contains data relative to morphology. |
|
Contains data relative to the presynaptic cell stimuli. |
|
Contains data needed to create protocols. |
|
Contains data needed to create synapse mechanimsms. |
- class emodelrunner.configuration.subgroups.HocPaths(hoc_dir: str, cell_hoc_filename: str, simul_hoc_filename: str, run_hoc_filename: str, syn_dir: str, syn_dir_for_hoc: str, syn_hoc_filename: str, main_protocol_filename: str)[source]¶
Bases:
object
Contains paths relative to hoc files creation.
- class emodelrunner.configuration.subgroups.MorphArgs(morph_path: str, do_replace_axon: bool, axon_hoc_path: Optional[str] = None)[source]¶
Bases:
object
Contains data relative to morphology.
- class emodelrunner.configuration.subgroups.PresynStimArgs(stim_train: float, amp: float, width: float)[source]¶
Bases:
object
Contains data relative to the presynaptic cell stimuli.