ScrExportEmiScanReport

Generates an HTML EMI scanner report, with images of violations.

UI Command:   Results > EMI Scanner > [SimulationName] > Export Report with Images.
Syntax:   obj.ScrExportEmiScanReport(<simName>, <reportPath>)
Parameters:  

BSTR simName

BSTR reportPath (include file extension)

Return Value:  

INT:

  • 0 – Success
  • 1 – Cannot find simulation by simName provided.
  • 2 – Export failed.
VB Example:  

obj.ScrExportEmiScanReport("EMI Scan Sim 1", "D:/AutomationTest/EMI.htm")

IPY Example:  

oDoc.ScrExportEmiScanReport("EMI Scan Sim 1", "D:/AutomationTest/EMI.htm")