Show
Ignore:
Timestamp:
10/16/07 07:54:29 (11 months ago)
Author:
AHaumer
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/maintenance/2.2.1/Modelica/Electrical/MultiPhase.mo

    r528 r706  
    3838</dl> 
    3939<p> 
    40 Copyright &copy; 1998-2005, Modelica Association and Anton Haumer. 
    41 </p> 
    42 <p> 
    43 <i>The Modelica package is <b>free</b> software; it can be redistributed and/or modified 
     40Copyright &copy; 1998-2007, Modelica Association and Anton Haumer. 
     41</p> 
     42<p> 
     43<i>This Modelica package is <b>free</b> software; it can be redistributed and/or modified 
    4444under the terms of the <b>Modelica license</b>, see the license conditions 
    4545and the accompanying <b>disclaimer</b>  
     
    17141714      extends Modelica.Icons.RotationalSensor; 
    17151715      parameter Integer m(final min=1) = 3 "number of phases"; 
    1716       Interfaces.PositivePlug plug_p(m) annotation (extent=[-110, -10; -90, 10]); 
     1716      Interfaces.PositivePlug plug_p(final m=m) annotation (extent=[-110, -10; -90, 10]); 
    17171717      Modelica.Blocks.Interfaces.RealOutput phi[m]( 
    17181718          redeclare type SignalType = Modelica.SIunits.ElectricPotential)