Hi everyone,
I am SUN, working in RIKEN, Japan. I am working on one issue. I am useing the GetConnections to get the weights and keep it in the text. connections = nest.GetConnections(source, target) When I want to update the weight with the new information. I am using this: conn=nest.GetConnections(gid,gid) nest.SetStatus(conn, newweight)
But it is not working, do you have any ideas?
Best wishes, Sun