Skip to content

Commit ad0aa71

Browse files
committed
Add info message
1 parent fa6ef62 commit ad0aa71

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/stability_lfc.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,5 @@ for v_wind in range(0.2, 1, length=5)
126126
sys = open_loop_system(winch, v_set, v_wind)
127127
bode_plot(sys; from=-0.3, to=2.85, title="System with LFC, v_wind=0.2..1 m/s")
128128
end
129+
@info "Type 'diskmargin(sys)' for more details on the system stability."
129130
nothing

examples/stability_ufc.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,5 @@ for v_wind in range(7.5, 9, length=3)
129129
sys = open_loop_system(winch, v_set, v_wind)
130130
bode_plot(sys; from=0.76, to=2.85, title="System with UFC, v_wind=7.5..9 m/s")
131131
end
132+
@info "Type 'diskmargin(sys)' for more details on the system stability."
132133
nothing

0 commit comments

Comments
 (0)