equipment: make sure all OpenROADM EDFAs have "openroadm" in their names

This could be (potentially) annoying to those users who rely on the
default equipment library. However, it brings at least some order into
the current state -- which was rather disorganized.

Suggested-by: Jonas Mårtensson <jonas.martensson@ri.se>
Change-Id: Ifc3ec5f9e0e2526b8621d905160fc82af6a469f2
This commit is contained in:
Jan Kundrát
2021-05-06 20:02:34 +02:00
parent fa834338ab
commit 0f73a8f810
3 changed files with 4 additions and 4 deletions

View File

@@ -227,7 +227,7 @@ In an opensource and multi-vendor environnement, it is needed to support differe
.. code-block:: json-object
"Edfa":[{
"type_variety": "low_noise",
"type_variety": "openroadm_ila_low_noise",
"type_def": "openroadm",
"gain_flatmax": 27,
"gain_min": 12,

View File

@@ -29,7 +29,7 @@
"allowed_for_design": false
},
{
"type_variety": "low_noise",
"type_variety": "openroadm_ila_low_noise",
"type_def": "openroadm",
"gain_flatmax": 27,
"gain_min": 12,
@@ -38,7 +38,7 @@
"allowed_for_design": false
},
{
"type_variety": "standard",
"type_variety": "openroadm_ila_standard",
"type_def": "openroadm",
"gain_flatmax": 27,
"gain_min": 12,

View File

@@ -141,7 +141,7 @@ location is in **gnpy-transmission-example** folder:
.. code-block:: json-object
"Edfa":[{
"type_variety": "low_noise",
"type_variety": "openroadm_ila_low_noise",
"type_def": "openroadm",
"gain_flatmax": 27,
"gain_min": 12,