Skip to content

Commit dfdb618

Browse files
authored
add warning about experimental nature of sampled-data systems
1 parent cbd9f59 commit dfdb618

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/tutorials/SampledData.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Clocks and Sampled-Data Systems
22
A sampled-data system contains both continuous-time and discrete-time components, such as a continuous-time plant model and a discrete-time control system. ModelingToolkit supports the modeling and simulation of sampled-data systems by means of *clocks*.
33

4+
5+
!!! danger "Experimental"
6+
The sampled-data interface is currently experimental and at any time subject to breaking changes **not** respecting semantic versioning.
7+
48
A clock can be seen as an *even source*, i.e., when the clock ticks, an even is generated. In response to the event the discrete-time logic is executed, for example, a control signal is computed. For basic modeling of sampled-data systems, the user does not have to interact with clocks explicitly, instead, the modeling is performed using the operators
59
- [`Sample`](@ref)
610
- [`Hold`](@ref)

0 commit comments

Comments
 (0)