| 6 | | model testConn1 |
| 7 | | Modelica.Electrical.MultiPhase.Ideal.IdealOpeningSwitch sw annotation(Placement(visible = true, transformation(origin = {-48, 8}, extent = {{-10, -10}, {10, 10}}, rotation = -90))); |
| 8 | | Modelica.Blocks.Sources.BooleanStep step[3] annotation(Placement(visible = true, transformation(origin = {-4, 10}, extent = {{10, -10}, {-10, 10}}, rotation = 0))); |
| 9 | | annotation(Icon(coordinateSystem(extent = {{-100, -100}, {100, 100}}, preserveAspectRatio = true, initialScale = 0.1, grid = {1, 1})), Diagram(coordinateSystem(extent = {{-100, -100}, {100, 100}}, preserveAspectRatio = true, initialScale = 0.1, grid = {2, 2}))); |
| 10 | | end testConn1; |
| | 6 | model M |
| | 7 | Modelica.Blocks.Sources.BooleanStep step[3] |
| | 8 | annotation (Placement(transformation(extent={{-80,0},{-60,20}}))); |
| | 9 | Modelica.Electrical.Analog.Ideal.IdealOpeningSwitch sw[3] annotation ( |
| | 10 | Placement(transformation( |
| | 11 | extent={{-10,10},{10,-10}}, |
| | 12 | rotation=-90, |
| | 13 | origin={-26,10}))); |
| | 14 | annotation (uses(Modelica(version="3.2.1")), Diagram(coordinateSystem( |
| | 15 | preserveAspectRatio=false, extent={{-100,-100},{100,100}}), graphics)); |
| | 16 | end M; |