connect two ports of a single n-port network.
this results in a (n-2)-port network. remember port indecies start from 0.
Parameters : | ntwkA : Network
k : int
l : int
|
---|---|
Returns : | ntwkC : Network
|
See also
Notes
a 2-port ‘mismatch’ network between the two connected ports.
Examples
To connect ports ‘0’ and port ‘1’ on ntwkA
>>> ntwkA = mv.Network('ntwkA.s3p')
>>> ntwkC = mv.innerconnect(ntwkA, 0,1)