summaryrefslogtreecommitdiff
path: root/basic_1st_order.mo
diff options
context:
space:
mode:
authorSiddharth112352019-09-03 18:09:16 +0530
committerSiddharth112352019-09-03 18:09:16 +0530
commitb4b6aa36e3486a3544acc52419149b5671f841e9 (patch)
tree66c1783158f23e6d21c77324156fc57e18d4ac67 /basic_1st_order.mo
parentf5266f634f4fb4fd39933a83551a01cf446256b8 (diff)
downloadOpenModelica_HIL-master.tar.gz
OpenModelica_HIL-master.tar.bz2
OpenModelica_HIL-master.zip
Pushing entire Modelica HIL Tasks repoHEADmaster
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