So I reconstructed the whole network from beginning and then connected them through
static_synapse with trained weights and it worked .
But I want to know how I can set the lambda as 0 after training because if I am doing
nest.GetConnections() then I am not getting the property of lambda to modify so how can I
set just the lambda as 0 after training for testing the model?