GetPowerExplorer

<< Click to Display Table of Contents >>

 

GetPowerExplorer

GetPowerExplorer(ObjectPath)

Returns an object that allows configuring the window of a PowerExplorer object. The ObjectPath parameter indicates a Server object to which the PowerExplorer object is linked. In a script, users must use this method according to the next code.

Sub CommandButton_Click()
  Set PE = Application.GetPowerExplorer("SE1.Bay1.Breaker1")
End Sub

 

For more information about methods and properties of this object, please check topic PowerExplorer.

Was this page useful?