mwavepy.network.de_embed

mwavepy.network.de_embed(ntwkA, ntwkB)

de-embed ntwkA from ntwkB. this calls ntwkA.inv**ntwkB. the syntax of cascading an inverse is more explicit, it is recomended that it be used instead of this function.

Parameters :

ntwkA : Network

network ntwkA

ntwkB : Network

network ntwkB

Returns :

C : Network

the resultant network of ntwkB de-embeded from ntwkA

See also

connect
connects two Networks together at arbitrary ports.

Previous topic

mwavepy.network.cascade

Next topic

mwavepy.network.average

This Page