SetInductionMotor Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

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

SetInductionMotor Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

 

procedure SetInductionMotor(

const Name, MotorDescr: WideString;

UseCalcSlip: Integer;

RunningSlip: Double

);

Section

Description

Sets the Induction Motor specifications

Section

Parameters

 

Parameter

Usage

Name

Induction Motor name

MotorDescr

The Motor Category that contains the specifications of this Induction Motor

UseCalcSlip

If enable the calculated running slip will be use, otherwise the running slip as entered will be used in the load flow calculations

RunningSlip

See previous parameter usage.

Section

Method Result

None.

Section

Example

PowaMasterObj.SetInductionMotor( Name, MotorDescr, UseCalcSlip, RunningSlip);

Section

See Also

GetInductionMotor

Section