We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062611f commit 6824225Copy full SHA for 6824225
docs/src/inspector.md
@@ -75,17 +75,20 @@ define_timeseries!([ #hide
75
(; selcomp=[VIndex(i) for i in 1:5], states=[:θ, :ω]) #hide
76
(; selcomp=[EIndex(i) for i in 1:7], states=[:P]) #hide
77
]) #hide
78
+sleep(1) #hide
79
dump_app_state()
80
```
81
82
```@example ndi
83
buf = IOBuffer() #hide
84
dump_app_state(buf) #hide
85
code = String(take!(buf)) #hide
86
87
inspect(sol; reset=true) #hide
88
89
eval(Meta.parse("begin;"*code*"end;")) #hide
90
91
NDI.save_electron_screenshot("screenshot2.png") #hide
92
nothing #hide
93
94

-
0 commit comments