cascade two 2-port Networks together
connects port 1 of ntwkA to port 0 of ntwkB. This calls connect(ntwkA,1, ntwkB,0), which is a more general function.
ntwkA : Network
network ntwkA
ntwkB : Network
network ntwkB
C : Network
the resultant network of ntwkA cascaded with ntwkB
See also
Enter search terms or a module, class or function name.