-
hello, As described in the picture, Service 1 starts from node A to node B, then we add Service 2 in. After that, Service 1 and Service 2 will transmit on different channels from node B to node C together. I think, on the link B->C, the service 1 and 2 will affect each other, including XPM and SRS, etc. Another question, how to describe the empty channels? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi ZYIAO, this is indeed supported in GNPy. In fact, by default GNPy will assume "full channel load" (as defined via the We have patches under review which will make it easier to define an arbitrary spectrum, mixed rates of channels, etc. |
Beta Was this translation helpful? Give feedback.
-
Hi ZYIAO, have you successfully implemented the situation described above? I currently also want to implement the service shown by you, but I still don't understand how to utilize Gnpy at the moment. Could you give me some guidance? |
Beta Was this translation helpful? Give feedback.
Hi ZYIAO, this is indeed supported in GNPy. In fact, by default GNPy will assume "full channel load" (as defined via the
SpectrumInfo
statement), even when some channels are not populated in the real network. In your example, this means that there will be not just Service 1 and Service 2, but also services 3 to 76. That's very useful for end-of-life simulations, worst-case network dimensioning, etc.We have patches under review which will make it easier to define an arbitrary spectrum, mixed rates of channels, etc.