Open sanjayankur31 opened 1 year ago
@sanjayankur31 could you please provide a test case?
Sure---I ran into this when trying to record state variables here:
I didn't know that one needed to use the :
operator, so I was trying things like this:
TestPop/0/0/synapses/probAMPANMDASyn/0/i_AMPA
I ended up adding a quick check like this to get some more info:
https://github.com/NeuroML/org.neuroml.export/commit/16ab87e7757ba47e4994f53cad3b7a5f2e831846
I added info on the :
operator to docs now (but worth checking if I've written it all correctly please):
At the moment, while trying to get the correct path to record from a synapse, the errors are not very helpful to users. They're of this form:
I wonder if it is possible for us to print some more information, for example---what
component
was it trying to get thecomponentType
of? That'll help users figure out where the error is in the path.