|
<< Click to Display Table of Contents >> SetMotor Method
|
![]() ![]()
|
![]()
procedure SetMotor(
const Name, LoadCategory, MotorCategory, P, Q : WideString;
CFactor, SFactor: Double
);
![]()
Sets the load of a motor within the network
![]()
Parameter |
Usage |
BusName |
Bus Name the Motor should be connected to. |
LoadCategory |
Load Category of the Motor |
MotorCategory |
Motor Category of the Motor |
P |
The Active Power of the Motor can be specified for example as either 2000 or 2MW |
Q |
The Reactive Power of the Motor can be specified for example as either 100 or 0.1kVAR |
CFactor |
Co-incident Factor of the Motor with respect to System Peak. |
SFactor |
Scale Factor of the Motor. |
![]()
None
![]()
PowaMasterObj.SetMotor( BusName, LoadCategory, MotorCategory, P, Q, CFactor, SFactor);
![]()
![]()