|
<< Click to Display Table of Contents >> SetInductionMotor Method
|
![]() ![]()
|
![]()
procedure SetInductionMotor(
const Name, MotorDescr: WideString;
UseCalcSlip: Integer;
RunningSlip: Double
);
![]()
Sets the Induction Motor specifications
![]()
Parameter |
Usage |
Name |
Induction Motor name |
MotorDescr |
The Motor Category that contains the specifications of this Induction Motor |
UseCalcSlip |
If enable the calculated running slip will be use, otherwise the running slip as entered will be used in the load flow calculations |
RunningSlip |
See previous parameter usage. |
![]()
None.
![]()
PowaMasterObj.SetInductionMotor( Name, MotorDescr, UseCalcSlip, RunningSlip);
![]()
![]()