NetworkSim.simulation.tools.performance_analysis
.get_transfer_delay¶
-
NetworkSim.simulation.tools.performance_analysis.
get_transfer_delay
(simulator, include_pd=True)[source]¶ Function to compute the transfer delay latency of the defined network.
- Parameters
simulator (BaseSimulator) – The simulator used to create the network.
include_pd (bool) – If propagation delay is considered. Default is
True
.
- Returns
transfer_delay – The estimated average transfer delay latency of the network.
- Return type
float