GetMotor Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

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

GetMotor Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

 

procedure GetMotor(

const Name: WideString;

out LoadCategory, MotorCategory: WideString;

out P, Q, CFactor, SFactor: Double

);

 

Section

Description

Gets the load of a motor within the network

Section

Parameters

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.

Section

Method Result

None

Section

Example

PowaMasterObj.GetMotorLoad( BusName, LoadCategory, MotorCategory, P, Q, CFactor, SFactor);

Section

See Also

SetMotor

Section