Add PMD and PDL in amplifiers

Both PMD and PDL is set to 0 by default. Values from the OpenROADM MSA
for ILAs are included in corresponding eqpt files.

Signed-off-by: Jonas Mårtensson <jonas.martensson@ri.se>
Change-Id: I79611db3ae798e9dadc47ee39161dc1e242f2595
This commit is contained in:
Jonas Mårtensson
2021-11-25 09:03:11 +01:00
committed by Jan Kundrát
parent 14591c7a11
commit 62fa9ab0b0
6 changed files with 28 additions and 6 deletions

View File

@@ -172,7 +172,9 @@ class Amp(_JsonThing):
'gain_ripple': None,
'out_voa_auto': False,
'allowed_for_design': False,
'raman': False
'raman': False,
'pmd': 0,
'pdl': 0
}
def __init__(self, **kwargs):