mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2025-11-01 18:47:48 +00:00
As a bonus, in the Python shell, `help(gnpy)`, `help(gnpy.core)`, etc, now produce at least some useful information. Change-Id: I76ade6f2456fcebd3c0a147374815dd245dc4b10
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`.
|
|
'''
|