The "format" parameter on the Transceiver #434
-
Hello everyone. I have a question about the "Transceiver" in the field "format". What does "format" mean besides ID mode? Because, in parameters of "Transceiver", "format" is set to "mode 1", "mode 2", "mode 3" or "mode 4". What does each "mode" represents? Is that can be the type of modulation format? I searched in documentation and I didn't find explanation about what this field means. A example in code GNpy: "Transceiver":[
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yes. It is just a free-form identification to distinguish between different modes that the transponder supports. The actual value is not important for GNPy, its only role is an identifier for requesting or returning a given mode. Using descriptive mode names such as "200G 16QAM SD-FEC" is recommended, see, e.g., our examples for OpenROADM. |
Beta Was this translation helpful? Give feedback.
Just to clarify -- GNPy itself does not care whether a signal uses 4, 16, 64 or, e.g., 256 modulation states. What matters for the actual simulation engine is the symbol rate and the roll-of shape of the spectrum. The more symbols the higher are the GSNR requirements, but that's implemented explicitly via the "minimal required GSNR" parameter for each optical mode.