Changeset 1145
- Timestamp:
- 06/26/08 10:45:23 (2 months ago)
- Location:
- branches/maintenance/3.0/Modelica
- Files:
-
- 2 modified
-
Blocks/Logical.mo (modified) (6 diffs)
-
package.mo (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/maintenance/3.0/Modelica/Blocks/Logical.mo
r1046 r1145 516 516 517 517 annotation ( 518 519 518 Documentation(info="<html> 520 519 <p>The LogicalSwitch switches, depending on the … … 562 561 extent={{-100,-100},{100,100}}, 563 562 grid={2,2}), graphics)); 563 564 564 equation 565 565 y = if u2 then u1 else u3; … … 581 581 {{100,-10},{120,10}}, rotation=0))); 582 582 583 annotation (defaultComponentName="switch1" 584 , 583 annotation (defaultComponentName="switch1", 585 584 Documentation(info="<html> 586 585 <p>The Logical.Switch switches, depending on the … … 663 662 extent={{70,-80},{94,-100}}, 664 663 lineColor={160,160,164}, 665 textString=" time"),664 textString="u"), 666 665 Text( 667 666 extent={{-65,93},{-12,75}}, … … 1108 1107 "Text that will be displayed when simulation is terminated"; 1109 1108 annotation ( 1110 1111 1109 Icon(coordinateSystem( 1112 1110 preserveAspectRatio=true, … … 1156 1154 1157 1155 </html>")); 1156 1158 1157 equation 1159 1158 when condition then -
branches/maintenance/3.0/Modelica/package.mo
r1142 r1145 2 2 package Modelica "Modelica Standard Library (Version 3.0)" 3 3 extends Icons.Library; 4 4 5 5 6 6 annotation (
