skrf.network
skrf.frequency
skrf.networkSet
skrf.plotting
skrf.taper
skrf.calibration.calibration
skrf.calibration.deembedding
skrf.vi
skrf.vi.vna
skrf.vectorFitting
skrf.qfactor
skrf.time
skrf.circuit
skrf.media.device
skrf.mathFunctions
skrf.tlineFunctions
skrf.instances
skrf.constants
skrf.data
skrf.util
Copy 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
None
Examples
>>> a = rf.N() >>> b = rf.N('my_file.s2p') >>> a.copy_from (b)