|
<< Click to Display Table of Contents >> GetMotor Method
|
![]() ![]()
|
![]()
procedure GetMotor(
const Name: WideString;
out LoadCategory, MotorCategory: WideString;
out P, Q, CFactor, SFactor: Double
);
![]()
Gets the load of a motor within the network
![]()
Input Parameters |
Usage |
BusName |
Bus Name the Motor should be connected to. |
Output Parameters |
Usage |
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.GetMotorLoad( BusName, LoadCategory, MotorCategory, P, Q, CFactor, SFactor);
![]()
![]()