mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2025-11-02 02:57:52 +00:00
Correct calculation of NF for OpenROADM amps
This fixes #420. In order to be consistent with the OpenROADM MSA, the input power per channel used for calculating incremental OSNR and NF should be scaled to 50 GHz slot width. Signed-off-by: Jonas Mårtensson <jonas.martensson@ri.se> Change-Id: I64ca3e4cad6399f308827f4161d7c6b89be9d2ca
This commit is contained in:
committed by
Jan Kundrát
parent
57e98d7173
commit
99b2a554dc
@@ -27,6 +27,7 @@ def edfa_nf(gain_target, variety_type, equipment):
|
||||
)
|
||||
amp.pin_db = 0
|
||||
amp.nch = 88
|
||||
amp.slot_width = 50e9
|
||||
return amp._calc_nf(True)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user