Changes between Initial Version and Version 1 of Ticket #3002


Ignore:
Timestamp:
2015-01-13T21:32:34Z (10 years ago)
Author:
massimo ceraolo
Comment:

THIS TICKET IS NOW INVALID (Works in r24013). Sorry but I cannot set it as invalid by myself (don't know why)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3002 – Description

    initial v1  
    44
    55{{{
    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;
     6model 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));
     16end M;
    1117}}}
    1218