SetMotor Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

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

SetMotor Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

 

procedure SetMotor(

const Name, LoadCategory, MotorCategory, P, Q : WideString;

CFactor, SFactor: Double

);

Section

Description

Sets the load of a motor within the network

Section

Parameters

 

Parameter

Usage

BusName

Bus Name the Motor should be connected to.

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.SetMotor( BusName, LoadCategory, MotorCategory, P, Q, CFactor, SFactor);

Section

See Also

GetMotor

Section