Connect Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

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

Connect Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

 

Declaration

 

procedure Connect(const Name: WideString; TrfrFlag, Status: Integer; const FromBusName, ToBusName: WideString;

 

Section

 

Description

Connects the Selected Element Between Two Busbars.

Section

 

Parameters

 

Input Parameter

Usage

Name

Element Name

TrfrFlag

Is Element a Trfr (1 - Yes ,0 - No)

Status

Element Status (1 - In Service, 0 - Out of Service)

FromBusName

From Bus Name

ToBusName

To Bus Name

Section

 

Method Result

 

None

Section

Example

PowaMasterObj.Connect(ElementName,1,1,'Bus1','Bus2');

Section

See Also

Delete

Move

Section