forked from CATIA-Systems/Test-FMUs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.html
52 lines (41 loc) · 897 Bytes
/
readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<html>
<style>
body {
font-family: Helvetica, Arial, Sans-Serif;
margin: 2em;
}
div.container {
max-width: 750px;
margin: auto;
}
h1, h2 {
border-bottom: 1px solid #eaecef;
padding-bottom: .3em;
}
pre {
background-color: #f6f8fa;
border-radius: 3px;
font-size: 85%;
line-height: 1.45;
overflow: auto;
padding: 16px;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
th, td {
font-size: 0.9em;
border: 1px solid #dfe2e5;
padding: 6px 13px;
}
</style>
<body>
<div class="container">
<h1>Stair</h1>
<p>The model generates time events every second and increments the variable <code>counter</code>.</p>
<p>The plot shows the <a href="Stair_ref.csv">reference result</a> computed with <a href="https://github.com/CATIA-Systems/FMPy">FMPy</a>.</p>
<p><img src="Stair_ref.svg" alt="Plot" /></p>
</div>
</body>
</html>