Ticket #5543: TestConnection.mo
File TestConnection.mo, 483 bytes (added by , 5 years ago) |
---|
Line | |
---|---|
1 | model TestConnection |
2 | Modelica.Electrical.Analog.Basic.Resistor resistor annotation( |
3 | Placement(visible = true, transformation(origin = {0, 0}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); |
4 | Modelica.Thermal.HeatTransfer.Components.HeatCapacitor capacitor annotation( |
5 | Placement(visible = true, transformation(origin = {30, 22}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); |
6 | equation |
7 | |
8 | |
9 | annotation( |
10 | uses(Modelica(version = "3.2.3")));end TestConnection; |