File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -59,23 +59,29 @@ function get_sol(;limit=1.0)
5959end
6060
6161sol = get_sol()
62+ sleep(1) # hide
6263inspect(sol; restart=false, reset=true)
64+ sleep(1) # hide
6365define_timeseries!([
6466 (; selcomp=[EIndex(i) for i in 1:7], states=[:P])
6567])
6668NDI.save_electron_screenshot("screenshot.png") #hide
67- nothing #hide
68- ```
69- ![ screenshot] ( screenshot.png )
7069
71- ## Programmatric Acces and GUI State manipulation
72- ``` @example ndi
70+
7371set_state!(; t=2.0) #hide
72+ sleep(1) # hide
7473define_timeseries!([ #hide
7574 (; selcomp=[VIndex(i) for i in 1:5], states=[:θ, :ω]) #hide
7675 (; selcomp=[EIndex(i) for i in 1:7], states=[:P]) #hide
7776]) #hide
7877sleep(1) #hide
78+
79+ nothing #hide
80+ ```
81+ ![ screenshot] ( screenshot.png )
82+
83+ ## Programmatric Acces and GUI State manipulation
84+ ``` @example ndi
7985dump_app_state()
8086```
8187
You can’t perform that action at this time.
0 commit comments