mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2025-10-30 17:47:50 +00:00
Let's use the pythonic indenting, quoting and structure in general as specified in PEP 0257. Change-Id: Icd0b4fbd94dabd9a163ae3f6887b236e76c486ab
10 lines
356 B
Python
10 lines
356 B
Python
"""
|
|
Simulation of signal propagation in the DWDM network
|
|
|
|
Optical signals, as defined via :class:`.info.SpectralInformation`, enter
|
|
:py:mod:`.elements` which compute how these signals are affected as they travel
|
|
through the :py:mod:`.network`.
|
|
The simulation is controlled via :py:mod:`.parameters` and implemented mainly
|
|
via :py:mod:`.science_utils`.
|
|
"""
|