We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2188cd2 commit 5e77062Copy full SHA for 5e77062
PowerSystems/Basic/Types.mo
@@ -354,7 +354,7 @@ In the case of three phase AC models we have:</p>
354
type AngularVelocity = SI.AngularVelocity(displayUnit="rpm");
355
type Charge_Ah = Real (final quantity="ElectricCharge", final unit="A.h");
356
type Length = SI.Length(displayUnit="km");
357
- type Percent = Real(final quantity="Percent",final unit="m1");
+ type Percent = Real(final quantity="Percent",final unit="PC0") "Note: the unit PC0 is used until Modelica supports %";
358
type Stiffness = Real (final quantity="Stiffness", final unit="N", final min=0);
359
type TorsionStiffness = Real (final quantity="TorsionStiffness", final unit="N.m/rad", final min=0);
360
0 commit comments