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 8f64328 commit 60ff089Copy full SHA for 60ff089
src/ModelingToolkitSampledData.jl
@@ -12,4 +12,7 @@ export DiscreteIntegrator, DiscreteDerivative, Delay, Difference, ZeroOrderHold,
12
export DiscreteOnOffController
13
include("discrete_blocks.jl")
14
15
+
16
+runtime(ssys::JuliaSimCompiler.ScheduledSystem) = ssys.discrete_info.callback.affect!.affect!.x
17
18
end
0 commit comments