Merge work : Transceiver type added in equipment library

Transceiver type added to include this equipment in the building of the
library

Signed-off-by: EstherLerouzic <esther.lerouzic@orange.com>
This commit is contained in:
EstherLerouzic
2018-06-13 15:52:55 +01:00
parent 01fe5d2147
commit 2ca141baba

View File

@@ -18,6 +18,7 @@ Model = namedtuple('Model', 'nf1 nf2 delta_p')
Fiber = namedtuple('Fiber', 'type_variety dispersion gamma')
Spans = namedtuple('Spans', 'max_length length_units max_loss padding EOL con_loss')
Roadms = namedtuple('Roadms', 'loss')
Transceiver = namedtuple('Transceiver', 'type_variety frequency mode')
SI = namedtuple('SI', 'f_min Nch baud_rate spacing roll_off power')
EdfaBase = namedtuple(
'EdfaBase',