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

Legend:

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

    r550 r705  
    11within Modelica.Electrical; 
     2 
     3 
    24package MultiPhase "Library for electrical components with 2, 3 or more phases"  
    35  extends Modelica.Icons.Library2; 
     
    17151717      extends Modelica.Icons.RotationalSensor; 
    17161718      parameter Integer m(final min=1) = 3 "number of phases"; 
    1717       Interfaces.PositivePlug plug_p(m) annotation (extent=[-110, -10; -90, 10]); 
     1719      Interfaces.PositivePlug plug_p(final m=m) annotation (extent=[-110, -10; -90, 10]); 
    17181720      Modelica.Blocks.Interfaces.RealOutput phi[m]( 
    17191721          redeclare type SignalType = Modelica.SIunits.ElectricPotential)