SetLoad Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

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

SetLoad Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

 

procedure SetLoad(

const Name, LoadCategory: WideString;

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

);

Section

Description

Sets the specifications of a Load.

Section

Parameters

 

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.

Section

Method Results

None

Section

Example

PowaMasterObj.SetLoad( BusName, LoadCategory, P, Q, CP, CI, CZ, CFactor, SFactor);

Section

See Also

GetLoad

Section