connect two ports of a single n-port network.
this results in a (n-2)-port network. remember port indices start from 0.
Parameters : | ntwkA : Network
k,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 = rf.Network('ntwkA.s3p')
>>> ntwkC = rf.innerconnect(ntwkA, 0,1)