Changeset 706 for branches/maintenance/2.2.1
- Timestamp:
- 10/16/07 07:54:29 (11 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/maintenance/2.2.1/Modelica/Electrical/MultiPhase.mo
r528 r706 38 38 </dl> 39 39 <p> 40 Copyright © 1998-200 5, Modelica Association and Anton Haumer.41 </p> 42 <p> 43 <i>Th eModelica package is <b>free</b> software; it can be redistributed and/or modified40 Copyright © 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 44 44 under the terms of the <b>Modelica license</b>, see the license conditions 45 45 and the accompanying <b>disclaimer</b> … … 1714 1714 extends Modelica.Icons.RotationalSensor; 1715 1715 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]); 1717 1717 Modelica.Blocks.Interfaces.RealOutput phi[m]( 1718 1718 redeclare type SignalType = Modelica.SIunits.ElectricPotential)
