We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d05cd4c commit 48fe8caCopy full SHA for 48fe8ca
Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/Utilities/Motor.mo
@@ -3,7 +3,7 @@ model Motor "Motor model including current controller of r3 motors"
3
extends Electrical.Machines.Icons.Machine;
4
parameter SI.Inertia J(min=0)=0.0013 "Moment of inertia of motor";
5
parameter Real k=1.1616 "Gain of motor";
6
- parameter Real w(unit="s-1")=4590 "Time constant of motor";
+ parameter SI.AngularFrequency w=4590 "Angular frequency of motor";
7
parameter Real D(unit="1")=0.6 "Damping constant of motor";
8
parameter SI.AngularVelocity w_max=315 "Maximum speed of motor";
9
parameter SI.Current i_max=9 "Maximum current of motor";
0 commit comments