|
<< Click to Display Table of Contents >> Calculate Method
|
![]() ![]()
|
![]()
function Calculate(FlatStartFlag, Method: Integer; out Msg: WideString): Integer;
![]()
Performs a Network Solve using the Selected Method.
![]()
Input Parameter |
Usage |
FlatStartFlag |
0 - Don't do a Flat Start 1 - Do a Flat Start first. |
Method |
Calculation Method 0 : Gauss-Seidel 1 : Full Newton-Rhapson 2 : Fast Decoupled Newton-Rhapson |
Output Parameter |
Usage |
Msg |
Error Message |
![]()
0 - Successful
1 - Blown
2 - Couldn't Converge
![]()
Success := PowaMasterObj.Calculate(1, 1, Msg);
if Success <> 0 then ShowMessage(Msg);
![]()
![]()