MCPcopy Create free account
hub / github.com/ActiveState/code / updateIpEmm

Method updateIpEmm

recipes/Python/577994_EMMG_simulator/recipe-577994.py:251–256  ·  view source on GitHub ↗

Update IP Emm length according to new requiredBW and new file. This method DOES NOT negotiate with Mux new BW Threshold, if requiredBW exceeds present threshold

(self, inputFile, requiredBW)

Source from the content-addressed store, hash-verified

249 return SectionPerCycle
250
251 def updateIpEmm (self, inputFile, requiredBW):
252 """
253 Update IP Emm length according to new requiredBW and new file.
254 This method DOES NOT negotiate with Mux new BW Threshold, if requiredBW exceeds present threshold
255 """
256 self._buildIpEmm_(inputFile, requiredBW)
257
258 def prepare_channel_setup_Msg (self):
259 """

Callers 1

recipe-577994.pyFile · 0.80

Calls 1

_buildIpEmm_Method · 0.95

Tested by

no test coverage detected