Is there a "restore to initiation defaults" command?
Posted: Mon Aug 05, 2013 10:11 am
I have designed a few experimental designs, each exported to its own session (*.ses) file.
I am now writing some code which iterates over the scenarios and save some parameters of the current simulation.
An example for such scenarios are : (a) Load morphology 1 and inject current at dend[200] for 10ms. (b) Load Morphology 2 and inject current at soma[0] for 1 ms.
The iteration is performed as I want to check for each scenario the maximum voltage change (in each of the scenarios) at axon[4].
As each scenario is independent and stands on its own (not incremental) I am wondering if there is a simple command that deletes all existing variables\morphologies\mechanisms, closes all opened windows and practically restores the system to the state of just invoking the GUI.
This will make my implementation very easy :
Load session1 // In which the right parameters for the experiment are defined
print axon[4].v
restoredefualts()
Load session2
print axon[4].v
So, does this kind of command really exist?
Thanks.
I am now writing some code which iterates over the scenarios and save some parameters of the current simulation.
An example for such scenarios are : (a) Load morphology 1 and inject current at dend[200] for 10ms. (b) Load Morphology 2 and inject current at soma[0] for 1 ms.
The iteration is performed as I want to check for each scenario the maximum voltage change (in each of the scenarios) at axon[4].
As each scenario is independent and stands on its own (not incremental) I am wondering if there is a simple command that deletes all existing variables\morphologies\mechanisms, closes all opened windows and practically restores the system to the state of just invoking the GUI.
This will make my implementation very easy :
Load session1 // In which the right parameters for the experiment are defined
print axon[4].v
restoredefualts()
Load session2
print axon[4].v
So, does this kind of command really exist?
Thanks.