Dear NEST users,
In the past version, for debugging purposes I used to get information of my source and target using the GetStatus function.
However, with NEST 3.0, I couldn't find a way to do so, mainly because I have to pass either a SynpaseCollection or NeuronCollection as a function argument to GetStatus. Is it possible to fetch node collection from neuron id? Or any easier way to get source and target properties.
I have attached the python file for the same.