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 ce36f26 commit 166cf92Copy full SHA for 166cf92
PowerSystems/Basic/Types.mo
@@ -349,10 +349,10 @@ package Types
349
</html>"));
350
end ReferenceAngle;
351
352
- type AngularVelocity = SI.AngularVelocity(displayUnit = "rpm");
+ type AngularVelocity = SI.AngularVelocity(displayUnit="rpm");
353
type Charge_Ah = Real (final quantity="ElectricCharge", final unit="A.h");
354
type Length = SI.Length(displayUnit="km");
355
- type Percent = Real(final quantity="Percent",final unit="%");
+ type Percent = Real(final quantity="Percent",final unit="m1");
356
type Stiffness = Real (final quantity="Stiffness", final unit="N", final min=0);
357
type TorsionStiffness = Real (final quantity="TorsionStiffness", final unit="N.m/rad", final min=0);
358
0 commit comments