Changeset 1044 for trunk

Show
Ignore:
Timestamp:
02/13/08 22:17:27 (8 months ago)
Author:
otter
Message:

Removed "Windows(..)" annotation (an "old" Dymola 4 annotation that was not used anymore and is not part of the Modelica 3 graphical annotations)

Location:
trunk/Modelica
Files:
56 modified

Legend:

Unmodified
Added
Removed
  • trunk/Modelica/Blocks/Continuous.mo

    r1000 r1044  
    77 
    88  annotation ( 
    9     Window( 
    10       x=0.05, 
    11       y=0.09, 
    12       width=0.35, 
    13       height=0.74, 
    14       library=1, 
    15       autolayout=1), 
     9     
    1610    Documentation(info="<html> 
    1711<p> 
     
    116110 
    117111    annotation ( 
    118       Window( 
    119         x=0.29, 
    120         y=0.05, 
    121         width=0.53, 
    122         height=0.54), 
     112       
    123113      Documentation(info="<html> 
    124114<p> 
     
    208198    extends Interfaces.SISO(y(start=y_start)); 
    209199    annotation ( 
    210       Window( 
    211         x=0.31, 
    212         y=0.09, 
    213         width=0.54, 
    214         height=0.6), 
     200       
    215201      Documentation(info="<html> 
    216202<p> 
     
    390376          Rectangle(extent={{-60,60},{60,-60}}, lineColor={0,0,255}), 
    391377          Line(points={{-100,0},{-60,0}}, color={0,0,255}), 
    392           Line(points={{60,0},{100,0}}, color={0,0,255})}), 
    393       Window( 
    394         x=0.17, 
    395         y=0.03, 
    396         width=0.5, 
    397         height=0.61)); 
     378          Line(points={{60,0},{100,0}}, color={0,0,255})}) 
     379      ); 
    398380  protected 
    399381    parameter Boolean zeroGain = abs(k) < Modelica.Constants.eps; 
     
    499481          Rectangle(extent={{-60,60},{60,-60}}, lineColor={0,0,255}), 
    500482          Line(points={{-100,0},{-60,0}}, color={0,0,255}), 
    501           Line(points={{60,0},{100,0}}, color={0,0,255})}), 
    502       Window( 
    503         x=0.15, 
    504         y=0.04, 
    505         width=0.52, 
    506         height=0.55)); 
     483          Line(points={{60,0},{100,0}}, color={0,0,255})}) 
     484      ); 
    507485  initial equation 
    508486    if initType == Init.SteadyState then 
     
    533511    output Real yd(start=yd_start) "Derivative of y"; 
    534512    annotation ( 
    535       Window( 
    536         x=0.23, 
    537         y=0.1, 
    538         width=0.54, 
    539         height=0.49), 
     513       
    540514      Documentation(info="<HTML> 
    541515<p> 
     
    672646    output Real x(start=x_start) "State of block"; 
    673647 
    674     annotation (defaultComponentName="PI", 
    675       Window( 
    676         x=0.24, 
    677         y=0.13, 
    678         width=0.56, 
    679         height=0.5), 
     648    annotation (defaultComponentName="PI" 
     649      , 
    680650      Documentation(info=" 
    681651<HTML> 
     
    801771            "Initialization")); 
    802772 
    803     annotation (defaultComponentName="PID", 
    804       Window( 
    805         x=0.15, 
    806         y=0.04, 
    807         width=0.55, 
    808         height=0.68), 
     773    annotation (defaultComponentName="PID" 
     774      , 
    809775      Icon(coordinateSystem( 
    810776          preserveAspectRatio=true, 
     
    1024990            "Initialization")); 
    1025991 
    1026     annotation (defaultComponentName="PID", 
    1027       Window( 
    1028         x=0.22, 
    1029         y=0.02, 
    1030         width=0.6, 
    1031         height=0.72), 
     992    annotation (defaultComponentName="PID" 
     993      , 
    1032994      Icon(coordinateSystem( 
    1033995          preserveAspectRatio=true, 
     
    13611323    Real x_scaled[size(x,1)] "Scaled vector x"; 
    13621324    annotation ( 
    1363       Window( 
    1364         x=0.39, 
    1365         y=0.09, 
    1366         width=0.58, 
    1367         height=0.77), 
     1325       
    13681326      Documentation(info="<html> 
    13691327<p> 
     
    14701428    output Real x[size(A, 1)](start=x_start) "State vector"; 
    14711429    annotation ( 
    1472       Window( 
    1473         x=0.2, 
    1474         y=0.03, 
    1475         width=0.64, 
    1476         height=0.73), 
     1430       
    14771431      Documentation(info="<HTML> 
    14781432<p> 
  • trunk/Modelica/Blocks/Discrete.mo

    r1017 r1044  
    8989    output Real ySample(start=0, fixed=true); 
    9090    annotation ( 
    91       Window( 
    92         x=0.3, 
    93         y=0.07, 
    94         width=0.63, 
    95         height=0.68), 
     91       
    9692      Icon(coordinateSystem( 
    9793          preserveAspectRatio=true, 
     
    126122    Real c; 
    127123    annotation ( 
    128       Window( 
    129         x=0.21, 
    130         y=0.08, 
    131         width=0.75, 
    132         height=0.76), 
     124       
    133125      Icon(coordinateSystem( 
    134126          preserveAspectRatio=true, 
     
    162154 
    163155    annotation ( 
    164       Window( 
    165         x=0.24, 
    166         y=0.09, 
    167         width=0.6, 
    168         height=0.6), 
     156       
    169157      Documentation(info="<html> 
    170158<p> 
     
    241229    Real xext[size(a, 1)]; 
    242230    annotation ( 
    243       Window( 
    244         x=0.25, 
    245         y=0.08, 
    246         width=0.65, 
    247         height=0.69), 
     231       
    248232      Documentation(info="<html> 
    249233<p>The <b>discrete transfer function</b> block defines the 
     
    348332 
    349333    annotation ( 
    350       Window( 
    351         x=0.25, 
    352         y=0.18, 
    353         width=0.6, 
    354         height=0.65), 
     334       
    355335      Documentation(info="<html> 
    356336<p> 
  • trunk/Modelica/Blocks/Interfaces.mo

    r1026 r1044  
    66 
    77    annotation ( 
    8       Window( 
    9         x=0.05, 
    10         y=0.09, 
    11         width=0.72, 
    12         height=0.71, 
    13         library=1, 
    14         autolayout=1), 
     8       
    159      Documentation(info="<HTML> 
    1610<p> 
     
    207201 
    208202      annotation ( 
    209         Window( 
    210           x=0, 
    211           y=0, 
    212           width=0.6, 
    213           height=0.6), 
     203         
    214204        Icon(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100},{ 
    215205              100,100}}), graphics={Rectangle( 
     
    240230            rotation=0))); 
    241231      annotation ( 
    242         Window( 
    243           x=0.25, 
    244           y=0.02, 
    245           width=0.6, 
    246           height=0.6), 
     232         
    247233        Diagram(coordinateSystem( 
    248234          preserveAspectRatio=true, 
     
    264250            rotation=0))); 
    265251      annotation ( 
    266         Window( 
    267           x=0.13, 
    268           y=0.03, 
    269           width=0.6, 
    270           height=0.6), 
     252         
    271253        Documentation(info="<html> 
    272254<p> 
     
    285267        annotation (Placement(transformation(extent={{100,-10},{120,10}}, 
    286268            rotation=0))); 
    287       annotation (             Window( 
    288           x=0.32, 
    289           y=0.07, 
    290           width=0.6, 
    291           height=0.6), 
     269      annotation (              
    292270      Documentation(info="<html> 
    293271<p> 
     
    312290 
    313291      annotation ( 
    314         Window( 
    315           x=0.31, 
    316           y=0.07, 
    317           width=0.6, 
    318           height=0.6), 
     292         
    319293        Documentation(info="<html> 
    320294<p> 
     
    405379</p> 
    406380</HTML> 
    407 "),     Window( 
    408           x=0.28, 
    409           y=0.16, 
    410           width=0.6, 
    411           height=0.6)); 
     381")     ); 
    412382    end MIMOs; 
    413383 
     
    428398            rotation=0))); 
    429399      annotation ( 
    430         Window( 
    431           x=0.31, 
    432           y=0.07, 
    433           width=0.6, 
    434           height=0.6), 
     400         
    435401        Documentation(info="<html> 
    436402<p> 
     
    491457            extent={{-83,-112},{-33,-102}}, 
    492458            textString=" (measurement)", 
    493             lineColor={0,0,255})}), 
    494         Window( 
    495           x=0.19, 
    496           y=0.21, 
    497           width=0.6, 
    498           height=0.46), 
     459            lineColor={0,0,255})}) 
     460        , 
    499461      Documentation(info="<html> 
    500462<p> 
     
    539501            extent={{-75,-108},{-25,-98}}, 
    540502            textString=" (measurement)", 
    541             lineColor={0,0,255})}), 
    542         Window( 
    543           x=0.26, 
    544           y=0.19, 
    545           width=0.6, 
    546           height=0.6), 
     503            lineColor={0,0,255})}) 
     504        , 
    547505      Documentation(info="<html> 
    548506<p> 
     
    785743 
    786744      annotation ( 
    787         Window( 
    788           x=0.1, 
    789           y=0.1, 
    790           width=0.6, 
    791           height=0.6), 
     745         
    792746        Icon(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100},{ 
    793747              100,100}}), graphics={Rectangle( 
     
    822776            rotation=0))); 
    823777 
    824       annotation (             Window( 
    825           x=0.37, 
    826           y=0.14, 
    827           width=0.6, 
    828           height=0.6), 
     778      annotation (              
    829779      Documentation(info="<html> 
    830780<p> 
     
    888838            rotation=0))); 
    889839      annotation ( 
    890         Window( 
    891           x=0.19, 
    892           y=0.16, 
    893           width=0.6, 
    894           height=0.6), 
     840         
    895841        Documentation(info="<html> 
    896842<p> 
     
    908854            rotation=0))); 
    909855      annotation ( 
    910         Window( 
    911           x=0.13, 
    912           y=0.03, 
    913           width=0.6, 
    914           height=0.6), 
     856         
    915857        Icon(coordinateSystem( 
    916858          preserveAspectRatio=true, 
  • trunk/Modelica/Blocks/Logical.mo

    r998 r1044  
    516516 
    517517    annotation ( 
    518       Window( 
    519         x=0.33, 
    520         y=0.27, 
    521         width=0.6, 
    522         height=0.6), 
     518       
    523519      Documentation(info="<html> 
    524520<p>The LogicalSwitch switches, depending on the 
     
    585581              {{100,-10},{120,10}}, rotation=0))); 
    586582 
    587     annotation (defaultComponentName="switch1", 
    588       Window( 
    589         x=0.08, 
    590         y=0.07, 
    591         width=0.6, 
    592         height=0.6), 
     583    annotation (defaultComponentName="switch1" 
     584      , 
    593585      Documentation(info="<html> 
    594586<p>The Logical.Switch switches, depending on the 
     
    11161108      "Text that will be displayed when simulation is terminated"; 
    11171109    annotation ( 
    1118       Window( 
    1119         x=0.29, 
    1120         y=0.23, 
    1121         width=0.6, 
    1122         height=0.6), 
     1110       
    11231111      Icon(coordinateSystem( 
    11241112          preserveAspectRatio=true, 
  • trunk/Modelica/Blocks/Math.mo

    r1005 r1044  
    66 
    77  annotation ( 
    8     Window( 
    9       x=0.05, 
    10       y=0.09, 
    11       width=0.44, 
    12       height=0.71, 
    13       library=1, 
    14       autolayout=1), 
     8     
    159    Documentation(info=" 
    1610<HTML> 
     
    642636            rotation=0))); 
    643637        annotation ( 
    644           Window( 
    645             x=0.19, 
    646             y=0.02, 
    647             width=0.59, 
    648             height=0.6), 
     638           
    649639          Documentation(info=" 
    650640<HTML> 
     
    741731            extent={{-90,-60},{90,60}}, 
    742732            lineColor={160,160,164}, 
    743             textString="*K")}), 
    744           Window( 
    745             x=0.35, 
    746             y=0.09, 
    747             width=0.6, 
    748             height=0.6)); 
     733            textString="*K")}) 
     734          ); 
    749735      equation 
    750736        y = K*u; 
     
    754740        extends Interfaces.MISO; 
    755741        parameter Real k[nin]=ones(nin) "Optional: sum coefficients"; 
    756         annotation (defaultComponentName="sum1", 
    757           Window( 
    758             x=0.35, 
    759             y=0.08, 
    760             width=0.54, 
    761             height=0.66), 
     742        annotation (defaultComponentName="sum1" 
     743          , 
    762744          Documentation(info=" 
    763745<HTML> 
     
    819801            extent={{80,-10},{100,10}}, rotation=0))); 
    820802        annotation ( 
    821           Window( 
    822             x=0.35, 
    823             y=0.02, 
    824             width=0.52, 
    825             height=0.68), 
     803           
    826804          Documentation(info=" 
    827805<HTML> 
     
    893871        parameter Real k2=+1 "Gain of lower input"; 
    894872        annotation ( 
    895           Window( 
    896             x=0.23, 
    897             y=0.22, 
    898             width=0.54, 
    899             height=0.66), 
     873           
    900874          Documentation(info=" 
    901875<HTML> 
     
    10281002            rotation=0))); 
    10291003        annotation ( 
    1030           Window( 
    1031             x=0.37, 
    1032             y=0.09, 
    1033             width=0.54, 
    1034             height=0.66), 
     1004           
    10351005          Documentation(info=" 
    10361006<HTML> 
     
    11661136          Line(points={{-15,25.99},{15,-25.99}}, color={0,0,0}), 
    11671137          Line(points={{-15,-25.99},{15,25.99}}, color={0,0,0}), 
    1168           Ellipse(extent={{-50,50},{50,-50}}, lineColor={0,0,255})}), 
    1169           Window( 
    1170             x=0.2, 
    1171             y=0.01, 
    1172             width=0.47, 
    1173             height=0.62)); 
     1138          Ellipse(extent={{-50,50},{50,-50}}, lineColor={0,0,255})}) 
     1139          ); 
    11741140 
    11751141      equation 
     
    12381204          Ellipse(extent={{-50,50},{50,-50}}, lineColor={0,0,255}), 
    12391205          Line(points={{-100,60},{-66,60},{-40,30}}, color={0,0,255}), 
    1240           Line(points={{-100,-60},{0,-60},{0,-50}}, color={0,0,255})}), 
    1241           Window( 
    1242             x=0.22, 
    1243             y=0.09, 
    1244             width=0.6, 
    1245             height=0.6)); 
     1206          Line(points={{-100,-60},{0,-60},{0,-50}}, color={0,0,255})}) 
     1207          ); 
    12461208 
    12471209      equation 
     
    13261288 
    13271289</HTML> 
    1328 "),       Window( 
    1329             x=0.37, 
    1330             y=0.06, 
    1331             width=0.6, 
    1332             height=0.6)); 
     1290")       ); 
    13331291      equation 
    13341292        y = abs(u); 
     
    14171375 
    14181376</HTML> 
    1419 "),       Window( 
    1420             x=0.38, 
    1421             y=0.11, 
    1422             width=0.6, 
    1423             height=0.6)); 
     1377")       );