mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2025-11-02 11:07:57 +00:00
fix typos
Change-Id: I0a4d2c14c5e873dd521736525bb9b10c9b70975b
This commit is contained in:
committed by
EstherLerouzic
parent
fe811f725c
commit
6661907c1d
@@ -72,7 +72,7 @@ class Bitmap:
|
|||||||
OMSParams = namedtuple('OMSParams', 'oms_id el_id_list el_list')
|
OMSParams = namedtuple('OMSParams', 'oms_id el_id_list el_list')
|
||||||
|
|
||||||
class OMS:
|
class OMS:
|
||||||
""" OMS class is the logical container that represent a link betwoeen two adjacent ROADMs and
|
""" OMS class is the logical container that represent a link between two adjacent ROADMs and
|
||||||
records the crossed elements and the occupied spectrum
|
records the crossed elements and the occupied spectrum
|
||||||
"""
|
"""
|
||||||
def __init__(self, *args, **params):
|
def __init__(self, *args, **params):
|
||||||
@@ -102,7 +102,7 @@ class OMS:
|
|||||||
""" frequencies expressed in Hz
|
""" frequencies expressed in Hz
|
||||||
"""
|
"""
|
||||||
if existing_spectrum is None:
|
if existing_spectrum is None:
|
||||||
# add some 150 GHz margin to eable a center channel on f_min
|
# add some 150 GHz margin to enable a center channel on f_min
|
||||||
# use ITU-T G694.1
|
# use ITU-T G694.1
|
||||||
# Flexible DWDM grid definition
|
# Flexible DWDM grid definition
|
||||||
# For the flexible DWDM grid, the allowed frequency slots have a nominal
|
# For the flexible DWDM grid, the allowed frequency slots have a nominal
|
||||||
|
|||||||
Reference in New Issue
Block a user