Print table of connections inside interconnected system.
Intended primarily for InterconnectedSystem
’s that have been connected implicitly using signal names.
InterconnectedSystem
Interconnected system object.
Instead of printing out the system number, print out the name of each system. Default is False because system name is not usually specified when performing implicit interconnection using interconnect
.
Character width of printed columns.
Examples
>>> P = ct.ss(1,1,1,0, inputs='u', outputs='y', name='P') >>> C = ct.tf(10, [.1, 1], inputs='e', outputs='u', name='C') >>> L = ct.interconnect([C, P], inputs='e', outputs='y') >>> L.connection_table(show_names=True) signal | source | destination -------------------------------------------------------------- e | input | C u | C | P y | P | output
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4