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)
59
59
end
60
60
61
61
sol = get_sol()
62
+ sleep(1) # hide
62
63
inspect(sol; restart=false, reset=true)
64
+ sleep(1) # hide
63
65
define_timeseries!([
64
66
(; selcomp=[EIndex(i) for i in 1:7], states=[:P])
65
67
])
66
68
NDI.save_electron_screenshot("screenshot.png") #hide
67
- nothing #hide
68
- ```
69
- ![ screenshot] ( screenshot.png )
70
69
71
- ## Programmatric Acces and GUI State manipulation
72
- ``` @example ndi
70
+
73
71
set_state!(; t=2.0) #hide
72
+ sleep(1) # hide
74
73
define_timeseries!([ #hide
75
74
(; selcomp=[VIndex(i) for i in 1:5], states=[:θ, :ω]) #hide
76
75
(; selcomp=[EIndex(i) for i in 1:7], states=[:P]) #hide
77
76
]) #hide
78
77
sleep(1) #hide
78
+
79
+ nothing #hide
80
+ ```
81
+ ![ screenshot] ( screenshot.png )
82
+
83
+ ## Programmatric Acces and GUI State manipulation
84
+ ``` @example ndi
79
85
dump_app_state()
80
86
```
81
87
You can’t perform that action at this time.
0 commit comments