mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2025-11-01 18:47:48 +00:00
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:
committed by
Jan Kundrát
parent
14591c7a11
commit
62fa9ab0b0
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user