We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c6fb1 commit aa9ef95Copy full SHA for aa9ef95
1 file changed
control/nlsys.py
@@ -2132,8 +2132,8 @@ def interconnect(
2132
If a system is duplicated in the list of systems to be connected,
2133
a warning is generated and a copy of the system is created with the
2134
name of the new system determined by adding the prefix and suffix
2135
- strings in config.defaults['iosys.linearized_system_name_prefix']
2136
- and config.defaults['iosys.linearized_system_name_suffix'], with the
+ strings in config.defaults['iosys.duplicate_system_name_prefix']
+ and config.defaults['iosys.duplicate_system_name_suffix'], with the
2137
default being to add the suffix '$copy' to the system name.
2138
2139
In addition to explicit lists of system signals, it is possible to
0 commit comments