Skip to content

How to set a spectrum of C+L band? #508

Answered by EstherLerouzic
hhingdihun asked this question in Q&A
Discussion options

You must be logged in to vote

Dear @hhingdihun

Thanks for using GNPy!

You may set the C+L spectrum by using the --spectrum option defining your two spectrum partitions. https://gnpy.readthedocs.io/en/master/json.html#equalization-choices:~:text=much%20as%20possible.-,SpectralInformation,-%C2%B6
for example stating a spectrum like this one:

{ "spectrum":[ { "f_min": 186.1e12, "f_max":190.9e12, "baud_rate": 32e9, "slot_width": 75e9, "delta_pdb": 0, "roll_off": 0.15, "tx_osnr": 40, "label": "mode_1" }, { "f_min": 191.3e12, "f_max":196.1e12, "baud_rate": 32e9, "slot_width": 75e9, "roll_off": 0.15, "tx_osnr": 40, "label": "mode_2" } ] }

However, please note that although the fiber modelling properly supports multiband case…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by EstherLerouzic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants