diff options
author | Siddharth11235 | 2019-09-03 18:09:16 +0530 |
---|---|---|
committer | Siddharth11235 | 2019-09-03 18:09:16 +0530 |
commit | b4b6aa36e3486a3544acc52419149b5671f841e9 (patch) | |
tree | 66c1783158f23e6d21c77324156fc57e18d4ac67 /basic_1st_order.mo | |
parent | f5266f634f4fb4fd39933a83551a01cf446256b8 (diff) | |
download | OpenModelica_HIL-master.tar.gz OpenModelica_HIL-master.tar.bz2 OpenModelica_HIL-master.zip |
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 |