@@ -2086,10 +2086,8 @@ def interconnect(
2086
2086
2087
2087
inplist : list of input connections, optional
2088
2088
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:
2093
2091
2094
2092
[input-spec1, input-spec2, ...]
2095
2093
@@ -2102,11 +2100,10 @@ def interconnect(
2102
2100
2103
2101
outlist : list of output connections, optional
2104
2102
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, ...]
2110
2107
2111
2108
If an output connection contains more than one signal specification,
2112
2109
then those signals are added together (multiplying by the any gain
0 commit comments