|
<< Click to Display Table of Contents >> GetConnectedNames Method
|
![]() ![]()
|
![]()
procedure GetConnectedNames(
Element: Integer;
const Name: WideString;
out FromName, ToName : WideString
);
![]()
Gets the name of the from and to bus for branches and transformers and the from bus for loads, motors etc.
![]()
Input Parameter |
Usage |
Element |
|
Name |
Element Name |
Output Parameters |
Usage |
From Name |
Element connected from |
To Name |
Element connected to |
![]()
None
![]()
PowaMasterObj.GetConnectedNames( ElementType, Name, FromName, ToName);
![]()
![]()