Skip to content

Commit

Permalink
Update chapters/synchronous.tex
Browse files Browse the repository at this point in the history
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
  • Loading branch information
HansOlsson and henrikt-ma committed Jan 23, 2022
1 parent cefbe00 commit cc5c5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/synchronous.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ \subsection{Clocked Discrete-Time and Clocked Discretized Continuous-Time Partit
Such a partition has to be solved with a \emph{solver method} of \cref{solver-methods}.
When \lstinline!previous(x)! is used on a continuous-time state variable \lstinline!x!, then \lstinline!previous(x)! uses the start value of \lstinline!x! as value for the first clock tick.

The use of the operator sample from \cref{event-related-operators-with-function-syntax} in a clocked partition is problematic.
The use of the operator \lstinline!sample! from \cref{event-related-operators-with-function-syntax} in a clocked partition is problematic.
Diagnostics are appropriate especially if it is intended to generate sampling faster than the clocks, and otherwise the sampling should ideally be adjusted to the clock ticks.
\begin{nonnormative}
Since the goal is that it should be possible to use \emph{every} continuous-time Modelica model, it is not forbidden.
Expand Down

0 comments on commit cc5c5a6

Please sign in to comment.