Changeset 705 for branches/maintenance/2.2.2
- Timestamp:
- 10/16/07 07:53:40 (11 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/maintenance/2.2.2/Modelica/Electrical/MultiPhase.mo
r550 r705 1 1 within Modelica.Electrical; 2 3 2 4 package MultiPhase "Library for electrical components with 2, 3 or more phases" 3 5 extends Modelica.Icons.Library2; … … 1715 1717 extends Modelica.Icons.RotationalSensor; 1716 1718 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]); 1718 1720 Modelica.Blocks.Interfaces.RealOutput phi[m]( 1719 1721 redeclare type SignalType = Modelica.SIunits.ElectricPotential)
