Where can I find documentation for instream()

It seems that MTK has an instream() operator.
I think this is inspired by Modelica’s similarly named operator.

Are there any examples using instream()? I could only find a single test using it (in state_selection.jl).

Thanks,
DD

Not really an example

Yeah - that’s the one I found. Not very illuminating.

I more-or-less understand Modelica inStream. However, there they also have an actualStream operator which is missing here. I think actualStream can be implemented via ifelse, so I’m not sure we need it.

PS:

https://github.com/SciML/ModelingToolkit.jl/issues/1666