Copies the contents of another Network into self
Uses copy, so that the data is passed-by-value, not reference
other : Network
the network to copy the contents of
Examples
>>> a = rf.N() >>> b = rf.N('my_file.s2p') >>> a.copy_from (b)
skrf.network.Network.copy
skrf.network.Network.flip
Enter search terms or a module, class or function name.