You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/systems/analysis_points.jl
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -850,14 +850,14 @@ function handle_loop_openings(sys::AbstractSystem, aps)
850
850
end
851
851
852
852
const DOC_LOOP_OPENINGS ="""
853
-
- `loop_openings`: A list of analysis points whose connections should be removed and
854
-
the outputs set to the input as a part of the linear analysis.
853
+
- `loop_openings`: A list of analysis points whose connections should be removed and
854
+
the outputs set to the input as a part of the linear analysis.
855
855
"""
856
856
857
857
const DOC_SYS_MODIFIER ="""
858
-
- `system_modifier`: A function taking the transformed system and applying any
859
-
additional transformations, returning the modified system. The modified system
860
-
is passed to `linearization_function`.
858
+
- `system_modifier`: A function taking the transformed system and applying any
859
+
additional transformations, returning the modified system. The modified system
860
+
is passed to `linearization_function`.
861
861
"""
862
862
"""
863
863
$(TYPEDSIGNATURES)
@@ -1021,8 +1021,8 @@ function linearization_function(sys::AbstractSystem,
1021
1021
end
1022
1022
1023
1023
@doc"""
1024
-
get_sensitivity(sys, ap::AnalysisPoint; kwargs)
1025
-
get_sensitivity(sys, ap_name::Symbol; kwargs)
1024
+
get_sensitivity(sys, ap::AnalysisPoint; kwargs)
1025
+
get_sensitivity(sys, ap_name::Symbol; kwargs)
1026
1026
1027
1027
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`.
0 commit comments