–redesign-per-request option for Path_Request #528
-
|
Hi Team,
1)Does Option give out a optimum scenario considering all the requests or the Worst case scenario? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Dear @akhil-mutike , Hope this helps! |
Beta Was this translation helpful? Give feedback.
Dear @akhil-mutike ,
The default design settings for the path-request-run script have been modified starting from v2.11. Before this release, the network was systematically redesign for each candidate in the service list, each request playing as a new candidate reference channel for the design. This behaviour led to non intuitive behaviour of the gnpy-path-request script, since the gain or delta_p of amplifiers could change at each request. After v2.11, it was decided to have the script behaviour be aligned with a standard planning tool: design is performed once for the reference channel defined in the SI block of the eqpt_config, and requests are propagated based on this design. The --re…