Skip to content

Commit 421131c

Browse files
committed
updated documentation per comment from @bonidydy in #1015
1 parent 2e872f8 commit 421131c

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

control/nlsys.py

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2086,10 +2086,8 @@ def interconnect(
20862086
20872087
inplist : list of input connections, optional
20882088
List of connections for how the inputs for the overall system are
2089-
mapped to the subsystem inputs. The input specification is similar to
2090-
the form defined in the connection specification, except that
2091-
connections do not specify an input-spec, since these are the system
2092-
inputs. The entries for a connection are thus of the form:
2089+
mapped to the subsystem inputs. The entries for a connection are
2090+
of the form:
20932091
20942092
[input-spec1, input-spec2, ...]
20952093
@@ -2102,11 +2100,10 @@ def interconnect(
21022100
21032101
outlist : list of output connections, optional
21042102
List of connections for how the outputs from the subsystems are
2105-
mapped to overall system outputs. The output connection
2106-
description is the same as the form defined in the inplist
2107-
specification (including the optional gain term). Numbered outputs
2108-
must be chosen from the list of subsystem outputs, but named
2109-
outputs can also be contained in the list of subsystem inputs.
2103+
mapped to overall system outputs. The entris for a connection are
2104+
of the form:
2105+
2106+
[output-spec1, output-spec2, ...]
21102107
21112108
If an output connection contains more than one signal specification,
21122109
then those signals are added together (multiplying by the any gain

0 commit comments

Comments
 (0)