ScrGenerateConnectionReport

Exports a net connection report to a specified HTML file in the project directory.

UI Command:   Advanced > Export Connection Report.
Syntax:   obj.ScrGenerateConnectionReport(<fileName>)
Parameters:  

BSTR fileName (including file extension)

Return Value:  

INT:

  • 0 – Success
  • Else – Failure
VB Example:  

obj.ScrGenerateConnectionReport("connRpt.html")

IPY Example:  

oDoc.ScrGenerateConnectionReport('connRpt.html')