|
<< Click to Display Table of Contents >> SetLoad Method
|
![]() ![]()
|
![]()
procedure SetLoad(
const Name, LoadCategory: WideString;
P, Q, CP, CI, CZ, CFactor, SFactor: Double
);
![]()
Sets the specifications of a Load.
![]()
Parameter |
Usage |
Name |
Name of the load to set. |
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.SetLoad( BusName, LoadCategory, P, Q, CP, CI, CZ, CFactor, SFactor);
![]()
![]()