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)
| 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 | """ |
no test coverage detected