Skip to content

Commit 0fbd414

Browse files
authored
Merge pull request #227 from SciML/fb/ltdocs
add info annotation with common mistake
2 parents 8f82116 + a3d4c49 commit 0fbd414

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Blocks/analysis_points.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,11 @@ get_comp_sensitivity
520520
521521
Compute the (linearized) loop-transfer function in analysis point `ap`, from `ap.out` to `ap.in`.
522522
523+
!!! info "Negative feedback"
524+
525+
Feedback loops often use negative feedback, and the computed loop-transfer function will in this case have the negative feedback included. Standard analysis tools often assume a loop-transfer function without the negative gain built in, and the result of this function may thus need negation before use.
526+
527+
523528
!!! danger "Experimental"
524529
525530
The analysis-point interface is currently experimental and at any time subject to breaking changes not respecting semantic versioning.

0 commit comments

Comments
 (0)