|
<< Click to Display Table of Contents >> Move Method
|
![]() ![]()
|
![]()
function Move(
Element: Integer;
const Name, ToName: WideString;
SectionID, All: Integer
): Integer;
![]()
Moves an element from to another busbar
![]()
Input Parameter |
Usage |
Element |
|
Name |
Element Name |
ToName |
Busbar to which the Element is to be Moved |
SectionID |
Move only Section ID of Branch Section (applies only to branch sections) |
All |
Move the Entire Branch Section (applies only to branch sections) |
![]()
1 - Method Success
0 - Method Failure
![]()
Success := PowaMasterObj.Move( 0, ElementName, 'Bus1', -1, 0);
![]()
![]()