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
Return the overlapping parts of two Networks, interpolating if needed.
If frequency vectors for each ntwk don’t perfectly overlap, then ntwkB is interpolated so that the resultant networks have identical frequencies.
ntwkA (Network) – a ntwk which overlaps ntwkB. (the dominant network)
Network
ntwkB (Network) – a ntwk which overlaps ntwkA.
ntwkA_new (Network) – part of ntwkA that overlapped ntwkB
ntwkB_new (Network) – part of ntwkB that overlapped ntwkA, possibly interpolated
tuple[Network, Network]
See also
skrf.frequency.overlap_freq(), skrf.network.overlap_multi()
skrf.frequency.overlap_freq()
skrf.network.overlap_multi()