Removes the traffic matrix in a specific position of the sequence
Parameters : | i : int
|
---|---|
Returns : | tm : TrafficMatrix
|
Raises : | IndexError : if list is empty or index is out of range. |
Examples
>>> import fnss
>>> tms = fnss.TrafficMatrixSequence()
>>> tm = TrafficMatrix()
>>> tms.append(tm)
>>> tms.remove(tm)