Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
Back to Ticket #5808
Ticket #5808
: md_filter.mo
File md_filter.mo,
215 bytes
(added by
mdonolo@…
,
6 years ago
)
a file needed for the other file
Line
1
block
md_filter
2
extends
Modelica
.
Blocks
.
Interfaces
.
MISO
;
3
parameter
Real
x
=
4
;
4
annotation
(
5
Icon
(
coordinateSystem
(
extent
=
{{
-
100
,
-
100
},
{
100
,
100
}})));
6
equation
7
y
=
sum
(
u
)
/
x
;
8
end
md_filter
;
Download in other formats:
Original Format