Changeset 364

Show
Ignore:
Timestamp:
02/22/2006 10:03:51 AM (3 years ago)
Author:
Christian
Message:

Corrected documentation of Modelica.Blocks.Math.UnitConversions.ConvertAllUnits

Files:
1 modified

Legend:

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

    r360 r364  
    5353              fillColor=42))), 
    5454          Documentation(info="<html> 
    55 <p>This block implements the Modelica.SIunits unit conversion functions as a fixed causality block to 
    56 simplify their use. The block contains a replaceable function class <b>convert</b> that can be 
    57 changed to be any of the functions defined in Modelica.SIunits.Conversions, and more generally, any 
    58 functions that extend from Modelica.SIunits.Conversions.ConversionIcon. The output <b>y</b> is optained 
    59 applying the unit conversion function to the input <b>u</b>:</p> 
    60 <pre> 
    61     y = <b>convert</b>( u ); 
    62 </pre> 
     55<p>This block implements the Modelica.SIunits.Conversions functions as a fixed causality block to 
     56simplify their use. The block contains a replaceable block class <b>ConversionBlock</b> that can be 
     57changed to be any of the blocks defined in Modelica.Blocks.Math.UnitConversions, and more generally, any 
     58blocks that extend from Modelica.Blocks.Interfaces.PartialConversionBlock.</p> 
    6359</html>"), 
    6460        Diagram); 
     
    434430    annotation (uses(Modelica(version="2.2.1"))); 
    435431  end UnitConversions; 
    436  
     432   
    437433      block TwoInputs  
    438434    "Change causality of input signals by defining that two input signals are identical (e.g. for inverse models)"  
     
    21502146      end Log10; 
    21512147   
    2152    
    21532148  block RealToInteger "Convert Real to Integer signal"  
    21542149    extends Interfaces.IntegerBlockIcon;