summaryrefslogtreecommitdiff
path: root/basic_1st_order.mo
diff options
context:
space:
mode:
Diffstat (limited to 'basic_1st_order.mo')
-rwxr-xr-xbasic_1st_order.mo6
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