GetLoad Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

Navigation:  Additional Resources > OLE/COM Automation > Methods > Edit >

GetLoad Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

 

procedure GetLoad(

const Name: WideString;

out LoadCategory: WideString;

out P, Q, CP, CI, CZ, CFactor, SFactor: Double

);

Section

Description

Gets the details of a Load.

Section

Parameters

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.

Section

Method Result

None

Section

Example

PowaMasterObj.GetLoad( BusName1, LoadCategory, P, Q, CP, CI, CZ, CFactor, SFactor);

Section

See Also

SetLoad

Section