Function FullBranchName

 

Function FullBranchName( ByVal nBranchHnd& ) As String

Purpose: Return a string composed of branch’s Bus, Bus2, Circuit ID and type.

Works in:      OneLiner and Power Flow.

Parameters:     

nBrachHnd    [in] handle of a branch object: branch, line, transformer, phase shifter, switch, relay group

Return value:

Full branch  name if success.

Empty string otherwise.

Remarks:

Example:

 

' Print branch info

      Print FullBranchName (nBranchHnd & )