CalculateFault Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

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

CalculateFault Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

procedure CalculateFault(const BusStr: WideString; FlatStart: Integer);

Section

Description

Performs a Network Fault Calculation on the Specified Bus.

Section

Parameters

 

Input Parameter

Usage

BusStr

Bus Name at which to Place the Fault

FlatStart

0 - Don't perform a Flat Start

1 - Perform a Flat Start first.

Section

Method Result

None

Section

Example

PowaMasterObj.CalculateFault("Bus1", 1);

 

The bus name can contain more than one bus for the condition of multiple faults

e.g. "Bus1","Bus2",etc

Section

See Also

Calculate

CalculateHarmonics

Section