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 3f9ec30 commit 43f4b02Copy full SHA for 43f4b02
src/systems/analysis_points.jl
@@ -5,10 +5,10 @@
5
Create an AnalysisPoint for linear analysis. Analysis points can be created by calling
6
7
```
8
-connect(in, :ap_name, out...)
+connect(out, :ap_name, in...)
9
10
11
-Where `in` is the input to the connection, and `out...` are the outputs. All involved
+Where `out` is the output being connected to the inputs `in...`. All involved
12
connectors (input and outputs) are required to either have an unknown named
13
`u` or a single unknown, all of which should have the same size.
14
0 commit comments