Skip to content

Commit 3f9ec30

Browse files
fixup! fixup! docs: add and update docstrings for analysis points and transformations
1 parent 12bc1ba commit 3f9ec30

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/systems/analysis_points.jl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -908,10 +908,6 @@ end
908908
909909
Compute the sensitivity function in analysis point `ap`. The sensitivity function is obtained by introducing an infinitesimal perturbation `d` at the input of `ap`, linearizing the system and computing the transfer function between `d` and the output of `ap`.
910910
911-
!!! danger "Experimental"
912-
913-
The analysis-point interface is currently experimental and at any time subject to breaking changes not respecting semantic versioning.
914-
915911
# Arguments:
916912
917913
- `kwargs`: Are sent to `ModelingToolkit.linearize`
@@ -925,10 +921,6 @@ See also [`get_comp_sensitivity`](@ref), [`get_looptransfer`](@ref).
925921
926922
Compute the complementary sensitivity function in analysis point `ap`. The complementary sensitivity function is obtained by introducing an infinitesimal perturbation `d` at the output of `ap`, linearizing the system and computing the transfer function between `d` and the input of `ap`.
927923
928-
!!! danger "Experimental"
929-
930-
The analysis-point interface is currently experimental and at any time subject to breaking changes not respecting semantic versioning.
931-
932924
# Arguments:
933925
934926
- `kwargs`: Are sent to `ModelingToolkit.linearize`
@@ -946,11 +938,6 @@ Compute the (linearized) loop-transfer function in analysis point `ap`, from `ap
946938
947939
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.
948940
949-
950-
!!! danger "Experimental"
951-
952-
The analysis-point interface is currently experimental and at any time subject to breaking changes not respecting semantic versioning.
953-
954941
# Arguments:
955942
956943
- `kwargs`: Are sent to `ModelingToolkit.linearize`

0 commit comments

Comments
 (0)