|
<< Click to Display Table of Contents >> CalculateFault Method
|
![]() ![]()
|
![]()
procedure CalculateFault(const BusStr: WideString; FlatStart: Integer);
![]()
Performs a Network Fault Calculation on the Specified Bus.
![]()
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. |
![]()
None
![]()
PowaMasterObj.CalculateFault("Bus1", 1);
The bus name can contain more than one bus for the condition of multiple faults
e.g. "Bus1","Bus2",etc
![]()
![]()