Changeset 1142 for branches/maintenance/3.0/Modelica/Blocks/Math.mo
- Timestamp:
- 06/26/08 08:45:49 (5 months ago)
- Files:
-
- 1 modified
-
branches/maintenance/3.0/Modelica/Blocks/Math.mo (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/maintenance/3.0/Modelica/Blocks/Math.mo
r1047 r1142 616 616 617 617 annotation(__Dymola_structurallyIncomplete=true, 618 Diagram(coordinateSystem(preserveAspectRatio= true, extent={{-200,-100},{618 Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-200,-100},{ 619 619 200,100}}), 620 620 graphics), 621 Icon(coordinateSystem(preserveAspectRatio= true, extent={{-200,-100},{200,621 Icon(coordinateSystem(preserveAspectRatio=false, extent={{-200,-100},{200, 622 622 100}}), graphics={ 623 623 Line( … … 641 641 <a href=\"Modelica://Modelica.Blocks.Examples.InverseModel\">Modelica.Blocks.Examples.InverseModel</a>. 642 642 </p> 643 643 644 644 <p> 645 645 Note, if a block shall be inverted that has several input and output blocks, … … 647 647 instances: 648 648 </p> 649 649 650 650 <pre> 651 651 InverseBlockConstraint invert[3]; // Block to be inverted has 3 input signals … … 656 656 y1 = y2; 657 657 end InverseBlockConstraints; 658 659 658 660 659 block Gain "Output the product of a gain value with the input signal"
