Hi,
I would essentially like to run 2 different simulations (from two different models) and compare the results. Is there a way I can use simLabel to label them and extract the simulation data from each run?
For example, I would label the first model sim1 and would like to use something like sim1.allSimData.V_soma['cell_0']
and from the second model sim2 would like to use something like sim2.allSimData.V_soma['cell_0'] to compare the voltages of a cell.
I've tried using simConfig.simLabel = 'sim1' and simConfig.simLabel = 'sim2', but that didn't work.
Any insight would be appreciated.
Thank you
Maliha