diff options
Diffstat (limited to 'basic_1st_order.mo')
-rwxr-xr-x | basic_1st_order.mo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/basic_1st_order.mo b/basic_1st_order.mo new file mode 100755 index 0000000..dba9353 --- /dev/null +++ b/basic_1st_order.mo @@ -0,0 +1,6 @@ +class basic_1st_order + Modelica.Blocks.Continuous.FirstOrder firstOrder1(T = 1, k = 1) annotation( + Placement(visible = true, transformation(origin = {-4, 4}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + annotation( + uses(Modelica(version = "3.2.2"))); +end basic_1st_order;
\ No newline at end of file |