Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Aug 24, 2023
1 parent b7ffc5a commit f4a9f7a
Show file tree
Hide file tree
Showing 6 changed files with 283 additions and 281 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e2136481
254a15f3
180 changes: 90 additions & 90 deletions build/index.html

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions core/usage.html
Original file line number Diff line number Diff line change
Expand Up @@ -1234,10 +1234,11 @@ <h4 data-number="1.21.2" class="anchored" data-anchor-id="discretecontrol-logic"
<ul>
<li>During the simulation it is checked whether the truth of any of the conditions changes.</li>
<li>When a condition changes, the corresponding discrrete_control node id is retrieved (node_id in the condition schema above).</li>
<li>The truth value of all the conditions this discrete_control node lisens to are retrieved, in the order as they are specified in the condition schema. This is then converted into a string of “T” for true and “F” for false. This string we call the truth state.</li>
<li>The truth value of all the conditions this discrete_control node lisens to are retrieved, in the order as they are specified in the condition schema. This is then converted into a string of “T” for true and “F” for false. This string we call the truth state.*</li>
<li>The table below determines for the given discrete_control node ID and truth state what the corresponding control state is.</li>
<li>For all the nodes this discrete_control node affects (as given by the “control” edges in <a href="../core/usage.html#edge">Edges / static</a>), their parameters are set to those parameters in <code>NodeType / static</code> corresponding to the determined control state.</li>
</ul>
<p>*. There is also a second truth state created in which for the last condition that changed it is specified whether it was an upcrossing (“U”) or downcrossing (“D”) of the threshold (greater than) value. If a control state is specified for a truth state that is crossing-specific, this takes precedence over the control state for the truth state that contains only “T” and “F”.</p>
<table class="table">
<colgroup>
<col style="width: 37%">
Expand All @@ -1264,7 +1265,7 @@ <h4 data-number="1.21.2" class="anchored" data-anchor-id="discretecontrol-logic"
<td>truth_state</td>
<td>String</td>
<td>-</td>
<td>Consists of the characters “T” (true), “F” (false) and “*” (any)</td>
<td>Consists of the characters “T” (true), “F” (false), “U” (upcrossing), “D” (downcrossing) and “*” (any)</td>
</tr>
<tr class="odd">
<td>control_state</td>
Expand Down
Loading

0 comments on commit f4a9f7a

Please sign in to comment.