|
<< Click to Display Table of Contents >> GetLoad Method
|
![]() ![]()
|
![]()
procedure GetLoad(
const Name: WideString;
out LoadCategory: WideString;
out P, Q, CP, CI, CZ, CFactor, SFactor: Double
);
![]()
Gets the details of a Load.
![]()
Input Parameters |
Usage |
Name |
Name of the load to query. |
Output Parameters |
Usage |
LoadCategory |
Category of the load |
P |
Real Power |
Q |
Reactive Power |
CP |
Percentage Constant Power Load Type the Load consists of. |
CI |
Percentage Constant Current Load Type the Load consists of. |
CZ |
Percentage Constant Impedance Load Type the Load consists of. |
CFactor |
Co-incident Factor of the Load with respect to System Peak. |
SFactor |
Scale Factor of the Load. |
![]()
None
![]()
PowaMasterObj.GetLoad( BusName1, LoadCategory, P, Q, CP, CI, CZ, CFactor, SFactor);
![]()
![]()