Query on SI parameters #472
-
Hi, Have below queries on SI and Span parameters and need help to understand better: power_dbm – Is it the per channel power coming out of the amplifier or per channel launch power into the fiber? baud_rate and spacing are present both under SI parameters and Transceiver parameters. How and where are they used? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Dear SaiBhyri SI contains the reference channel type used for network design (if no settings are set on amplifiers)
If no settings are set on (some or all) amplifiers the simulator automatically selects one amplifier type_variety among the ones defined in the library that can support the total power target and gain. The total power target is computed for the target amount of channels of the reference type defined in SI. So each amplifier must support
power_dbm is the target power per channel at the output of amplifiers. If a fiber is connected to this amp, then this corresponds to the per channel target power at the input of the fiber span = input power per span. The optimum input power per span is not the same for all spans (depends on length and loss), so delta_power_range_db enables a range around power_dbm to optimize the input power per span. This deviation around power_dbm is recorded into delta_p in each amplifier instance in the topology. When set to [0, 0, xxx] no optimization is done, so the design strictly uses power_dbm. If the amplifier instance already contains a setting, no computation or optimization are applied and the user settings are applied unless they are not consistent (for example in case settings are not consistent with max power of amplifier type_variety). If the amplifier maximum power can not support the computed amount of channels with this target power, a reduction is applied and recorded into delta_p. power_range_db exactly does what you say, a power sweep: (after performing a design for the target channel with power power_dbm, if no settings are present in one or some amplifiers), it propagates a signal for the same type of channel but different target powers. Computed gains remain the ones of the design unless the new computed target_power per channel hits the max power of this amplifier type_variety. This feature enables to explore different target power and identify the best one (to maximize GSNR for example). In case amplifiers had non zero delta_p defined in their operationnal settings, these are also applied so that the whole link target powers are translated up or down depending on the range. Hope this helps, regards |
Beta Was this translation helpful? Give feedback.
-
Hi Esther, Need your help on further queries:
Thanks, |
Beta Was this translation helpful? Give feedback.
-
Dear sai, here are some answers:
yes, it selects the one with lowest NF
No, each request performance is computed independantly from the other request: the propagation is performed full load (according to request setting) for the same channel (all channels with the same power, baudrate, spacing, ... settings). If you want to simulate mixed channel, you must use transmission program with the -spectrum option.
Selection of amplifier is performed base on the reference channel defined in SI part of eqpt_config.json input. Then propagation for each request uses this very first design. so the amplifier type do not depend on the requests. The gain target or delta_p may however be reduced if the request specifies the channel type and number that leads to a total power that exceeds chosen amp capability (saturation).
optimum channel power is performed per OMS. so in your example Site2 settings is independant from Site1 settings.
if you are talking of delta_ power_range_db defined in Span:
power_range_db (from SI) is no used with path-request-run. hope this helps regards |
Beta Was this translation helpful? Give feedback.
-
Thanks Esther. Regards, |
Beta Was this translation helpful? Give feedback.
Dear SaiBhyri
SI contains the reference channel type used for network design (if no settings are set on amplifiers)
If no settings are set on (some or all) amplifiers the simulator automatically selects one amplifier type_variety among the ones defined in the library that can support the total pow…