GetConnectedNames Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

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

GetConnectedNames Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

 

procedure GetConnectedNames(

Element: Integer;

const Name: WideString;

out FromName, ToName : WideString

);

Section

Description

Gets the name of the from and to bus for branches and transformers and the from bus for loads, motors etc.

Section

Parameters

 

Input Parameter

Usage

Element

Element Type

Name

Element Name

Output Parameters

Usage

From Name

Element connected from

To Name

Element connected to

Section

Method Result

None

Section

Example

PowaMasterObj.GetConnectedNames( ElementType, Name, FromName, ToName);

Section

See Also

 

Section