Creates a new Stream containing num copies of this trace.
Example
>>> from obspy import read >>> tr = read()[0] >>> st = tr * 5 >>> len(st) 5
Enter search terms or a module, class or function name.